Mercurial > evolve
comparison hgext/evolve.py @ 1227:3d9c5f5df6d8
evolve: change config option name
I forgot to amend...
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 01 Apr 2015 14:26:10 -0700 |
parents | 901d2f4b21a9 |
children | ffa32ca659f1 |
comparison
equal
deleted
inserted
replaced
1226:901d2f4b21a9 | 1227:3d9c5f5df6d8 |
---|---|
43 gboptsmap = getattr(wireproto, 'gboptsmap', None) | 43 gboptsmap = getattr(wireproto, 'gboptsmap', None) |
44 except (ImportError, AttributeError): | 44 except (ImportError, AttributeError): |
45 gboptslist = gboptsmap = None | 45 gboptslist = gboptsmap = None |
46 | 46 |
47 # Flags for enabling optional parts of evolve | 47 # Flags for enabling optional parts of evolve |
48 commandopt = 'commands' | 48 commandopt = 'allnewcommands' |
49 | 49 |
50 from mercurial import base85 | 50 from mercurial import base85 |
51 from mercurial import bookmarks | 51 from mercurial import bookmarks |
52 from mercurial import cmdutil | 52 from mercurial import cmdutil |
53 from mercurial import commands | 53 from mercurial import commands |