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

annotate: add support for nested subrepos

Changeset 634c316c4e3e

Parent 9c713e8fe3b1

by Angel Ezquerra

Changes to one file · Browse files at 634c316c4e3e Showing diff from parent 9c713e8fe3b1 Diff from another changeset...

 
672
673
674
 
675
676
677
 
672
673
674
675
676
677
678
@@ -672,6 +672,7 @@
    def _updateannotation(self, ctx, filename):   assert ctx.rev() is not None + wsub, filename, ctx = hglib.getDeepestSubrepoContainingFile(filename, ctx)   assert filename in ctx   self.ctx = ctx   self.annfile = filename