Mercurial > hg
changeset 23821:7a7f437ab63d
filelog: remove trailing "form feed" character
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 12 Jan 2015 09:49:25 -0800 |
parents | 60178888be05 |
children | 02f4560b69b7 |
files | mercurial/revset.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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