Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable Backed out changeset: 08177bd3bb2e

Changeset 6cd590e11b58

Parent 0a93a92529dd

by Peer Sommerlund

Changes to one file · Browse files at 6cd590e11b58 Showing diff from parent 0a93a92529dd Diff from another changeset...

 
307
308
309
 
 
 
310
311
312
313
314
315
316
317
318
319
320
321
 
 
 
322
323
324
 
307
308
309
310
311
312
313
314
315
 
 
 
 
 
 
316
317
318
319
320
321
322
323
324
@@ -307,18 +307,18 @@
  menu.addAction(self.tasktbar.toggleViewAction())   self.menuView.addMenu(menu)   + newaction(_('Incoming'), self._repofwd('incoming'), icon='hg-incoming', + tooltip=_('Check for incoming changes from default pull target'), + enabled='repoopen', toolbar='sync')   newaction(_('Pull'), self._repofwd('pull'), icon='hg-pull',   tooltip=_('Pull incoming changes from default pull target'),   enabled='repoopen', toolbar='sync') - newaction(_('Push'), self._repofwd('push'), icon='hg-push', - tooltip=_('Push outgoing changes to default push target'), - enabled='repoopen', toolbar='sync') - newaction(_('Incoming'), self._repofwd('incoming'), icon='hg-incoming', - tooltip=_('Check for incoming changes from default pull target'), - enabled='repoopen', toolbar='sync')   newaction(_('Outgoing'), self._repofwd('outgoing'), icon='hg-outgoing',   tooltip=_('Detect outgoing changes to default push target'),   enabled='repoopen', toolbar='sync') + newaction(_('Push'), self._repofwd('push'), icon='hg-push', + tooltip=_('Push outgoing changes to default push target'), + enabled='repoopen', toolbar='sync')     self.updateMenu()