~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/push.py

  • Committer: Jelmer Vernooij
  • Date: 2012-03-15 02:42:48 UTC
  • mto: This revision was merged to the branch mainline in revision 6510.
  • Revision ID: jelmer@samba.org-20120315024248-7nyk2zxc52i1u8gj
extention -> extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    :param location: the url of the destination
69
69
    :param to_file: the output stream
70
70
    :param verbose: if True, display more output than normal
71
 
    :param overwrite: list of things to overwrite ("history", "tags")
72
 
        or boolean indicating for everything
 
71
    :param overwrite: if False, a current branch at the destination may not
 
72
        have diverged from the source, otherwise the push fails
73
73
    :param remember: if True, store the location as the push location for
74
74
        the source branch
75
75
    :param stacked_on: the url of the branch, if any, to stack on;