changeset 7709:752325f2208d

Merge with stable
author Matt Mackall <mpm@selenic.com>
date Sun, 25 Jan 2009 12:09:51 -0600
parents 64fd7f6d3b40 (current diff) a32847fa0df0 (diff)
children 88326ee85a1b
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Sun Jan 25 12:07:41 2009 -0600
+++ b/mercurial/localrepo.py	Sun Jan 25 12:09:51 2009 -0600
@@ -1242,7 +1242,7 @@
             n, l, i = top, [], 0
             f = 1
 
-            while n != bottom:
+            while n != bottom and n != nullid:
                 p = self.changelog.parents(n)[0]
                 if i == f:
                     l.append(n)