mercurial/scmutil.py
changeset 31285 1937671105bc
parent 31217 0f31830fbfc4
child 31349 719e64bf9ec2
--- a/mercurial/scmutil.py	Wed Mar 08 16:43:16 2017 -0800
+++ b/mercurial/scmutil.py	Fri Aug 05 14:24:53 2016 +0200
@@ -881,7 +881,7 @@
         function to call the appropriate join function on 'obj' (an instance
         of the class that its member function was decorated).
         """
-        return obj.join(fname)
+        raise NotImplementedError
 
     def __call__(self, func):
         self.func = func