changeset 1044:4bfa960f8d2a

Removed forgotten debug print statement from commands.py and tests.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 25 Aug 2005 16:00:08 +0200
parents 9344f5dd4488
children b35d5b86e240
files mercurial/commands.py tests/test-copy.out
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Aug 24 19:19:35 2005 -0700
+++ b/mercurial/commands.py	Thu Aug 25 16:00:08 2005 +0200
@@ -867,7 +867,6 @@
         # Only files, no patterns.  Check the history of each file.
         def filerevgen(filelog):
             for i in xrange(filelog.count() - 1, -1, -window):
-                print "filelog"
                 revs = []
                 for j in xrange(max(0, i - window), i + 1):
                     revs.append(filelog.linkrev(filelog.node(j)))
--- a/tests/test-copy.out	Wed Aug 24 19:19:35 2005 -0700
+++ b/tests/test-copy.out	Thu Aug 25 16:00:08 2005 +0200
@@ -20,7 +20,6 @@
 
 
 we should see one log entry for a
-filelog
 changeset:   0:c19d34741b0a
 user:        test
 date:        Thu Jan  1 00:00:00 1970 +0000
@@ -30,7 +29,6 @@
    rev    offset  length   base linkrev nodeid       p1           p2
      0         0       3      0       0 b789fdd96dc2 000000000000 000000000000
 we should see one log entry for b
-filelog
 changeset:   1:3b5b84850bbe
 tag:         tip
 user:        test