~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-15 09:03:38 UTC
  • mfrom: (5283.1.3 scripts)
  • Revision ID: pqm@pqm.ubuntu.com-20100615090338-g5bvhjufbbpllado
(mbp) ignore common leading whitespace in shell-like script tests (Martin
 Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
* ``bzr log --exclude-common-ancestry`` is now taken into account for
37
37
  linear ancetries. (Vincent Ladeuil, #575631)
38
38
 
 
39
* ``bzr pull`` now works when a lp: URL is explicitly defined as the parent
 
40
  or pull location in locations.conf or branch.conf.
 
41
  (Gordon Tyler, #534787)
 
42
 
39
43
* Ensure that wrong path specifications in ``BZR_PLUGINS_AT`` display
40
44
  proper error messages. (Vincent Ladeuil, #591215)
41
45
 
52
56
  test that all commands available to the test suite have help.
53
57
  (Robert Collins, #177500)
54
58
 
 
59
* ``ScriptRunner`` now strips off leading indentation from test scripts,
 
60
  which previously caused "SyntaxError: No command for line".
 
61
  (Martin Pool)
 
62
 
55
63
* Relative imports in plugins are now handled correctly when using
56
64
  BZR_PLUGINS_AT. (Vincent Ladeuil, #588959)
57
65
 
58
 
* ``bzr pull`` now works when a lp: URL is explicitly defined as the parent
59
 
  or pull location in locations.conf or branch.conf.
60
 
  (Gordon Tyler, #534787)
61
 
 
62
66
Improvements
63
67
************
64
68