mercurial/localrepo.py
changeset 12035 ff1044230bca
parent 11932 01778673aab7
child 12066 d01e28657429
--- a/mercurial/localrepo.py	Tue Aug 24 15:13:11 2010 +0200
+++ b/mercurial/localrepo.py	Sun Aug 22 13:17:34 2010 +0200
@@ -482,9 +482,6 @@
     def wjoin(self, f):
         return os.path.join(self.root, f)
 
-    def rjoin(self, f):
-        return os.path.join(self.root, util.pconvert(f))
-
     def file(self, f):
         if f[0] == '/':
             f = f[1:]