~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-06-11 06:33:15 UTC
  • mto: This revision was merged to the branch mainline in revision 5296.
  • Revision ID: mbp@canonical.com-20100611063315-cba8kkz8zzeh8y37
ScriptRunner strips consistent leading indentation from scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  leading to faster init for directories with existing content.
25
25
  (Martin [gz], Parth Malwankar, #501307)
26
26
 
 
27
* Explicitly removing ``--profile-imports`` option from parsed command-line
 
28
  arguments on Windows, because bzr script does the same.
 
29
  (Alexander Belchenko, #588277)
 
30
 
27
31
* Final fix for 'no help for command' issue. We now show a clean message
28
32
  when a command has no help, document how to set help more clearly, and
29
33
  test that all commands available to the test suite have help.
30
34
  (Robert Collins, #177500)
31
35
 
32
 
* Explicitly removing ``--profile-imports`` option from parsed command-line
33
 
  arguments on Windows, because bzr script does the same.
34
 
  (Alexander Belchenko, #588277)
 
36
* ``ScriptRunner`` now strips off leading indentation from test scripts,
 
37
  which previously caused "SyntaxError: No command for line".
 
38
  (Martin Pool)
35
39
 
36
40
Improvements
37
41
************