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

Merge with stable

Changeset dace5a344d81

Parents 010080f4f72b

Parents c6829193f00a

by Steve Borho

Changes to one file · Browse files at dace5a344d81 Showing diff from parent 010080f4f72b c6829193f00a Diff from another changeset...

 
65
66
67
68
 
 
 
 
69
70
71
 
65
66
67
 
68
69
70
71
72
73
74
@@ -65,7 +65,10 @@
  def refresh(self):   repo = self.repo   oldtags, oldparents = self.tagrevs, self.wcparents - oldbranches = [repo[n].rev() for n in self.branchtags.values()] + try: + oldbranches = [repo[n].rev() for n in self.branchtags.values()] + except error.RepoLookupError: + oldbranches = []     repo.invalidate()   repo.dirstate.invalidate()