##// END OF EJS Templates
recover: fix typos...
Valentin Gatien-Baron -
r44608:e96ed3a6 stable
parent child Browse files
Show More
@@ -5671,7 +5671,7 b' def push(ui, repo, dest=None, **opts):'
5671
5671
5672 @command(
5672 @command(
5673 b'recover',
5673 b'recover',
5674 [(b'', b'verify', True, b"run `hg verify` after succesful recover"),],
5674 [(b'', b'verify', True, b"run `hg verify` after successful recover"),],
5675 helpcategory=command.CATEGORY_MAINTENANCE,
5675 helpcategory=command.CATEGORY_MAINTENANCE,
5676 )
5676 )
5677 def recover(ui, repo, **opts):
5677 def recover(ui, repo, **opts):
@@ -21,7 +21,7 b''
21 checking files
21 checking files
22 checked 1 changesets with 1 changes to 1 files
22 checked 1 changesets with 1 changes to 1 files
23
23
24 recover, explicite verify
24 recover, explicit verify
25
25
26 $ touch .hg/store/journal
26 $ touch .hg/store/journal
27 $ hg ci -Am0
27 $ hg ci -Am0
General Comments 0
You need to be logged in to leave comments. Login now