hgext/graphlog.py
changeset 14042 9966c95b8c4f
parent 13971 bfeaa88b875d
child 14043 1c1e1232abdc
--- a/hgext/graphlog.py	Fri Apr 29 03:34:18 2011 -0500
+++ b/hgext/graphlog.py	Sun Mar 13 15:53:38 2011 +0100
@@ -249,8 +249,6 @@
     if start == nullrev:
         return
 
-    if path:
-        path = scmutil.canonpath(repo.root, os.getcwd(), path)
     if path: # could be reset in canonpath
         revdag = graphmod.filerevs(repo, path, start, stop, limit)
     else: