6
* bzr-man.py has been updated to work again. Contributed by
9
* Locking is now done with fcntl.lockf which works with NFS
10
file systems. Contributed by Harald Meland.
12
* Commit will no longer commit without a log message, an
13
error is returned instead. Contributed by Jelmer Vernooij.
15
* If you commit a specific file in a sub directory, any of its
16
parent directories that are added but not listed will be
17
automatically included. Suggested by Michael Ellerman.
22
* 'branch' now accepts a --basis parameter which will take advantage
23
of local history when making a new branch. This allows faster
24
branching of remote branches. Contributed by Aaron Bentley.
26
* New tree format based on weave files, called version 5.
27
Existing branches can be upgraded to this format using
30
* Symlinks are now versionable. Initial patch by
31
Erik Toubro Nielsen, updated to head by Robert Collins.
33
* Executable bits are tracked on files. Patch from Gustavo
36
* 'bzr status' now shows unknown files inside a selected directory.
37
Patch from Heikki Paajanen.
42
* Test case failures have the exception printed after the log
43
for your viewing pleasure.
45
* InventoryEntry is now an abstract base class, use one of the
46
concrete InventoryDirectory etc classes instead.
51
* Removed testsweet module so that tests can be run after
52
bzr installed by 'bzr selftest'.
54
* 'bzr selftest' command-line arguments can now be partial ids
55
of tests to run, e.g. 'bzr selftest test_weave'
1
58
bzr 0.0.9 2005-09-23
12
69
* Merge graph maximum distance calculation fix. (Aaron Bentley)
71
* Various minor bug in windows support have been fixed, largely in the
72
test suite. Contributed by Alexander Belchenko.
16
* Status now accepted a -r argument to give status between chosen
76
* Status now accepts a -r argument to give status between chosen
17
77
revisions. Contributed by Heikki Paajanen.
19
79
* Revision arguments no longer use +/-/= to control ranges, instead
22
82
select everything from yesterday and before today. Contributed by
85
* There is now a bzr.bat file created by distutils when building on
86
Windows. Contributed by Alexander Belchenko.
90
* Removed uuid() as it was unused.
92
* Improved 'fetch' code for pulling revisions from one branch into
93
another (used by pull, merged, etc.)
25
96
bzr 0.0.8 2005-09-20