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

fogcreek manifestmodel: display bfiles in tree, rather than their standins

Changeset 948eecf30fb6

Parent e8e7e1fd99ea

by David Golub

Changes to one file · Browse files at 948eecf30fb6 Showing diff from parent e8e7e1fd99ea Diff from another changeset...

 
9
10
11
 
12
13
14
 
251
252
253
 
 
254
255
256
 
9
10
11
12
13
14
15
 
252
253
254
255
256
257
258
259
@@ -9,6 +9,7 @@
 # version.    import os, itertools +import re    from PyQt4.QtCore import *  from PyQt4.QtGui import * @@ -251,6 +252,8 @@
  if not pathinstatus(path, status, uncleanpaths):   continue   + path = re.sub(r'^\.kbf/', '', path) +   e = treeroot   for p in hglib.tounicode(path).split('/'):   if not p in e: