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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
0.6.0 2010-03-27
BUG FIXES
* Treat a stop revision as inclusive, not exclusive.
(Max Bowsher, Jelmer Vernooij)
* Fix rebase to not discard revisions off the leftmost path.
(Robert Collins, Max Bowsher, #266897)
* Mark as compatible with bzr 2.2. (Jelmer Vernooij)
CHANGES
* svn-upgrade/foreign-mapping-upgrade was removed. Use rebase-foreign
instead. (Jelmer Vernooij)
0.5.5 2009-12-15
BUG FIXES
* Mark as compatible with Bazaar 2.1.
FEATURES
* Add hidden 'pseudonyms' command for finding revision pseudonyms.
* Add 'rebase-foreign' command for rebasing branches of imports.
0.5.4 2009-09-24
CHANGES
* The 'svn-upgrade' command is no longer provided. Instead, please
use the 'foreign-mapping-upgrade' command.
BUG FIXES
* Mark as compatible with Bazaar 1.18 and 2.0.
0.5.3 2009-07-18
BUG FIXES
* Fix for brown paper bag issue in the 0.5.2 release. (#401174)
0.5.2 2009-07-14
* Mark as compatible with Bazaar 1.17.
0.5.1 2009-06-18
BUG FIXES
* Mark as compatible with Bazaar 1.16.
0.5.0 2009-05-20
BUG FIXES
* Remove use of deprecated Revision.get_apparent_author().
FEATURES
* Import "bzr foreign-mapping-upgrade" command from bzr-foreign.
0.4.4 2009-03-10
BUG FIXES
* Mark as compatible with bzr 1.13.
Change license back to GPL2-+
0.4.3 2009-02-15
BUG FIXES
* Cope with ghosts in svn-upgrade. (#323140, #325402)
PERFORMANCE
* Register commands lazily, should reduce import time when unused.
0.4.2 2008-11-18
FEATURES
* Will automatically pull if it's not possible to rebase.
(#240204)
* Use parent location as default rather than push location.
* Hide "replay" command.
0.4.1 2008-09-01
BUG FIXES
* Loosen check of text parents a bit (required for bzr-svn).
CHANGES
* Support DESTDIR in Makefile.
0.4 2008-08-02
CHANGES
* Changed license from GPLv2 or later to GPLv3 or later.
BUG FIXES
* Fix compatibility with Bazaar 1.6.
* Fixed overactive assertion. (#242245)
* Fixed O(history) access during plan creation. (Robert Collins, #249823)
ENHANCEMENTS
* Set author property to preserve committer and original author of the
commit. (Lukáš Lalinský)
* Add new option --pending-merges for rebasing pending merges after
"bzr up". (#162622)
0.3 2007-12-06
ENHANCEMENTS
* "bzr replay" now supports revision ranges.
* Don't require any of the commands to be run in
the branch root.
* Give preference to push location when no upstream location
is specified.
* Make message when there is nothing to rebase a
bit friendlier.
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.
|