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

nautilus: remove broken redundant import

Changeset a32c934aa232

Parent b5fada4be594

by Steve Borho

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

 
275
276
277
278
279
280
281
 
275
276
277
 
278
279
280
@@ -275,7 +275,6 @@
  self.invalidate(files, root)     def invalidate(self, paths, root = ''): - from tortoise import cachethg   started = bool(self.inv_dirs)   if cachethg.cache_pdir == root and root not in self.inv_dirs:   cachethg.overlay_cache.clear()