~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/push.py

  • Committer: Patch Queue Manager
  • Date: 2012-04-16 11:35:53 UTC
  • mfrom: (6159.2.8 overwrite-tags)
  • Revision ID: pqm@pqm.ubuntu.com-20120416113553-1vnossk7c384rp4q
(jelmer) Add --overwrite-tags option to push and pull. (Jelmer Vernooij)

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: if False, a current branch at the destination may not
72
 
        have diverged from the source, otherwise the push fails
 
71
    :param overwrite: list of things to overwrite ("history", "tags")
 
72
        or boolean indicating for everything
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;