Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 7670:e5f445c94226
kill some trailing whitespace
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 19 Jan 2009 12:59:56 +0100 |
parents | 6a24fb994701 |
children | 1574c2704b11 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Mon Jan 19 12:58:01 2009 +0100 +++ b/mercurial/localrepo.py Mon Jan 19 12:59:56 2009 +0100 @@ -1217,7 +1217,7 @@ # filter out the heads that cannot be reached from startrev bheads = self.changelog.nodesbetween([start], bheads)[2] if not closed: - bheads = [h for h in bheads if + bheads = [h for h in bheads if ('close' not in self.changelog.read(h)[5])] return bheads