Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hgtk: remove debug print

Changeset 9ba7660d6f35

Parent 4dc63f3bc15f

by Simon Heimberg

Changes to one file · Browse files at 9ba7660d6f35 Showing diff from parent 4dc63f3bc15f Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​hgtk.py Stacked
 
70
71
72
73
74
75
76
 
98
99
100
101
102
103
104
 
70
71
72
 
73
74
75
 
97
98
99
 
100
101
102
@@ -70,7 +70,6 @@
    if args:   cmd, args = args[0], args[1:] - print table   aliases, i = cmdutil.findcmd(cmd, table, ui.config("ui", "strict"))   cmd = aliases[0]   c = list(i[1]) @@ -98,7 +97,6 @@
  del options['listfile']   args += get_list_from_file(listfile)   - print 'args=', args, '\noptions=', options, '\ncmdoptions=', cmdoptions ###   return (cmd, cmd and i[0] or None, args, options, cmdoptions)    def _runcatch(ui, args):