Submitter | Anton Shestakov |
---|---|
Date | April 27, 2018, 10:26 a.m. |
Message ID | <65ddff799cfd4d8c47b2.1524824802@neuro> |
Download | mbox | patch |
Permalink | /patch/31240/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext3rd/evolve/obshistory.py b/hgext3rd/evolve/obshistory.py --- a/hgext3rd/evolve/obshistory.py +++ b/hgext3rd/evolve/obshistory.py @@ -285,7 +285,7 @@ def _obshistorywalker(repo, revs, walksu changectx = missingchangectx(repo, cand) childrens = [(graphmod.PARENT, x) for x in nodeprec.get(cand, ())] - yield (cand, 'M', changectx, childrens) + yield (cand, graphmod.CHANGESET, changectx, childrens) def _obshistorywalker_links(repo, revs, walksuccessors=False): """ Iterate the obs history tree starting from revs, traversing