Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.6, 0.7, and 0.7.1

Backed out changeset acd579ce664a

Changeset b2609628de0d

Parent acd579ce664a

by TK Soh

Changes to one file · Browse files at b2609628de0d Showing diff from parent acd579ce664a Diff from another changeset...

 
622
623
624
625
 
626
627
628
 
622
623
624
 
625
626
627
628
@@ -622,7 +622,7 @@
  ctx = self.repo.changectx(self.currev)   try:   fctx = ctx.filectx(self.curfile) - has_filelog = fctx.linkrev() == ctx.rev() + has_filelog = fctx.filelog().linkrev(fctx.filenode()) == ctx.rev()   except revlog.LookupError:   has_filelog = False   self._ann_menu.set_sensitive(has_filelog)