diff -r 0cdd73b0767c -r 30ab5b8ee8ec mercurial/filelog.py --- 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"):