~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-07 21:39:19 UTC
  • mfrom: (2168.1.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20061207213919-1cc5d101c30fda65
(Keir Mierle) Add support for 'bzr status --short'

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
      automatic push location of ``sftp://host/srv/project/mybranch``.
30
30
      (James Henstridge)
31
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
      
32
41
  INTERNALS:
33
42
 
34
43
  BUG FIXES:
58
67
      location for general information, outside of a specific command.
59
68
      This includes updates for ``bzr help revisionspec`` the first topic
60
69
      included. (Goffredo Baroncelli, John Arbash Meinel, #42714)
61
 
      
 
70
 
62
71
    * WSGI-compatible HTTP smart server.  See ``doc/http_smart_server.txt``.
63
72
      (Andrew Bennetts)
64
73