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

stable history: remove the Synchronize button; use the Tools menu instead, or the sync bar

Changeset d9fa860eb92d

Parent f1269b71da81

by Sune Foldager

Changes to one file · Browse files at d9fa860eb92d Showing diff from parent f1269b71da81 Diff from another changeset...

 
109
110
111
112
113
114
115
116
117
118
119
120
 
123
124
125
126
 
127
128
129
 
109
110
111
 
 
 
 
 
 
112
113
114
 
117
118
119
 
120
121
122
123
@@ -109,12 +109,6 @@
  _('Re_fresh'),   self.refresh_clicked, name='refresh',   tip=_('Reload revision history')), - gtk.SeparatorToolItem(), - self.make_toolbutton(gtk.STOCK_NETWORK, - _('Synchronize'), - self.synch_clicked, name='synchronize', - tip=_('Launch synchronize tool')), - gtk.SeparatorToolItem(),   ]   if 'mq' in self.exs:   self.mqtb = self.make_toolbutton(gtk.STOCK_DIRECTORY, @@ -123,7 +117,7 @@
  tip=_('Show/Hide Patch Queue'),   toggle=True,   icon='menupatch.ico') - tbar += [self.mqtb, gtk.SeparatorToolItem()] + tbar += [gtk.SeparatorToolItem(), self.mqtb]   return tbar     def get_menu_list(self):