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

stable mq: fix qgoto (closes #136)

Changeset 38513630101e

Parent da50220ff5f9

by Steve Borho

Changes to one file · Browse files at 38513630101e Showing diff from parent da50220ff5f9 Diff from another changeset...

 
368
369
370
371
 
372
373
374
 
368
369
370
 
371
372
373
374
@@ -368,7 +368,7 @@
  return   cmdline = ['qgoto', '-R', self.repo.root]   cmdline += self.getUserOptions('force') - cmdline += ['--', rev] + cmdline += ['--', str(rev)]   self.repo.incrementBusyCount()   self.qtbar.setEnabled(False)   self.finishfunc = self.checkForRejects