Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hginit: fix comment

Changeset 6f87f9009f8b

Parent 7faffe6669bc

by Adrian Buehlmann

Changes to one file · Browse files at 6f87f9009f8b Showing diff from parent 7faffe6669bc Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
16
17
18
19
 
20
21
22
 
16
17
18
 
19
20
21
22
@@ -16,7 +16,7 @@
 import gtklib    class InitDialog(gtk.Window): - """ Dialog to add tag to Mercurial repo """ + """ Dialog to initialize a Mercurial repo """   def __init__(self, repos=[]):   """ Initialize the Dialog """   gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL)