/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: Martin
  • Date: 2018-11-18 19:48:57 UTC
  • mto: This revision was merged to the branch mainline in revision 7205.
  • Revision ID: gzlist@googlemail.com-20181118194857-mqty4xka790jf934
Fix remaining whitespace lint in codebase

Enables rules W191, W291, W293, and W391 for flake8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    brz upload -r X  sftp://user@host/location/on/webserver
34
34
 
35
 
bzr-upload, just as brz does, will remember the location where you upload the 
 
35
bzr-upload, just as brz does, will remember the location where you upload the
36
36
first time, so you don't need to specify it every time.
37
37
 
38
38
If you need to re-upload the whole working tree for some reason, you can:
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 sftp://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.