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

menuthg: pass repo object to cache

Changeset 0bb88c0f937f

Parent 78c0676525ef

by Simon Heimberg

Changes to one file · Browse files at 0bb88c0f937f Showing diff from parent 78c0676525ef Diff from another changeset...

 
151
152
153
154
 
155
156
157
 
151
152
153
 
154
155
156
157
@@ -151,7 +151,7 @@
  onlyfiles = False   if f.endswith('.hgignore'):   hashgignore = True - states.add(cachethg.get_state(f)) + states.add(cachethg.get_state(f, repo))   if not files:   if repo.root == os.path.realpath(cwd):   inroot = True