##// END OF EJS Templates
rollback: mark as deprecated
Matt Mackall -
r19409:ea4342d0 default
parent child Browse files
Show More
@@ -3541,7 +3541,8 b' def identify(ui, repo, source=None, rev='
3541 'meaning as the corresponding patch option'), _('NUM')),
3541 'meaning as the corresponding patch option'), _('NUM')),
3542 ('b', 'base', '', _('base path (DEPRECATED)'), _('PATH')),
3542 ('b', 'base', '', _('base path (DEPRECATED)'), _('PATH')),
3543 ('e', 'edit', False, _('invoke editor on commit messages')),
3543 ('e', 'edit', False, _('invoke editor on commit messages')),
3544 ('f', 'force', None, _('skip check for outstanding uncommitted changes')),
3544 ('f', 'force', None,
3545 _('skip check for outstanding uncommitted changes (DEPRECATED)')),
3545 ('', 'no-commit', None,
3546 ('', 'no-commit', None,
3546 _("don't commit, just update the working directory")),
3547 _("don't commit, just update the working directory")),
3547 ('', 'bypass', None,
3548 ('', 'bypass', None,
@@ -3558,8 +3559,8 b' def import_(ui, repo, patch1=None, *patc'
3558 Import a list of patches and commit them individually (unless
3559 Import a list of patches and commit them individually (unless
3559 --no-commit is specified).
3560 --no-commit is specified).
3560
3561
3561 If there are outstanding changes in the working directory, import
3562 Because import first applies changes to the working directory,
3562 will abort unless given the -f/--force flag.
3563 import will abort if there are outstanding changes.
3563
3564
3564 You can import a patch straight from a mail message. Even patches
3565 You can import a patch straight from a mail message. Even patches
3565 as attachments work (to use the body part, it must have type
3566 as attachments work (to use the body part, it must have type
@@ -5013,7 +5014,7 b' def revert(ui, repo, *pats, **opts):'
5013 @command('rollback', dryrunopts +
5014 @command('rollback', dryrunopts +
5014 [('f', 'force', False, _('ignore safety measures'))])
5015 [('f', 'force', False, _('ignore safety measures'))])
5015 def rollback(ui, repo, **opts):
5016 def rollback(ui, repo, **opts):
5016 """roll back the last transaction (dangerous)
5017 """roll back the last transaction (DANGEROUS) (DEPRECATED)
5017
5018
5018 This command should be used with care. There is only one level of
5019 This command should be used with care. There is only one level of
5019 rollback, and there is no way to undo a rollback. It will also
5020 rollback, and there is no way to undo a rollback. It will also
@@ -324,7 +324,6 b' Testing -h/--help:'
324 rename rename files; equivalent of copy + remove
324 rename rename files; equivalent of copy + remove
325 resolve redo merges or set/view the merge status of files
325 resolve redo merges or set/view the merge status of files
326 revert restore files to their checkout state
326 revert restore files to their checkout state
327 rollback roll back the last transaction (dangerous)
328 root print the root (top) of the current working directory
327 root print the root (top) of the current working directory
329 serve start stand-alone webserver
328 serve start stand-alone webserver
330 showconfig show combined config settings from all hgrc files
329 showconfig show combined config settings from all hgrc files
@@ -407,7 +406,6 b' Testing -h/--help:'
407 rename rename files; equivalent of copy + remove
406 rename rename files; equivalent of copy + remove
408 resolve redo merges or set/view the merge status of files
407 resolve redo merges or set/view the merge status of files
409 revert restore files to their checkout state
408 revert restore files to their checkout state
410 rollback roll back the last transaction (dangerous)
411 root print the root (top) of the current working directory
409 root print the root (top) of the current working directory
412 serve start stand-alone webserver
410 serve start stand-alone webserver
413 showconfig show combined config settings from all hgrc files
411 showconfig show combined config settings from all hgrc files
@@ -89,7 +89,6 b' Short help:'
89 rename rename files; equivalent of copy + remove
89 rename rename files; equivalent of copy + remove
90 resolve redo merges or set/view the merge status of files
90 resolve redo merges or set/view the merge status of files
91 revert restore files to their checkout state
91 revert restore files to their checkout state
92 rollback roll back the last transaction (dangerous)
93 root print the root (top) of the current working directory
92 root print the root (top) of the current working directory
94 serve start stand-alone webserver
93 serve start stand-alone webserver
95 showconfig show combined config settings from all hgrc files
94 showconfig show combined config settings from all hgrc files
@@ -166,7 +165,6 b' Short help:'
166 rename rename files; equivalent of copy + remove
165 rename rename files; equivalent of copy + remove
167 resolve redo merges or set/view the merge status of files
166 resolve redo merges or set/view the merge status of files
168 revert restore files to their checkout state
167 revert restore files to their checkout state
169 rollback roll back the last transaction (dangerous)
170 root print the root (top) of the current working directory
168 root print the root (top) of the current working directory
171 serve start stand-alone webserver
169 serve start stand-alone webserver
172 showconfig show combined config settings from all hgrc files
170 showconfig show combined config settings from all hgrc files
@@ -652,7 +650,6 b' Test that default list of commands omits'
652 rename rename files; equivalent of copy + remove
650 rename rename files; equivalent of copy + remove
653 resolve redo merges or set/view the merge status of files
651 resolve redo merges or set/view the merge status of files
654 revert restore files to their checkout state
652 revert restore files to their checkout state
655 rollback roll back the last transaction (dangerous)
656 root print the root (top) of the current working directory
653 root print the root (top) of the current working directory
657 serve start stand-alone webserver
654 serve start stand-alone webserver
658 showconfig show combined config settings from all hgrc files
655 showconfig show combined config settings from all hgrc files
@@ -1387,13 +1384,6 b' Dish up an empty repo; serve it cold.'
1387 restore files to their checkout state
1384 restore files to their checkout state
1388 </td></tr>
1385 </td></tr>
1389 <tr><td>
1386 <tr><td>
1390 <a href="/help/rollback">
1391 rollback
1392 </a>
1393 </td><td>
1394 roll back the last transaction (dangerous)
1395 </td></tr>
1396 <tr><td>
1397 <a href="/help/root">
1387 <a href="/help/root">
1398 root
1388 root
1399 </a>
1389 </a>
General Comments 0
You need to be logged in to leave comments. Login now