Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

runcommand: remove unused assignment to fullargs

Changeset 5d108117d89f

Parent 9b97d73f9a86

by Yuya Nishihara

Changes to one file · Browse files at 5d108117d89f Showing diff from parent 9b97d73f9a86 Diff from another changeset...

 
221
222
223
224
225
226
227
 
221
222
223
 
224
225
226
@@ -221,7 +221,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"])))