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

archive: fix default archive name when selected WD parent

Changeset 374897f65d10

Parent e8ee9d0617f5

by Yuki KODAMA

Changes to one file · Browse files at 374897f65d10 Showing diff from parent e8ee9d0617f5 Diff from another changeset...

 
157
158
159
 
 
160
161
162
 
157
158
159
160
161
162
163
164
@@ -157,6 +157,8 @@
  return path   def add_rev(path):   rev = self.combo.get_active_text() + if rev == WD_PARENT: + rev = 'tip'   return '%s_%s' % (path, rev)   def add_ext(path):   select = self.get_selected_archive_type()