mercurial/cmdutil.py
changeset 43645 9cb7f855e2fc
parent 43644 e01e0641f18a
child 43698 0c25e3404e23
equal deleted inserted replaced
43644:e01e0641f18a 43645:9cb7f855e2fc
   759     tersedlist = []
   759     tersedlist = []
   760     for st in allst:
   760     for st in allst:
   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):
   768     '''Surround lineswith a comment char and a new line'''
   768     '''Surround lineswith a comment char and a new line'''
   769     lines = raw.splitlines()
   769     lines = raw.splitlines()