~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
      off of the ``fileids_affected_by_revision_ids`` time, which is 10s
18
18
      of the ``bzr branch`` time. (John Arbash Meinel)
19
19
 
 
20
    * Policy can be set for each configuration key. This allows keys to be
 
21
      inherited properly across configuration entries. For example, this
 
22
      should enable you to do::
 
23
        
 
24
        [/home/user/project]
 
25
        push_location = sftp://host/srv/project/
 
26
        push_location:policy = appendpath
 
27
 
 
28
      And then a branch like ``/home/user/project/mybranch`` should get an
 
29
      automatic push location of ``sftp://host/srv/project/mybranch``.
 
30
      (James Henstridge)
 
31
 
 
32
    * Added ``bzr status --short`` to make status report svn style flags
 
33
      for each file.  For example::
 
34
 
 
35
        $ bzr status --short
 
36
        A  foo
 
37
        A  bar
 
38
        D  baz
 
39
        ?  wooley
 
40
      
20
41
  INTERNALS:
21
42
 
22
43
  BUG FIXES:
23
44
 
 
45
    * bzr now supports Win32 UNC path (e.g. \\HOST\path). 
 
46
      (Alexander Belchenko, #57869)
 
47
 
 
48
 
24
49
bzr 0.13  2006-12-05
25
50
    
26
51
  No changes from 0.13rc1
46
71
      location for general information, outside of a specific command.
47
72
      This includes updates for ``bzr help revisionspec`` the first topic
48
73
      included. (Goffredo Baroncelli, John Arbash Meinel, #42714)
49
 
      
 
74
 
50
75
    * WSGI-compatible HTTP smart server.  See ``doc/http_smart_server.txt``.
51
76
      (Andrew Bennetts)
52
77