Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

run: remove unused variable, fullargs, from runcommand

Changeset 905ebb99b1ac

Parent 95993a2d7556

by Yuya Nishihara

Changes to one file · Browse files at 905ebb99b1ac Showing diff from parent 95993a2d7556 Diff from another changeset...

 
195
196
197
198
199
200
201
 
195
196
197
 
198
199
200
@@ -195,7 +195,6 @@
  return -1    def runcommand(ui, args): - fullargs = args   cmd, func, args, options, cmdoptions, alias = _parse(ui, args)   cmdoptions['alias'] = alias   ui.setconfig("ui", "verbose", str(bool(options["verbose"])))