# HG changeset patch
# User Yuya Nishihara <[email protected]>
# Date 1271581864 -32400
# Node ID 5d108117d89f2f677f595b1af62273fe40855978
# Parent 9b97d73f9a86f4de0c02e1153ec8944276803d95
runcommand: remove unused assignment to fullargs
diff --git a/tortoisehg/hgtk/hgtk.py b/tortoisehg/hgtk/hgtk.py
--- a/tortoisehg/hgtk/hgtk.py
+++ b/tortoisehg/hgtk/hgtk.py
@@ -221,7 +221,6 @@ def _runcatch(ui, args):
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"])))
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop