mercurial/cmdutil.py
changeset 38193 c974320d20b9
parent 38080 dabc2237963c
child 38197 aac4be30e250
--- a/mercurial/cmdutil.py	Thu May 24 15:56:47 2018 -0600
+++ b/mercurial/cmdutil.py	Tue May 22 23:22:15 2018 -0400
@@ -552,7 +552,7 @@
     # process each sub-directory and build tersedict
     for subdir in rootobj.subdirs.values():
         for st, f in subdir.tersewalk(terseargs):
-            tersedict[st].append(f)
+            tersedict[st].append(util.pconvert(f))
 
     tersedlist = []
     for st in allst: