##// END OF EJS Templates
terse: pconvert() entries added to the temporary terse dict for Windows...
Matt Harbison -
r38414:c974320d default
parent child Browse files
Show More
@@ -552,7 +552,7 b' def tersedir(statuslist, terseargs):'
552 # process each sub-directory and build tersedict
552 # process each sub-directory and build tersedict
553 for subdir in rootobj.subdirs.values():
553 for subdir in rootobj.subdirs.values():
554 for st, f in subdir.tersewalk(terseargs):
554 for st, f in subdir.tersewalk(terseargs):
555 tersedict[st].append(f)
555 tersedict[st].append(util.pconvert(f))
556
556
557 tersedlist = []
557 tersedlist = []
558 for st in allst:
558 for st in allst:
General Comments 0
You need to be logged in to leave comments. Login now