[Pkg-bazaar-commits] ./bzr-gtk/unstable r602: Show working tree in gcommit dialog window.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:44:28 UTC 2009


------------------------------------------------------------
revno: 602
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-08-25 19:20:50 +0200
message:
  Show working tree in gcommit dialog window.
modified:
  commit.py
-------------- next part --------------
=== modified file 'commit.py'
--- a/commit.py	2008-07-31 00:07:21 +0000
+++ b/commit.py	2008-08-25 17:20:50 +0000
@@ -101,7 +101,7 @@
     """Implementation of Commit."""
 
     def __init__(self, wt, selected=None, parent=None):
-        gtk.Dialog.__init__(self, title="Commit",
+        gtk.Dialog.__init__(self, title="Commit to %s" % wt.basedir,
                                   parent=parent,
                                   flags=0,
                                   buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL))



More information about the Pkg-bazaar-commits mailing list