# HG changeset patch # User Jeff Hammel # Date 1290667890 28800 # Node ID 5e5af2af69bfc01add64c6b7d13e98027d99b4c9 # Parent 907bc7300be354dc6c46cadb2f8b93a26e181106 correct message format diff -r 907bc7300be3 -r 5e5af2af69bf buttercup/checkout.py --- 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