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

clone: fix comment

Changeset 37059070368c

Parent 313ef01a3ff7

by Adrian Buehlmann

Changes to one file · Browse files at 37059070368c Showing diff from parent 313ef01a3ff7 Diff from another changeset...

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