Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

clone: further consistent capitalization

Changeset 2eba9b6e7751

Parent 22199c69841f

by Steve Borho

Changes to one file · Browse files at 2eba9b6e7751 Showing diff from parent 22199c69841f Diff from another changeset...

Change 1 of 3 Show Entire File hggtk/​clone.py Stacked
 
46
47
48
49
 
50
51
52
 
83
84
85
86
 
87
88
89
 
115
116
117
118
 
119
120
121
 
46
47
48
 
49
50
51
52
 
83
84
85
 
86
87
88
89
 
115
116
117
 
118
119
120
121
@@ -46,7 +46,7 @@
    # clone source   srcbox = gtk.HBox() - lbl = gtk.Label(_('Source Path:')) + lbl = gtk.Label(_('Source path:'))   lbl.set_property('width-chars', ewidth)   lbl.set_alignment(0, 0.5)   @@ -83,7 +83,7 @@
    # clone destination   destbox = gtk.HBox() - lbl = gtk.Label(_('Destination Path:')) + lbl = gtk.Label(_('Destination path:'))   lbl.set_property('width-chars', ewidth)   lbl.set_alignment(0, 0.5)   self.destlist = gtk.ListStore(str) @@ -115,7 +115,7 @@
    # revision input   revbox = gtk.HBox() - lbl = gtk.Label(_('Clone To Revision:')) + lbl = gtk.Label(_('Clone to revision:'))   lbl.set_property('width-chars', ewidth)   lbl.set_alignment(0, 0.5)   self.reventry = gtk.Entry()