mercurial/localrepo.py
changeset 6528 bd6bf5798f39
parent 6526 cfeeac24fc1e
child 6549 2af1b9de62b3
--- a/mercurial/localrepo.py	Sat Apr 12 06:37:38 2008 +0300
+++ b/mercurial/localrepo.py	Sat Apr 12 20:03:54 2008 +0200
@@ -478,7 +478,7 @@
 
     def rjoin(self, f):
         return os.path.join(self.root, util.pconvert(f))
-        
+
     def file(self, f):
         if f[0] == '/':
             f = f[1:]