~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-01-23 02:09:39 UTC
  • mfrom: (1534.1.11 integration)
  • Revision ID: mbp@sourcefrog.net-20060123020939-567fb193328ed7a6
[merge] robert's integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      This gives better integration with user settings such as ProxyCommand.
28
28
      (James Henstridge)
29
29
 
30
 
    * Sftp paths can now be relative, or local, according to the IETF 
31
 
      draft spec.  Paths now take the form:
32
 
      sftp://user:pass@host:port/relative/path
33
 
      or
34
 
      sftp://user:pass@host:port/%2Fabsolute/path
35
 
      or
36
 
      sftp://user:pass@host:port//absolute/path
 
30
    * Sftp paths can now be relative, or local, according to the lftp
 
31
      convention. Paths now take the form:
 
32
      sftp://user:pass@host:port/~/relative/path
 
33
      or
 
34
      sftp://user:pass@host:port/absolute/path
37
35
 
38
36
    * Permissions on files underneath .bzr/ are inherited from the .bzr 
39
37
      directory. So for a shared repository, simply doing 'chmod -R g+w .bzr/'