Submitter | Roland Eggner |
---|---|
Date | Dec. 31, 2013, 1:35 a.m. |
Message ID | <20131231013556.GK23913@mobil.systemanalysen.net> |
Download | mbox | patch |
Permalink | /patch/3248/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/phases.py b/mercurial/phases.py --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -362,6 +362,8 @@ def analyzeremotephases(repo, subset, ro for nhex, phase in roots.iteritems(): if nhex == 'publishing': # ignore data related to publish option continue + if nhex == '@': # ignore data related to bookmark '@' + continue node = bin(nhex) phase = int(phase) if phase == 0: