2
* Mark show-paths as obsolete
3
* Update to avoid deprecated APIs
4
* RELEASE: bzrtools 1.5.0
7
* Test fixes from Alexander Belchenko
9
* Update heads plugin to use undeprecated APIs
12
* Updates to syntax highlighting from Marius Kruger
15
* Use Graph API (instead of old revision_graph code) for graph-ancestry
16
* RELEASE: bzrtools 1.4.0
19
* Add escaping to HTML graph-ancestry output
20
* Nicer error when patch fails
23
* cbranch can now create parent directories for branches as needed.
26
* RELEASE: bzrtools 1.3.0
29
* Add link-tree command
32
* Add hard-link support to cbranch
35
* RELEASE: bzrtools 1.2.0
38
* Handle missing patch program
41
* Support branch6 formats (dirstate-tags, pack*) in rspush
42
* RELEASE: bzrtools 1.1.0
45
* "branches" and "multi-pull" updated to new find_* APIs.
46
* new "trees" command.
49
* cbranch is much faster, and supports --files-from.
52
* RELEASE: bzrtools 1.0.0
53
* Use dotted revnos in graph-ancestry
56
* Remove switch (now in bzr itself)
59
* Handle command.options glitch
60
* RELEASE: bzrtools 0.92.1
63
* Update rspush to work only in standalone trees and fix lock error
64
* RELEASE: bzrtools 0.92.0
67
* RELEASE: bzrtools 0.91.0
70
* switch works even when source branch is read-only
73
* Allow zap --force to delete a checkout with uncommitted changes
76
* Hide show-paths command, in favour of bzr info
77
* BzrTools does not do out-of-date checks unless a bzrtools command is run
78
* shelf doesn't emit reject message in test suite
79
* branches now works with Apache (and possibly other servers) again
80
* branches now dies quickly & cleanly if it can't connect
81
* multi-pull reuses connections where possible
82
* RELEASE: bzrtools 0.90.0
86
* RELEASE: bzrtools 0.18.0
89
* graph-ancestry supports new graph API, indicates both possible merge bases,
90
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
94
* RELEASE: bzrtools 0.17.0
95
* RELEASE: bzrtools 0.17.1
98
* Whitespace cleanups from Charlie Shepherd
101
* Version warning is suppressed for dev version of the next release. E.g.
102
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
105
* RELEASE: bzrtools 0.16.1
108
* RELEASE: bzrtools 0.16.0
111
* Get shelf tests passing with dirstate (again!)
112
* RELEASE: bzrtools 0.15.4
115
* Add branch parameter to show-paths
118
* RELEASE: bzrtools 0.15.3
121
* Hack around hunk headers showing as long lines.
124
* Handle broken python tar implementations in upstream_import
125
* RELEASE: bzrtools 0.15.2
128
* RELEASE: bzrtools 0.15.1
129
* RELEASE: bzrtools 0.15.0
132
* Colordiff warns on long lines
135
* RELEASE: bzrtools 0.14.0
138
* 'colordiff' now optionally checks for whitespace violations
141
* 'import' now imports directories.
144
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
145
your working directory hierarchy exactly. New config option must be
146
used: "cbranch_target". Appendpath policy should be used for this.
149
* 'import' command now honours execute bit in tarfiles
152
* 'graph-ancestry' shows branch nick if applicable
155
* 'patch' works over sftp (and, in theory, all transports)
158
* 'branch-history' tolerates commit ids with no email
161
* Add zip support to 'import' command
164
* 'patch' fixed to work properly with http URLs and all other transports
167
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
171
* 'shelf' handles pipe errors better when invoking patch
174
* RELEASE: bzrtools 0.13.0
177
* Add encoding flag for 'baz-import'
178
* Fix deprecated API use in 'switch'
179
* Add show-paths command from Alexander Belchenko
182
* RELEASE: bzrtools 0.12.0
183
* Update 'import' command for unique roots changes
186
* Fix parent-setting in 'cbranch'.
189
* Update for unique roots changes
192
* RELEASE: bzrtools 0.11.0
194
* Clean up test suite
197
* Shove is now deprecated
198
* Reduce interactive slowdown by late-loading PyBaz
199
* baz-import speedup: remove useless merge_innter call
202
* Check bzrlib version
203
* RELEASE: bzrtools 0.9.1
206
* RELEASE: bzrtools 0.9.0
209
* Add --no-color option to shelve/unshelve
2
212
* clean-tree no longer treats --detritus or --ignored as including --unknowns
5
218
* Add 'shove' command, to move changes to a different tree