mercurial/localrepo.py
changeset 4516 96d8a56d4ef9
parent 4510 e0bc2c575044
child 4525 78b6add1f966
--- a/mercurial/localrepo.py	Wed Jun 06 20:17:03 2007 +0200
+++ b/mercurial/localrepo.py	Wed Jun 06 20:22:52 2007 +0200
@@ -651,8 +651,8 @@
         cp = self.dirstate.copied(fn)
         if cp:
             # Mark the new revision of this file as a copy of another
-            # file.  This copy data will effectively act as a parent 
-            # of this new revision.  If this is a merge, the first 
+            # file.  This copy data will effectively act as a parent
+            # of this new revision.  If this is a merge, the first
             # parent will be the nullid (meaning "look up the copy data")
             # and the second one will be the other parent.  For example:
             #