Mercurial > hg > CommitWatcher
diff commitwatcher/agent.py @ 17:9ec036da252e
commitwatcher/agent.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 28 Sep 2013 10:19:12 -0700 |
parents | 59c94aaf311c |
children | 53533334469f |
line wrap: on
line diff
--- a/commitwatcher/agent.py Sat Sep 28 09:44:26 2013 -0700 +++ b/commitwatcher/agent.py Sat Sep 28 10:19:12 2013 -0700 @@ -110,4 +110,7 @@ # get paths from diff paths = self.lsdiff(raw_rev) - print '%s :\n%s\n' % (revision, ', '.join(sorted(paths))) + print '%s :\n%s\n' % (revision, + '\n'.join([' %s' % path + for path in + sorted(paths)))