~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Keir Mierle
  • Date: 2006-11-23 18:56:25 UTC
  • mto: (2168.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2171.
  • Revision ID: keir@cs.utoronto.ca-20061123185625-ndto53ylcb8zo1y6
Fix spacing error and add tests for status --short command flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
      location for general information, outside of a specific command.
20
20
      This includes updates for ``bzr help revisionspec`` the first topic
21
21
      included. (Goffredo Baroncelli, John Arbash Meinel, #42714)
22
 
      
 
22
 
23
23
    * WSGI-compatible HTTP smart server.  See ``doc/http_smart_server.txt``.
24
24
      (Andrew Bennetts)
25
25
 
 
26
    * Added ``bzr status --short`` to make status report svn style flags
 
27
      for each file; for example 
 
28
       $ bzr status --short
 
29
       A foo
 
30
       A bar
 
31
       D baz
 
32
       ? wooley
 
33
      
26
34
  INTERNALS:
27
35
 
28
36
    * New -D option given before the command line turns on debugging output