Submitter | Roland Eggner |
---|---|
Date | Dec. 30, 2013, 7:06 p.m. |
Message ID | <20131230190628.GC23913@mobil.systemanalysen.net> |
Download | mbox | patch |
Permalink | /patch/3242/ |
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: