Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgmq: use function of MQ to check whether it's applied

Changeset 209794b63588

Parent a937115258f1

by Yuki KODAMA

Changes to one file · Browse files at 209794b63588 Showing diff from parent a937115258f1 Diff from another changeset...

 
540
541
542
543
 
544
545
546
 
540
541
542
 
543
544
545
546
@@ -540,7 +540,7 @@
    def is_applied(self, name):   if self.mqloaded: - return name in self.repo.mq.applied + return self.repo.mq.isapplied(name)   return False     def is_qtip(self, name):