help: document rewrite.backup-bundle option
authorYuya Nishihara <yuya@tcha.org>
Sat, 12 Jan 2019 17:47:46 +0900
changeset 41207 25cec00b333c
parent 41206 6acbe86c6490
child 41208 d9eda1c6dfca
help: document rewrite.backup-bundle option
hgext/histedit.py
mercurial/help/config.txt
--- a/hgext/histedit.py	Sat Jan 12 17:43:36 2019 +0900
+++ b/hgext/histedit.py	Sat Jan 12 17:47:46 2019 +0900
@@ -1680,7 +1680,6 @@
     fm.startitem()
     goal = _getgoal(opts)
     revs = opts.get('rev', [])
-    # experimental config: rewrite.backup-bundle
     nobackup = not ui.configbool('rewrite', 'backup-bundle')
     rules = opts.get('commands', '')
     state.keep = opts.get('keep', False)
--- a/mercurial/help/config.txt	Sat Jan 12 17:43:36 2019 +0900
+++ b/mercurial/help/config.txt	Sat Jan 12 17:47:46 2019 +0900
@@ -1812,6 +1812,9 @@
 ``rewrite``
 -----------
 
+``backup-bundle``
+    Whether to save stripped changesets to a bundle file. (default: True)
+
 ``update-timestamp``
     If true, updates the date and time of the changeset to current. It is only
     applicable for hg amend in current version.