Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hglib: allow bundlerepo to update dirstate

Changeset 9f55c428f3b4

Parent 8f25a1cdf2d9

by Steve Borho

Changes to one file · Browse files at 9f55c428f3b4 Showing diff from parent 8f25a1cdf2d9 Diff from another changeset...

 
110
111
112
 
113
114
115
116
117
118
119
120
121
 
110
111
112
113
114
115
116
117
118
 
119
120
121
@@ -110,12 +110,12 @@
  return True    def invalidaterepo(repo): + repo.dirstate.invalidate()   if isinstance(repo, bundlerepo.bundlerepository):   # Work around a bug in hg-1.3. repo.invalidate() breaks   # overlay bundlerepos   return   repo.invalidate() - repo.dirstate.invalidate()   if 'mq' in repo.__dict__: #do not create if it does not exist   repo.mq.invalidate()