changeset 14:8c4f353e3c7c

TODO on adding an hgrc
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 08 Nov 2010 08:20:49 -0800
parents ac29f67b4a45
children 907bc7300be3
files buttercup/checkout.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/buttercup/checkout.py	Mon Nov 08 08:18:34 2010 -0800
+++ b/buttercup/checkout.py	Mon Nov 08 08:20:49 2010 -0800
@@ -77,6 +77,7 @@
                 print "%d already exists"
         else:
             subprocess.call(['hg', 'clone', source[1]])
+            # TODO: add a more intelligent .hg/hgrc
 
     # install the sources
     if options.install: