[PATCH] hgk: drop debug puts

Chris Mason mason at suse.com
Wed Jun 8 14:03:41 UTC 2005


Some how a debugging puts snuck into the hgk I sent out.  Remove it:

--- a/contrib/hgk	Tue Jun  7 16:53:05 2005
+++ b/contrib/hgk	Wed Jun  8 09:55:26 2005
@@ -1164,7 +1167,6 @@
     set treepending $id
     set treediffs($id) {}
     set p [lindex $parents($id) 0]
-    puts stderr "hgit diff-tree -r $p $id"
     if [catch {set gdtf [open "|hgit diff-tree -r $p $id" r]}] return
     fconfigure $gdtf -blocking 0
     fileevent $gdtf readable "gettreediffline $gdtf $id"



More information about the Mercurial mailing list