Mercurial > public > mercurial-scm > hg
diff hgext/histedit.py @ 41207:25cec00b333c
help: document rewrite.backup-bundle option
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 12 Jan 2019 17:47:46 +0900 |
parents | 6acbe86c6490 |
children | 57bece69d7be |
line wrap: on
line diff
--- 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)