Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

tagadd: remove unused variable

Changeset 11905ab451e0

Parent 053ed8ed2f22

by Steve Borho

Changes to one file · Browse files at 11905ab451e0 Showing diff from parent 053ed8ed2f22 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​tagadd.py Stacked
 
190
191
192
193
194
195
196
 
190
191
192
 
193
194
195
@@ -190,7 +190,6 @@
  # gather input data   is_local = self._local_tag.get_active()   name = self._tag_input.get_text() - rev = self._rev_input.get_text()   use_msg = self._use_msg.get_active()     # verify input