In an older version of bzr module I was able to use stacked=yes like this:

- name: bzr branch --stacked lp:bzr-email
  bzr: name=lp:bzrtools dest=~"{{ansible_user}}"/.bazaar/plugins/email 
stacked=yes

I decided to play with the github repository for ansible so I 

git clone git://github.com/ansible/ansible.git --recursive

And I was surprised that stacked=yes was no longer supported so I did a

git log bzr.py

And all that was reported is this

$ git log bzr.py
commit b1e789968bdb5cbad54e86c0d09ec42213eafd7a
Author: Michael DeHaan <[email protected]>
Date:   Fri Sep 26 10:40:16 2014 -0400


    File extensions!

Same info via github web interface

https://github.com/ansible/ansible-modules-extras/commits/devel/source_control/bzr.py

I'm a git newbie and don't really understand the submodule stuff, but I'm 
wondering why the stacked=yes was removed and thought it would be in the 
git logs.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/de3443a5-174d-43a3-bf38-2fa027255c7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to