Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

commit: no reason to toggle repo busy count for branchop dialog

It makes no repo changes, only sets internal flags that are used at commit time.

Changeset fcd856140dd4

Parent 55dca1212f0d

by Steve Borho

Changes to one file · Browse files at fcd856140dd4 Showing diff from parent 55dca1212f0d Diff from another changeset...

 
342
343
344
345
346
347
348
349
350
351
 
342
343
344
 
345
346
 
347
348
349
@@ -342,10 +342,8 @@
    def branchOp(self):   d = branchop.BranchOpDialog(self.repo, self.branchop) - self.repo.incrementBusyCount()   if d.exec_() == QDialog.Accepted:   self.branchop = d.branchop - self.repo.decrementBusyCount()     def canUndo(self):   'Returns undo description or None if not valid'