← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~hbrunn/lp-community-utils/lp1222720 into lp:lp-community-utils

 

Holger Brunn (Therp) has proposed merging lp:~hbrunn/lp-community-utils/lp1222720 into lp:lp-community-utils.

Requested reviews:
  OpenERP Community Reviewer/Maintainer (openerp-community-reviewer)
Related bugs:
  Bug #1222720 in OpenERP Launchpad Community Utils: "Invalid stacked on location reported by launchpad after clone"
  https://bugs.launchpad.net/lp-community-utils/+bug/1222720

For more details, see:
https://code.launchpad.net/~hbrunn/lp-community-utils/lp1222720/+merge/210982
-- 
https://code.launchpad.net/~hbrunn/lp-community-utils/lp1222720/+merge/210982
Your team OpenERP Community Reviewer/Maintainer is requested to review the proposed merge of lp:~hbrunn/lp-community-utils/lp1222720 into lp:lp-community-utils.
=== modified file 'clone_mp_to_community.py'
--- clone_mp_to_community.py	2013-09-22 14:36:16 +0000
+++ clone_mp_to_community.py	2014-03-14 08:09:21 +0000
@@ -195,7 +195,7 @@
         # TODO: because of this, bzr's output doesn't end up in our logger
         push._setup_outf()
         push.run(
-            location=push_location, directory=target_branch_dir, stacked=True)
+            location=push_location, directory=target_branch_dir)
 
         initial_comment = 'Automatically derived from %s for %s.' % (
             mp.source_branch.web_link, mp.target_branch.web_link)


Follow ups