~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-30 14:29:43 UTC
  • mfrom: (1963.1.3 run-subprocess)
  • Revision ID: pqm@pqm.ubuntu.com-20060830142943-5ad00084983f33ce
(jam) run_bzr_subprocess can fix the child env

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  INTERNALS:
15
15
 
 
16
    * run_bzr_subprocess() can take an optional 'env_changes={}' parameter,
 
17
      which will update os.environ inside the spawned child.
 
18
      (John Arbash Meinel)
 
19
 
16
20
    * Refactor SFTP vendors to allow easier re-use when ssh is used. 
17
21
      (Andrew Bennetts)
18
22