/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/plugins/upload/__init__.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-05-11 10:32:40 UTC
  • mfrom: (6939.3.8 no-more-ftp)
  • Revision ID: breezy.the.bot@gmail.com-20180511103240-02ekq8vya562ensl
Drop support for FTP.

Merged from https://code.launchpad.net/~jelmer/brz/no-more-ftp/+merge/342526

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
It is possible to upload to a remote location from another remote location by
108
108
specifying it with the --directory option:
109
109
 
110
 
    brz upload ftp://public.example.com --directory sftp://private.example.com 
 
110
    brz upload sftp://public.example.com --directory sftp://private.example.com 
111
111
 
112
112
This, together with --auto, can be used to upload when you push to your
113
113
central branch, rather than when you commit to your local branch.