##// END OF EJS Templates
cmdutil: convert terse status result back to an scmutil.status...
Augie Fackler -
r44044:9cb7f855 default
parent child Browse files
Show More
@@ -761,7 +761,7 b' def tersedir(statuslist, terseargs):'
761 tersedict[st].sort()
761 tersedict[st].sort()
762 tersedlist.append(tersedict[st])
762 tersedlist.append(tersedict[st])
763
763
764 return tersedlist
764 return scmutil.status(*tersedlist)
765
765
766
766
767 def _commentlines(raw):
767 def _commentlines(raw):
General Comments 0
You need to be logged in to leave comments. Login now