Mercurial > public > mercurial-scm > hg
diff mercurial/localrepo.py @ 16030:308406677e9d stable
phases: allow phase name in phases.new-commit settings
Before this commit only phase index where accepted
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Mon, 30 Jan 2012 17:46:15 +0100 |
parents | 90f8b8dd0326 |
children | b254f827b7a6 3f75fb837638 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Mon Jan 30 15:17:08 2012 +0100 +++ b/mercurial/localrepo.py Mon Jan 30 17:46:15 2012 +0100 @@ -1268,8 +1268,7 @@ parent2=xp2, pending=p) self.changelog.finalize(trp) # set the new commit is proper phase - targetphase = self.ui.configint('phases', 'new-commit', - phases.draft) + targetphase = phases.newcommitphase(self.ui) if targetphase: # retract boundary do not alter parent changeset. # if a parent have higher the resulting phase will