Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

nautilus: rename sync to synch, can be called from menu now

Changeset 7738d632e153

Parent 944173cd38df

by Simon Heimberg

Changes to one file · Browse files at 7738d632e153 Showing diff from parent 944173cd38df Diff from another changeset...

 
148
149
150
151
 
152
153
154
 
186
187
188
189
190
191
192
193
194
 
148
149
150
 
151
152
153
154
 
186
187
188
 
 
 
189
190
191
@@ -148,7 +148,7 @@
  def _status(self, window, info):   self._run_dialog('status')   - def _sync(self, window, info): + def _synch(self, window, info):   self._run_dialog('synch', filelist=False)   self.clear_cached_repo()   @@ -186,9 +186,6 @@
  def _grep(self, window, info):   print "not supported" # will be replaced   - def _synch(self, window, info): - print "not supported" # will be replaced -   def _run_dialog(self, hgcmd, filelist=True, extras=[]):   '''   hgcmd - hgproc subcommand