~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-08-03 02:52:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2700.
  • Revision ID: aaron.bentley@utoronto.ca-20070803025223-u0dfa0rwptw0gxy2
teach run_bzr_subprocess to accept either a list of strings or a string

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
    * The SSH_AUTH_SOCK environment variable is now reset to avoid 
191
191
      interaction with any running ssh agents.  (Jelmer Vernooij, #125955)
192
192
 
 
193
    * run_bzr_subprocess handles parameters the same way as run_bzr:
 
194
      either a string or a list of strings should be passed as the first
 
195
      parameter.  Varargs-style parameters are deprecated. (Aaron Bentley)
 
196
 
193
197
 
194
198
bzr 0.18  2007-07-17
195
199