5
* New 'manifest' command and concept for making gpg-signatures
6
of revisions that are not tied to a particular internal
11
* The config directory is now ~/.bazaar, and there is a single file
12
~/.bazaar/bazaar.conf storing email, editor and other preferences.
15
* 'bzr add' no longer takes a --verbose option, and a --quiet option
16
has been added that suppresses all output.
18
* 'bzr check' now accepts -v for verbose reporting, and checks for
24
* Config options have moved from bzrlib.osutils to bzrlib.config.
29
* The --pattern option has been removed, now test specifiers on the
30
command line can be simple strings, or regexps, or both.
32
* Passing -v to selftest will now show the time each test took to
33
complete, which will aid in analysing performance regressions and
41
* Fix problem in pulling over http from machines that do not
42
allow directories to be listed.
44
* Avoid harmless warning about invalid hash cache after
45
upgrading branch format.
49
* Avoid some unnecessary http operations in branch and pull.
56
* 'bzr branch' over http initially gives a very high estimate
57
of completion time but it should fall as the first few
58
revisions are pulled in. branch is still slow on
59
high-latency connections.
63
* bzr-man.py has been updated to work again. Contributed by
66
* Locking is now done with fcntl.lockf which works with NFS
67
file systems. Contributed by Harald Meland.
69
* When a merge encounters a file that has been deleted on
70
one side and modified on the other, the old contents are
71
written out to foo.BASE and foo.SIDE, where SIDE is this
72
or OTHER. Contributed by Aaron Bentley.
74
* Export was choosing incorrect file paths for the content of
75
the tarball, this has been fixed by Aaron Bentley.
77
* Commit will no longer commit without a log message, an
78
error is returned instead. Contributed by Jelmer Vernooij.
80
* If you commit a specific file in a sub directory, any of its
81
parent directories that are added but not listed will be
82
automatically included. Suggested by Michael Ellerman.
84
* bzr commit and upgrade did not correctly record new revisions
85
for files with only a change to their executable status.
86
bzr will correct this when it encounters it. Fixed by
89
* HTTP tests now force off the use of http_proxy for the duration.
90
Contributed by Gustavo Niemeyer.
92
* Fix problems in merging weave-based branches that have
93
different partial views of history.
95
* Symlink support: working with symlinks when not in the root of a
96
bzr tree was broken, patch from Scott James Remnant.
101
* 'branch' now accepts a --basis parameter which will take advantage
102
of local history when making a new branch. This allows faster
103
branching of remote branches. Contributed by Aaron Bentley.
105
* New tree format based on weave files, called version 5.
106
Existing branches can be upgraded to this format using
109
* Symlinks are now versionable. Initial patch by
110
Erik Toubro Nielsen, updated to head by Robert Collins.
112
* Executable bits are tracked on files. Patch from Gustavo
115
* 'bzr status' now shows unknown files inside a selected directory.
116
Patch from Heikki Paajanen.
118
* Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
119
and 'resolve' have needed added, which list and remove those
120
merge conflicts respectively. A conflicted tree cannot be committed
121
in. Contributed by Aaron Bentley.
123
* 'rm' is now an alias for 'remove'.
125
* Stores now split out their content in a single byte prefixed hash,
126
dropping the density of files per directory by 256. Contributed by
129
* 'bzr diff -r branch:URL' will now perform a diff between two branches.
130
Contributed by Robert Collins.
132
* 'bzr log' with the default formatter will show merged revisions,
133
indented to the right. Initial implementation contributed by Gustavo
134
Niemeyer, made incremental by Robert Collins.
139
* Test case failures have the exception printed after the log
140
for your viewing pleasure.
142
* InventoryEntry is now an abstract base class, use one of the
143
concrete InventoryDirectory etc classes instead.
145
* Branch raises an UnsupportedFormatError when it detects a
146
bzr branch it cannot understand. This allows for precise
147
handling of such circumstances.
152
* Removed testsweet module so that tests can be run after
153
bzr installed by 'bzr selftest'.
155
* 'bzr selftest' command-line arguments can now be partial ids
156
of tests to run, e.g. 'bzr selftest test_weave'
163
* Fixed "branch -r" option.
165
* Fix remote access to branches containing non-compressed history.
168
* Better reliability of http server tests. (John Arbash-Meinel)
170
* Merge graph maximum distance calculation fix. (Aaron Bentley)
172
* Various minor bug in windows support have been fixed, largely in the
173
test suite. Contributed by Alexander Belchenko.
177
* Status now accepts a -r argument to give status between chosen
178
revisions. Contributed by Heikki Paajanen.
180
* Revision arguments no longer use +/-/= to control ranges, instead
181
there is a 'before' namespace, which limits the successive namespace.
182
For example '$ bzr log -r date:yesterday..before:date:today' will
183
select everything from yesterday and before today. Contributed by
186
* There is now a bzr.bat file created by distutils when building on
187
Windows. Contributed by Alexander Belchenko.
191
* Removed uuid() as it was unused.
193
* Improved 'fetch' code for pulling revisions from one branch into
194
another (used by pull, merged, etc.)
201
* Adding a file whose parent directory is not versioned will
202
implicitly add the parent, and so on up to the root. This means
203
you should never need to explictly add a directory, they'll just
204
get added when you add a file in the directory. Contributed by
207
* Ignore .DS_Store (contains Mac metadata) by default. Patch from
210
* If you set BZR_EDITOR in the environment, it is checked in
211
preference to EDITOR and the config file for the interactive commit
212
editing program. Related to this is a bugfix where a missing program
213
set in EDITOR would cause editing to fail, now the fallback program
214
for the operating system is still tried.
216
* Files that are not directories/symlinks/regular files will no longer
217
cause bzr to fail, it will just ignore them by default. You cannot add
218
them to the tree though - they are not versionable.
5
223
* Refactor xml packing/unpacking.
227
* Fixed 'bzr mv' by Ollie Rutherfurd.
229
* Fixed strange error when trying to access a nonexistent http
232
* Make sure that the hashcache gets written out if it can't be
238
* Various Windows fixes from Ollie Rutherfurd.
240
* Quieten warnings about locking; patch from Matt Lavin.
8
243
bzr-0.0.7 2005-09-02