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)
5
10
* "bzr INIT dir" now initializes the specified directory, and creates
6
11
it if it does not exist. (John Arbash Meinel)
13
* New remerge command (Aaron Bentley)
8
15
* Better zsh completion script. (Steve Borho)
10
17
* 'bzr diff' now returns 1 when there are changes in the working
15
22
location in the ~/.bazaar/branches.conf configuration file.
25
* Test directories are only kept if the test fails and the user requests
28
* Tweaks to short log printing
30
* Added branch nicks, new nick command, printing them in log output.
33
* If $BZR_PDB is set, pop into the debugger when an uncaught exception
36
* Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is
37
the same as Subversion. (Martin Pool)
39
* New ftp transport support (on ftplib), for ftp:// and aftp://
40
URLs. (Daniel Silverstone)
20
44
* SFTP can walk up to the root path without index errors. (Robert Collins)
22
46
* Fix bugs in running bzr with 'python -O'. (Martin Pool)
48
* Error when run with -OO
24
50
* Fix bug in reporting http errors that don't have an http error code.
53
* Handle more cases of pipe errors in display commands
55
* Change status to 3 for all errors
57
* Files that are added and unlinked before committing are completely
58
ignored by diff and status
27
60
* Stores with some compressed texts and some uncompressed texts are now
28
61
able to be used. (John A Meinel)
63
* Show files which are both renamed and modified as such in 'bzr
64
status' output. (#4503, Daniel Silverstone)
66
* Make annotate cope better with revisions committed without a valid
67
email address. (Marien Zwart)
69
* Fix representation of tab characters in commit messages. (Harald
32
74
* Fix selftest asking for passwords when there are no SFTP keys.