mercurial/statichttprepo.py
changeset 5315 121f961b358c
parent 4635 63b9d2deed48
child 5321 639935f2e63a
--- a/mercurial/statichttprepo.py	Fri Sep 14 22:47:15 2007 +0200
+++ b/mercurial/statichttprepo.py	Sat Sep 22 18:37:35 2007 +0200
@@ -33,7 +33,7 @@
         self._url = path
         self.ui = ui
 
-        self.path = (path + "/.hg")
+        self.path = path.rstrip('/') + "/.hg"
         self.opener = opener(self.path)
         # find requirements
         try: