# HG changeset patch
# User Simon Heimberg <[email protected]>
# Date 1237234924 -3600
# Node ID 2708217d3c3e046f96d830d516d20eb595174b9d
# Parent 043e5f5f69c60403cff11755ce0335fd2aca3003
commit: correct command qnew
diff -r 043e5f5f69c6 -r 2708217d3c3e hggtk/commit.py
--- a/hggtk/commit.py Mon Mar 16 13:24:45 2009 -0500
+++ b/hggtk/commit.py Mon Mar 16 21:22:04 2009 +0100
@@ -493,7 +493,7 @@
if qnew:
qnew = fromutf(qnew)
cmdline[1] = 'qnew'
- cmdline += '--force'
+ cmdline.append('--force')
elif self.qheader is not None:
cmdline[1] = 'qrefresh'
if self.opts['addremove']:
@@ -512,6 +512,7 @@
shell_notify([self.cwd] + files)
if qnew:
self.self.qnew_name.set_text('')
+ self.repo.invalidate()
elif self.qheader is None:
self.text.set_buffer(gtk.TextBuffer())
self._update_recent_messages(self.opts['message'])
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop