74
74
This creates a new branch at ``my-url`` that is stacked on ``reference-url``
75
75
and only contains the revisions in the current branch that are not already
76
76
in the branch at ``reference-url``. In particular, ``my-url`` and
78
78
can be used additionally to inform ``push`` to reference the
79
79
revisions in ``reference-url``. For example::
83
83
This usage fits the scenario described in the Motivation section.
89
99
bzr branch --stacked source-url my-dir