Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable tagadd: recognize tag is local or not

Closes #915

Changeset 4ef0414694b9

Parent 73942531f4cd

by Yuki KODAMA

Changes to one file · Browse files at 4ef0414694b9 Showing diff from parent 73942531f4cd Diff from another changeset...

 
71
72
73
 
74
75
76
 
71
72
73
74
75
76
77
@@ -71,6 +71,7 @@
    ## tagging options   self._local_tag = gtk.CheckButton(_('Tag is local')) + self._local_tag.set_active(self.repo.tagtype(tag) == 'local')   self._local_tag.connect('toggled', self.local_tag_toggled)   self._replace_tag = gtk.CheckButton(_('Replace existing tag'))   self._eng_msg = gtk.CheckButton(_('Use English commit message'))