bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
|
0.200.595
by Jelmer Vernooij
Start working on 0.4.2 |
1 |
0.4.2 UNRELEASED |
2 |
||
|
0.238.7
by Jelmer Vernooij
Cope with ghosts a bit better. |
3 |
BUG FIXES |
4 |
||
5 |
* Cope with ghosts a bit better during "bzr dpush". |
|
6 |
||
|
0.239.7
by Jelmer Vernooij
Better error message when dulwich is missing. |
7 |
* Better error message when Dulwich is missing. (#427276) |
8 |
||
|
0.239.8
by Jelmer Vernooij
Support checkouts. |
9 |
* Support checkouts. (#427310) |
|
0.239.13
by Jelmer Vernooij
Don't break "bzr info -v" when Dulwich is not installed. |
10 |
|
11 |
* Don't break "bzr info -v" when Dulwich is not installed. (#429394) |
|
|
0.239.8
by Jelmer Vernooij
Support checkouts. |
12 |
|
|
0.238.7
by Jelmer Vernooij
Cope with ghosts a bit better. |
13 |
FEATURES |
14 |
||
15 |
* New "git" format supported by "bzr send". All revisions |
|
16 |
are currently sent as one concatenated file, rather than |
|
17 |
as separate files because of limitations in Bazaar. |
|
18 |
||
|
0.200.594
by Jelmer Vernooij
Release 0.4.1. |
19 |
0.4.1 2009-07-24 |
|
0.200.560
by Jelmer Vernooij
Start on 0.4.1 |
20 |
|
|
0.200.592
by Jelmer Vernooij
Avoid 'No such revision' error when encountering submodules. |
21 |
BUG FIXES |
22 |
||
23 |
* Avoid "No such revision" error when encountering submodules. |
|
24 |
(#400598) |
|
25 |
||
|
0.200.593
by Jelmer Vernooij
Avoid writing empty trees. |
26 |
* Avoid creating empty trees in Git during dpush, as they are not |
27 |
officially allowed. (#393706) |
|
28 |
||
|
0.200.563
by Jelmer Vernooij
Attempt to parse progress indication from git status reports. |
29 |
FEATURES |
30 |
||
31 |
* Progress bars will now show results from the remote git server. |
|
32 |
||
|
0.237.1
by Jelmer Vernooij
Release 0.4.0. |
33 |
0.4.0 2009-06-18 |
|
0.236.2
by Jelmer Vernooij
Start on 0.3.3. |
34 |
|
|
0.200.537
by Jelmer Vernooij
Fix handling of not-executable files becoming executable without any other changes. |
35 |
BUG FIXES |
36 |
||
37 |
* Fix handling of not-executable files becoming executable without any |
|
38 |
other changes. (#382609) |
|
39 |
||
|
0.200.549
by Jelmer Vernooij
Fix storing of unusual file modes. |
40 |
* XML-invalid characters are now no longer squashed if not required by |
41 |
the target repository serializer format. The only non-XML based format |
|
42 |
at the moment is the "2a" development format supported since bzr 1.16. |
|
43 |
||
44 |
* Unusual file modes that could be created in Git repositories using older |
|
45 |
versions of Git are now stored in Bazaar revision properties. This means |
|
46 |
it's now possible to import the Git repository and the Linux kernel repository. |
|
47 |
||
|
0.237.1
by Jelmer Vernooij
Release 0.4.0. |
48 |
* Mark as compatible with bzr 1.16. |
49 |
||
|
0.236.1
by Jelmer Vernooij
release 0.3.2. |
50 |
0.3.2 2009-05-20 |
|
0.200.514
by Jelmer Vernooij
Update NEWS. |
51 |
|
52 |
FEATURES |
|
53 |
||
|
0.236.1
by Jelmer Vernooij
release 0.3.2. |
54 |
* "bzr commit" in git working trees works to some extent. |
|
0.200.514
by Jelmer Vernooij
Update NEWS. |
55 |
|
56 |
* "bzr push" from local git repositories to remote git repositories works. |
|
57 |
||
|
0.200.493
by Jelmer Vernooij
Update NEWS. |
58 |
0.3.1 2009-05-13 |
|
0.200.474
by Jelmer Vernooij
Start working on 0.3.1. |
59 |
|
|
0.200.483
by Jelmer Vernooij
Add NEWS entry about sha map. |
60 |
FEATURES |
61 |
||
62 |
* Alternative (faster) storage for SHA map using the TDB library |
|
63 |
(http://tdb.samba.org/). This will automatically be used if you have |
|
64 |
TDB and its Python bindings installed. In all other situations the previous |
|
65 |
(slower) Sqlite database format will be used. |
|
66 |
||
|
0.200.492
by Jelmer Vernooij
Update NEWS. |
67 |
* Now warns when escaping XML-invalid characters to work around a bug in the |
68 |
Bazaar revision serializer. |
|
69 |
||
70 |
* Now allows "unusual" file modes (100664, etc) but will warn the user about |
|
71 |
them. |
|
72 |
||
|
0.200.493
by Jelmer Vernooij
Update NEWS. |
73 |
BUG FIXES |
74 |
||
75 |
* Fixed git-import. |
|
76 |
||
77 |
* Fixed handling kind changes (tree -> blob) during fetch. |
|
78 |
||
|
0.200.473
by Jelmer Vernooij
Release 0.3.0. |
79 |
0.3.0 2009-05-10 |
|
0.200.409
by Jelmer Vernooij
Support parsing .gitignore. |
80 |
|
81 |
FEATURES |
|
82 |
||
83 |
* Support parsing .gitignore |
|
|
0.200.473
by Jelmer Vernooij
Release 0.3.0. |
84 |
|
85 |
* Support dpushing to remote repositories. |