##// END OF EJS Templates
revert: rewrite help summary...
Matt Mackall -
r14540:944d9088 default
parent child Browse files
Show More
@@ -4086,7 +4086,7 b' def resolve(ui, repo, *pats, **opts):'
4086 4086 ] + walkopts + dryrunopts,
4087 4087 _('[OPTION]... [-r REV] [NAME]...'))
4088 4088 def revert(ui, repo, *pats, **opts):
4089 """restore individual files or directories to an earlier state
4089 """restore files to their checkout state
4090 4090
4091 4091 .. note::
4092 4092 This command is most likely not what you are looking for.
@@ -316,7 +316,7 b' Testing -h/--help:'
316 316 remove remove the specified files on the next commit
317 317 rename rename files; equivalent of copy + remove
318 318 resolve redo merges or set/view the merge status of files
319 revert restore individual files or directories to an earlier state
319 revert restore files to their checkout state
320 320 rollback roll back the last transaction (dangerous)
321 321 root print the root (top) of the current working directory
322 322 serve start stand-alone webserver
@@ -396,7 +396,7 b' Testing -h/--help:'
396 396 remove remove the specified files on the next commit
397 397 rename rename files; equivalent of copy + remove
398 398 resolve redo merges or set/view the merge status of files
399 revert restore individual files or directories to an earlier state
399 revert restore files to their checkout state
400 400 rollback roll back the last transaction (dangerous)
401 401 root print the root (top) of the current working directory
402 402 serve start stand-alone webserver
@@ -86,7 +86,7 b' Short help:'
86 86 remove remove the specified files on the next commit
87 87 rename rename files; equivalent of copy + remove
88 88 resolve redo merges or set/view the merge status of files
89 revert restore individual files or directories to an earlier state
89 revert restore files to their checkout state
90 90 rollback roll back the last transaction (dangerous)
91 91 root print the root (top) of the current working directory
92 92 serve start stand-alone webserver
@@ -160,7 +160,7 b' Short help:'
160 160 remove remove the specified files on the next commit
161 161 rename rename files; equivalent of copy + remove
162 162 resolve redo merges or set/view the merge status of files
163 revert restore individual files or directories to an earlier state
163 revert restore files to their checkout state
164 164 rollback roll back the last transaction (dangerous)
165 165 root print the root (top) of the current working directory
166 166 serve start stand-alone webserver
@@ -673,7 +673,7 b' Test that default list of commands omits'
673 673 remove remove the specified files on the next commit
674 674 rename rename files; equivalent of copy + remove
675 675 resolve redo merges or set/view the merge status of files
676 revert restore individual files or directories to an earlier state
676 revert restore files to their checkout state
677 677 rollback roll back the last transaction (dangerous)
678 678 root print the root (top) of the current working directory
679 679 serve start stand-alone webserver
General Comments 0
You need to be logged in to leave comments. Login now