Mercurial > public > mercurial-scm > hg-stable
diff hgext/rebase.py @ 41206:6acbe86c6490
repair: move ui.history-editing-backup to [rewrite] section
Since we have the "rewrite" section for general history-editing options, the
backup option should be there.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 12 Jan 2019 17:43:36 +0900 |
parents | 4edd427f34c1 |
children | 25fc5b96d1c3 876494fd967d |
line wrap: on
line diff
--- a/hgext/rebase.py Wed Jan 09 19:54:01 2019 -0800 +++ b/hgext/rebase.py Sat Jan 12 17:43:36 2019 +0900 @@ -177,7 +177,7 @@ if e: self.extrafns = [e] - self.backupf = ui.configbool('ui', 'history-editing-backup') + self.backupf = ui.configbool('rewrite', 'backup-bundle') self.keepf = opts.get('keep', False) self.keepbranchesf = opts.get('keepbranches', False) self.obsoletenotrebased = {}