mercurial/filelog.py
changeset 1117 30ab5b8ee8ec
parent 1116 0cdd73b0767c
child 1540 8ca9f5b17257
--- a/mercurial/filelog.py	Sat Aug 27 20:58:53 2005 -0700
+++ b/mercurial/filelog.py	Sat Aug 27 22:04:17 2005 -0700
@@ -59,7 +59,6 @@
 
     def renamed(self, node):
         if 0 and self.parents(node)[0] != nullid:
-            print "shortcut"
             return False
         m = self.readmeta(node)
         if m and m.has_key("copy"):