[PATCH] Removed forgotten debug print statement

Thomas Arendsen Hein thomas at intevation.de
Thu Aug 25 09:04:02 CDT 2005


Pullable from a new location:
http://hg.intevation.org/mercurial/tah
(the old "mercurial-tah" one will continue to work for some time)

All my Mercurial repositories (currently only two public) will be
listed via hgwebdir now.


# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Node ID 4bfa960f8d2a82f1d03acf22029c6ef8cc9bfad4
# Parent  9344f5dd448843e211af39423542bc23037b6843
Removed forgotten debug print statement from commands.py and tests.

diff -r 9344f5dd448843e211af39423542bc23037b6843 -r 4bfa960f8d2a82f1d03acf22029c6ef8cc9bfad4 mercurial/commands.py
--- a/mercurial/commands.py	Thu Aug 25 02:19:35 2005
+++ b/mercurial/commands.py	Thu Aug 25 14:00:08 2005
@@ -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)))
diff -r 9344f5dd448843e211af39423542bc23037b6843 -r 4bfa960f8d2a82f1d03acf22029c6ef8cc9bfad4 tests/test-copy.out
--- a/tests/test-copy.out	Thu Aug 25 02:19:35 2005
+++ b/tests/test-copy.out	Thu Aug 25 14:00:08 2005
@@ -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

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list