~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-18 17:35:33 UTC
  • mfrom: (2190.1.7 bzr_http_fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20061218173533-46a6cb3b1d08b8ab
(John Arbash Meinel) Implement bzr+http:// and update docs to indicate how to set it up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * New connection: ``bzr+http://`` which supports tunnelling the smart
 
6
      protocol over an HTTP connection. If writing is enabled on the bzr
 
7
      server, then you can write over the http connection.
 
8
      (Andrew Bennetts, John Arbash Meinel)
 
9
 
5
10
    * Aliases now support quotation marks, so they can contain whitespace
6
11
      (Marius Kruger)
7
12
 
223
228
 
224
229
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
225
230
 
226
 
    * New connection: ``bzr+http://`` which supports tunnelling the smart
227
 
      protocol over an HTTP connection. If writing is enabled on the bzr
228
 
      server, then you can write over the http connection.
229
 
      (Andrew Bennetts)
230
 
 
231
231
    * ``bzr`` now uses lazy importing to reduce the startup time. This has
232
232
      a moderate effect on lots of actions, especially ones that have
233
233
      little to do. For example ``bzr rocks`` time is down to 116ms from