# HG changeset patch
# User Simon Heimberg <[email protected]>
# Date 1250381917 -7200
# Node ID 17affc1dcb65c5289b36071a652cf8226d151d96
# Parent 521492a22d874730ea90c56baf9dbd38aa33a956
commit: fix traceback because of typo
diff -r 521492a22d87 -r 17affc1dcb65 hggtk/commit.py
--- a/hggtk/commit.py Son Aug 16 02:16:50 2009 +0200
+++ b/hggtk/commit.py Son Aug 16 02:18:37 2009 +0200
@@ -413,7 +413,7 @@
self.branchbutton.set_sensitive(not (self.mqmode or self.qnew))
def commit_clicked(self, toolbutton, data=None):
- if not (self.ready_message() or self.isupdodate()):
+ if not (self.ready_message() or self.isuptodate()):
return
commitable = 'MAR'
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop