equal
deleted
inserted
replaced
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() |