/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/push.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-11 02:34:42 UTC
  • mfrom: (6681.2.10 more-controldir)
  • Revision ID: breezy.the.bot@gmail.com-20170611023442-p3vm7secrkqn6ckx
Some more bzrdir vs controldir fixes.

Merged from https://code.launchpad.net/~jelmer/brz/more-controldir/+merge/325453

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    :param create_prefix: if True, create the necessary parent directories
78
78
        at the destination if they don't already exist
79
79
    :param use_existing_dir: if True, proceed even if the destination
80
 
        directory exists without a current .bzr directory in it
 
80
        directory exists without a current control directory in it
81
81
    """
82
82
    to_transport = transport.get_transport(location)
83
83
    try: