Mercurial > hg > buttercup
changeset 24:88f3d83eb858
better formatting for list
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 30 May 2011 21:03:45 -0700 |
parents | 425a3c73ac1d |
children | a54543838686 |
files | buttercup/checkout.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buttercup/checkout.py Mon May 30 14:22:22 2011 -0700 +++ b/buttercup/checkout.py Mon May 30 21:03:45 2011 -0700 @@ -56,7 +56,7 @@ # list sources if specified if options.list: for source in sources: - print source[0], source[1] + print '%s: %s' % (source[0], source[1]) sys.exit(0) # setup the src directory in a virtualenv