Mercurial > hg
changeset 34471:1e37cb4da6f8
configitems: register the 'histedit.dropmissing' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:38 +0200 |
parents | 6567002ae87e |
children | 12c068377273 |
files | hgext/histedit.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/histedit.py Fri Jun 30 03:42:37 2017 +0200 +++ b/hgext/histedit.py Fri Jun 30 03:42:38 2017 +0200 @@ -218,6 +218,9 @@ configitem('histedit', 'defaultrev', default=configitems.dynamicdefault, ) +configitem('histedit', 'dropmissing', + default=False, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should