~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-11-22 21:28:30 UTC
  • mfrom: (1185.33.32 bzr.dev)
  • Revision ID: robertc@robertcollins.net-20051122212830-885c284847f0b17b
Merge from mpool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
UNRELEASED CHANGES
2
2
 
 
3
  CHANGES:
 
4
 
 
5
    * .bzrignore is excluded from exports, on the grounds that it's a bzr 
 
6
      internal-use file and may not be wanted.  (Jamie Wilkinson)
 
7
 
3
8
  IMPROVEMENTS:
4
9
 
5
10
    * "bzr INIT dir" now initializes the specified directory, and creates 
6
11
      it if it does not exist.  (John Arbash Meinel)
7
12
 
 
13
    * New remerge command (Aaron Bentley)
 
14
 
8
15
    * Better zsh completion script.  (Steve Borho)
9
16
 
10
17
    * 'bzr diff' now returns 1 when there are changes in the working 
15
22
      location in the ~/.bazaar/branches.conf configuration file.
16
23
      (Robert Collins)
17
24
 
 
25
    * Test directories are only kept if the test fails and the user requests
 
26
      that they be kept.
 
27
 
 
28
    * Tweaks to short log printing
 
29
 
 
30
    * Added branch nicks, new nick command, printing them in log output. 
 
31
      (Aaron Bentley)
 
32
 
 
33
    * If $BZR_PDB is set, pop into the debugger when an uncaught exception 
 
34
      occurs.  (Martin Pool)
 
35
 
 
36
    * Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is
 
37
      the same as Subversion.  (Martin Pool)
 
38
 
 
39
    * New ftp transport support (on ftplib), for ftp:// and aftp:// 
 
40
      URLs.  (Daniel Silverstone)
 
41
 
18
42
  BUG FIXES:
19
43
 
20
44
    * SFTP can walk up to the root path without index errors. (Robert Collins)
21
45
 
22
46
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
23
47
 
 
48
    * Error when run with -OO
 
49
 
24
50
    * Fix bug in reporting http errors that don't have an http error code.
25
51
      (Martin Pool)
26
52
 
 
53
    * Handle more cases of pipe errors in display commands
 
54
 
 
55
    * Change status to 3 for all errors
 
56
 
 
57
    * Files that are added and unlinked before committing are completely
 
58
      ignored by diff and status
 
59
 
27
60
    * Stores with some compressed texts and some uncompressed texts are now
28
61
      able to be used. (John A Meinel)
29
62
 
 
63
    * Show files which are both renamed and modified as such in 'bzr 
 
64
      status' output.  (#4503, Daniel Silverstone)
 
65
 
 
66
    * Make annotate cope better with revisions committed without a valid 
 
67
      email address.  (Marien Zwart)
 
68
 
 
69
    * Fix representation of tab characters in commit messages.  (Harald 
 
70
      Meland)
 
71
 
30
72
  TESTING:
31
73
 
32
74
    * Fix selftest asking for passwords when there are no SFTP keys.