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

update: make -C label more descriptive

Changeset 1ceb943dfbc9

Parent 0850fac729cb

by Steve Borho

Changes to one file · Browse files at 1ceb943dfbc9 Showing diff from parent 0850fac729cb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​update.py Stacked
 
62
63
64
65
 
66
67
68
 
62
63
64
 
65
66
67
68
@@ -62,7 +62,7 @@
  for t in tags:   combo.append_text(t)   - self.overwrite = gtk.CheckButton(_('Overwrite local changes')) + self.overwrite = gtk.CheckButton(_('Overwrite local changes (--clean)'))   vbox.pack_start(self.overwrite, False, False, 10)     hbbox = gtk.HButtonBox()