5
* Status now accepted a -r argument to give status between chosen
6
revisions. Contributed by Heikki Paajanen.
8
* Revision arguments no longer use +/-/= to control ranges, instead
9
there is a 'before' namespace, which limits the successive namespace.
10
For example '$ bzr log -r date:yesterday..before:date:today' will
11
select everything from yesterday and before today. Contributed by
14
* There is now a bzr.bat file created by distutils when building on
15
Windows. Contributed by Alexander Belchenko.
19
* Various minor bug in windows support have been fixed, largely in the
20
test suite. Contributed by Alexander Belchenko.
24
* removed uuid() as it was unused.
26
* Test case failures have the exception printed after the log for your
5
33
* Adding a file whose parent directory is not versioned will
6
34
implicitly add the parent, and so on up to the root. This means
7
35
you should never need to explictly add a directory, they'll just
8
36
get added when you add a file in the directory. Contributed by
39
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
42
* If you set BZR_EDITOR in the environment, it is checked in
43
preference to EDITOR and the config file for the interactive commit
44
editing program. Related to this is a bugfix where a missing program
45
set in EDITOR would cause editing to fail, now the fallback program
46
for the operating system is still tried.
48
* Files that are not directories/symlinks/regular files will no longer
49
cause bzr to fail, it will just ignore them by default. You cannot add
50
them to the tree though - they are not versionable.
21
62
* Fixed strange error when trying to access a nonexistent http
65
* Make sure that the hashcache gets written out if it can't be
27
71
* Various Windows fixes from Ollie Rutherfurd.
73
* Quieten warnings about locking; patch from Matt Lavin.
30
76
bzr-0.0.7 2005-09-02