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

nautilus: fix file revision lookups

Changeset 9f64a371182e

Parent a770a5a0702b

by Steve Borho

Changes to one file · Browse files at 9f64a371182e Showing diff from parent a770a5a0702b Diff from another changeset...

 
507
508
509
510
 
511
512
513
 
507
508
509
 
510
511
512
513
@@ -507,7 +507,7 @@
  ctx = repo.changectx(None).parents()[0]   try:   fctx = ctx.filectx(localpath) - rev = fctx.filelog().linkrev(fctx.filenode()) + rev = fctx.filelog().linkrev(fctx.filerev())   except:   rev = ctx.rev()   ctx = repo.changectx(rev)