changeset 8239:f802b4706a53

localrepo: corrected outdated comment
author Martin Geisler <mg@lazybytes.net>
date Tue, 28 Apr 2009 18:32:15 +0200
parents f795d24aebc3
children dc6f1c8e366d
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Tue Apr 28 18:29:50 2009 +0200
+++ b/mercurial/localrepo.py	Tue Apr 28 18:32:15 2009 +0200
@@ -1668,7 +1668,7 @@
             # changeset.
             has_cl_set, junk, junk = cl.nodesbetween(None, knownheads)
             junk = None
-            # Transform the list into an ersatz set.
+            # Transform the list into a set.
             has_cl_set = set(has_cl_set)
         else:
             # If there were no known heads, the recipient cannot be assumed to