Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek manifestmodel: obtain correct status for bfiles

Changeset c37db70a36ca

Parent 4aef84ddfc38

by David Golub

Changes to one file · Browse files at c37db70a36ca Showing diff from parent 4aef84ddfc38 Diff from another changeset...

 
252
253
254
 
255
256
257
 
261
262
263
264
 
265
266
267
 
252
253
254
255
256
257
258
 
262
263
264
 
265
266
267
268
@@ -252,6 +252,7 @@
  if not pathinstatus(path, status, uncleanpaths):   continue   + origpath = path   path = re.sub(r'^\.kbf/', '', path)     e = treeroot @@ -261,7 +262,7 @@
  e = e[p]     for st, filesofst in status.iteritems(): - if path in filesofst: + if origpath in filesofst:   e.setstatus(st)   break   else: