~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2011-05-17 12:12:09 UTC
  • mto: This revision was merged to the branch mainline in revision 5884.
  • Revision ID: v.ladeuil+lp@free.fr-20110517121209-j8so4msanb5ryk04
Fix send --no-remember when no location is set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5366
5366
        ]
5367
5367
 
5368
5368
    def run(self, submit_branch=None, public_branch=None, no_bundle=False,
5369
 
            no_patch=False, revision=None, remember=False, output=None,
 
5369
            no_patch=False, revision=None, remember=None, output=None,
5370
5370
            format=None, mail_to=None, message=None, body=None,
5371
5371
            strict=None, **kwargs):
5372
5372
        from bzrlib.send import send