changeset 43506 | 9f70512ae2cf |
parent 43077 | 687b865b95ad |
child 48875 | 6000f5b25c9b |
--- a/hgext/bookflow.py Sun Nov 10 07:30:14 2019 -0800 +++ b/hgext/bookflow.py Fri Nov 08 11:19:20 2019 -0800 @@ -101,7 +101,7 @@ def commands_branch(orig, ui, repo, label=None, **opts): - if label and not opts.get(r'clean') and not opts.get(r'rev'): + if label and not opts.get('clean') and not opts.get('rev'): raise error.Abort( _( b"creating named branches is disabled and you should use bookmarks"