mercurial/store.py
changeset 7236 db6fbb785800
parent 7229 7946503ec76e
child 7280 810ca383da9c
--- a/mercurial/store.py	Fri Oct 24 14:58:24 2008 +0200
+++ b/mercurial/store.py	Fri Oct 24 15:00:40 2008 +0200
@@ -279,7 +279,7 @@
             fp.close()
 
     def copylist(self):
-        d = _data + ' dh fncache' 
+        d = _data + ' dh fncache'
         return (['requires', '00changelog.i'] +
                 [self.pathjoiner('store', f) for f in d.split()])