1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
0.3 UNRELEASED
BUG FIXES
* Fix "bzr replay", add test.
0.2 2007-10-19
BUG FIXES
* Raise exception about pending changes /before/ writing plan.
(#144407)
* Use better merge bases (#144033)
* Give proper warning when there is no common base. (#144401)
* Support the -r argument to rebase.
* Add --dry-run option to rebase command.
* Fix compatibility with Bazaar 0.92.
(#144031)
* Store parents correctly.
FEATURES
* Skip double merges by default, unless specified otherwise. (#126743)
* Check for incompatible Bazaar functions.
* Add replay command.
0.1 2007-07-15
* Initial release.
|