~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-09 06:09:42 UTC
  • Revision ID: mbp@sourcefrog.net-20050509060942-d9c9efd7feed0894
- more indicators at top of test output
- tidy up remotebranch stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * New 'bzr whoami --email' option shows only the email component
6
6
      of the user identification, from Jo Vermeulen.
7
7
 
8
 
    * New ``bzr ignore PATTERN`` command.
 
8
    * New 'bzr ignore PATTERN' command.
9
9
 
10
10
    * Nicer error message for broken pipe, interrupt and similar
11
11
      conditions that don't indicate an internal error.
27
27
 
28
28
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz Oler.
29
29
 
30
 
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
31
 
      a filename.
32
 
 
33
 
    * Commands can now be defined by external programs or scripts
34
 
      in a directory on $BZRPATH.
35
 
 
36
30
 
37
31
  TESTING:
38
32