author | Martin von Zweigbergk <martinvonz@google.com> |
Mon, 12 Jan 2015 09:49:25 -0800 | |
changeset 23821 | 7a7f437ab63d |
parent 23820 | 60178888be05 |
child 23822 | 02f4560b69b7 |
--- a/mercurial/revset.py Mon Jan 12 09:48:05 2015 -0800 +++ b/mercurial/revset.py Mon Jan 12 09:49:25 2015 -0800 @@ -810,7 +810,7 @@ # changerev pointed in linkrev is filtered # record it for post processing. delayed.append((fr, rev)) - continue + continue for p in fl.parentrevs(fr): if 0 <= p and p not in lowestchild: lowestchild[p] = fr