# HG changeset patch # User Jeff Hammel # Date 1306814625 25200 # Node ID 88f3d83eb858362053018ff9dff544ea5615be10 # Parent 425a3c73ac1d749fd92eb4740a38b4fe4b2db4aa better formatting for list diff -r 425a3c73ac1d -r 88f3d83eb858 buttercup/checkout.py --- 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