5
* bzr-man.py has been updated to work again. Contributed by
8
* Locking is now done with fcntl.lockf which works with NFS
9
file systems. Contributed by Harald Meland.
13
* 'branch' now accepts a --basis parameter which will take advantage
14
of local history when making a new branch. This allows faster
15
branching of remote branches. Contributed by Aaron Bentley.
17
* New tree format based on weave files, called version 5.
18
Existing branches can be upgraded to this format using
23
* Test case failures have the exception printed after the log for your
31
* Fixed "branch -r" option.
33
* Fix remote access to branches containing non-compressed history.
36
* Better reliability of http server tests. (John Arbash-Meinel)
38
* Merge graph maximum distance calculation fix. (Aaron Bentley)
40
* Various minor bug in windows support have been fixed, largely in the
41
test suite. Contributed by Alexander Belchenko.
45
* Status now accepts a -r argument to give status between chosen
46
revisions. Contributed by Heikki Paajanen.
48
* Revision arguments no longer use +/-/= to control ranges, instead
49
there is a 'before' namespace, which limits the successive namespace.
50
For example '$ bzr log -r date:yesterday..before:date:today' will
51
select everything from yesterday and before today. Contributed by
54
* There is now a bzr.bat file created by distutils when building on
55
Windows. Contributed by Alexander Belchenko.
59
* Removed uuid() as it was unused.
5
* Refactor xml packing/unpacking.
61
7
* Improved 'fetch' code for pulling revisions from one branch into
62
8
another (used by pull, merged, etc.)
69
* Adding a file whose parent directory is not versioned will
70
implicitly add the parent, and so on up to the root. This means
71
you should never need to explictly add a directory, they'll just
72
get added when you add a file in the directory. Contributed by
75
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
78
* If you set BZR_EDITOR in the environment, it is checked in
79
preference to EDITOR and the config file for the interactive commit
80
editing program. Related to this is a bugfix where a missing program
81
set in EDITOR would cause editing to fail, now the fallback program
82
for the operating system is still tried.
84
* Files that are not directories/symlinks/regular files will no longer
85
cause bzr to fail, it will just ignore them by default. You cannot add
86
them to the tree though - they are not versionable.
91
* Refactor xml packing/unpacking.
95
* Fixed 'bzr mv' by Ollie Rutherfurd.
97
* Fixed strange error when trying to access a nonexistent http
100
* Make sure that the hashcache gets written out if it can't be
106
* Various Windows fixes from Ollie Rutherfurd.
108
* Quieten warnings about locking; patch from Matt Lavin.
13
* New tree format based on weave files, called version 5.
18
* New method-object style interface for Commit() and Fetch().
20
* Renamed Branch.last_patch() to Branch.last_revision(), since
21
we call them revisions not patches.
111
25
bzr-0.0.7 2005-09-02