Mercurial > hg > buttercup
changeset 16:5e5af2af69bf
correct message format
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 24 Nov 2010 22:51:30 -0800 |
parents | 907bc7300be3 |
children | 8b4c21b853e9 |
files | buttercup/checkout.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buttercup/checkout.py Wed Nov 24 22:49:18 2010 -0800 +++ b/buttercup/checkout.py Wed Nov 24 22:51:30 2010 -0800 @@ -75,7 +75,7 @@ subprocess.call(['hg', 'update']) os.chdir('..') else: - print "%d already exists" + print "%s already exists" % source[0] else: subprocess.call(['hg', 'clone', source[1]]) # TODO: add a more intelligent .hg/hgrc