Show More
@@ -1680,7 +1680,6 b' def _histedit(ui, repo, state, *freeargs' | |||||
1680 | fm.startitem() |
|
1680 | fm.startitem() | |
1681 | goal = _getgoal(opts) |
|
1681 | goal = _getgoal(opts) | |
1682 | revs = opts.get('rev', []) |
|
1682 | revs = opts.get('rev', []) | |
1683 | # experimental config: rewrite.backup-bundle |
|
|||
1684 | nobackup = not ui.configbool('rewrite', 'backup-bundle') |
|
1683 | nobackup = not ui.configbool('rewrite', 'backup-bundle') | |
1685 | rules = opts.get('commands', '') |
|
1684 | rules = opts.get('commands', '') | |
1686 | state.keep = opts.get('keep', False) |
|
1685 | state.keep = opts.get('keep', False) |
@@ -1812,6 +1812,9 b' Alias definitions for revsets. See :hg:`' | |||||
1812 | ``rewrite`` |
|
1812 | ``rewrite`` | |
1813 | ----------- |
|
1813 | ----------- | |
1814 |
|
1814 | |||
|
1815 | ``backup-bundle`` | |||
|
1816 | Whether to save stripped changesets to a bundle file. (default: True) | |||
|
1817 | ||||
1815 | ``update-timestamp`` |
|
1818 | ``update-timestamp`` | |
1816 | If true, updates the date and time of the changeset to current. It is only |
|
1819 | If true, updates the date and time of the changeset to current. It is only | |
1817 | applicable for hg amend in current version. |
|
1820 | applicable for hg amend in current version. |
General Comments 0
You need to be logged in to leave comments.
Login now