Chris Johnston has proposed merging 
lp:~chrisjohnston/ubuntu-django-foundations/done into 
lp:ubuntu-django-foundations/bzr-apps.

Requested reviews:
  Django Foundations Developers (django-foundations-dev)
Related bugs:
  Bug #799559 in Ubuntu Django Foundations: "Fix print statements"
  https://bugs.launchpad.net/ubuntu-django-foundations/+bug/799559

For more details, see:
https://code.launchpad.net/~chrisjohnston/ubuntu-django-foundations/done/+merge/65145
-- 
https://code.launchpad.net/~chrisjohnston/ubuntu-django-foundations/done/+merge/65145
Your team Django Foundations Developers is requested to review the proposed 
merge of lp:~chrisjohnston/ubuntu-django-foundations/done into 
lp:ubuntu-django-foundations/bzr-apps.
=== modified file 'management/commands/pullapps.py'
--- management/commands/pullapps.py	2011-03-18 15:30:34 +0000
+++ management/commands/pullapps.py	2011-06-20 00:51:35 +0000
@@ -41,6 +41,7 @@
             
         for app in apps:
             if bzrapps.has_key(app):
+                print "* Pulling Bzr Apps:",
                 source, rev = bzrapps[app]
                 destination = os.path.join(project, app)
                 print "Pull revision %s from %s to %s" % (rev, source, destination)
@@ -63,5 +64,6 @@
                     dst_dir = BzrDir.open(destination)
                     dst_tree = dst_dir.create_workingtree(revision_id=rev_id, from_branch=dst_branch)
                 dst_tree.update(revision=rev_id)
+            print "Pulling Bzr Apps complete."
             else:
                 raise ImproperlyConfigured('App path %s not in settings.BZR_APPS' % app)

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to