~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-01-17 15:39:21 UTC
  • mfrom: (1551.9.35 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 2239.
  • Revision ID: abentley@panoramicfeedback.com-20070117153921-6pp9ssa2r8n5izoo
Merge bzr.ab, to avoid conflicts submitting

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * ``ls`` now works on treeless branches and remote branches.
 
6
      (Aaron Bentley)
 
7
 
 
8
    * ``bzr help global-options`` describes the global options.
 
9
      (Aaron Bentley)
 
10
 
 
11
  INTERNALS:
 
12
 
 
13
  BUGFIXES:
 
14
 
 
15
  TESTING:
 
16
 
 
17
    * New ``--first`` option to ``bzr selftest`` to run specified tests
 
18
      before the rest of the suite.  (Martin Pool)
 
19
 
 
20
bzr 0.14rc1  2007-01-16
 
21
 
 
22
  IMPROVEMENTS:
 
23
 
5
24
    * New connection: ``bzr+http://`` which supports tunnelling the smart
6
25
      protocol over an HTTP connection. If writing is enabled on the bzr
7
26
      server, then you can write over the http connection.