Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

thgrepo: disable busycount check in repo poll routine

"removing the training wheels", allowing the refresh events to be emitted each
time a repository change is found and the repository is unlocked (indicating
whatever was running is now finished).

Changeset f7be38d67784

Parent 12a03761db00

by Steve Borho

Changes to one file · Browse files at f7be38d67784 Showing diff from parent 12a03761db00 Diff from another changeset...

 
127
128
129
130
131
132
 
 
 
133
134
135
 
127
128
129
 
 
 
130
131
132
133
134
135
@@ -127,9 +127,9 @@
  if self.repo.root in _repocache:   del _repocache[self.repo.root]   return - if self.busycount > 0: - dbgoutput('busy, aborting') - return + #if self.busycount > 0: + # dbgoutput('busy, aborting') + # return   if self.locked():   dbgoutput('locked, aborting')   return