Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cachethg: works for a simlink to a repo

Changeset f94b04920147

Parent cc44f0d82d95

by Simon Heimberg

Changes to one file · Browse files at f94b04920147 Showing diff from parent cc44f0d82d95 Diff from another changeset...

 
140
141
142
143
 
144
145
146
 
140
141
142
 
143
144
145
146
@@ -140,7 +140,7 @@
  (deleted, MODIFIED),   (modified, MODIFIED)):   for f in grp: - fpath = os.path.join(repo.root, os.path.normpath(f)) + fpath = os.path.join(root, os.path.normpath(f))   overlay_cache[fpath] = st   if path in overlay_cache:   status = overlay_cache[path]