# HG changeset patch
# User Wagner Bruna <wbr...@softwareexpress.com.br>
# Date 1270131925 10800
# Branch stable
# Node ID 5d318ad02963c4f9b115e0f15fc2ef7c77bee4d9
# Parent  829f55c1ae49e0b471b38cce695021fa02deb9fb
thgmq: fix typo

diff --git a/tortoisehg/hgtk/thgmq.py b/tortoisehg/hgtk/thgmq.py
--- a/tortoisehg/hgtk/thgmq.py
+++ b/tortoisehg/hgtk/thgmq.py
@@ -362,7 +362,7 @@
         if keep:
             cmdline.append('--keep')
         cmdline.append('--')
-        cmdline.extned(unapplied)
+        cmdline.extend(unapplied)
         self.cmd.execute(cmdline, self.cmd_done, noemit=True)
 
     def qrename(self, name, patch='qtip'):

------------------------------------------------------------------------------
Download Intel&#174; 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
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to