2
* RELEASE: bzrtools 1.16.0
5
* Implement create-mirror command
8
* Fix fetch-ghosts command for bzr 1.15
9
* RELEASE: bzrtools 1.15.0
12
* bzrtools officially upgraded to rich roots.
15
* Fix import command for Python 2.6
16
* RELEASE: bzrtools 1.14.0
19
* `bzr patch` handles URLs with trailing slashes.
20
* RELEASE: bzrtools 1.13.0
21
* Remove clean-tree (now in bzr core)
22
* New conflict-diff command
25
* RELEASE: bzrtools 1.12.0
28
* RELEASE: bzrtools 1.11.0
31
* Rename shelf command to shelf1, to match others & reduce confusion.
34
* RELEASE: bzrtools 1.10.0
37
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
38
* Support auto-detecting color in shelf UI
41
* Support colorizing in shelf UI
44
* RELEASE: bzrtools 1.9.1
47
* Restore runtime ignore for .shelf files
50
* RELEASE: bzrtools 1.9.0
53
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
56
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
57
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
60
* RELEASE: bzrtools 1.8.0
61
* Fix NotStandalone class to be stringable (#277652)
64
* RELEASE: bzrtools 1.7.0
67
* colordiff can now use /etc/colordiffrc
70
* RELEASE: bzrtools 1.6.0
73
* Fix bug in when TERM environment variable is unset
76
* Spin off baz-import into a separate project
80
* Mark show-paths as obsolete
81
* Update to avoid deprecated APIs
82
* RELEASE: bzrtools 1.5.0
85
* Test fixes from Alexander Belchenko
87
* Update heads plugin to use undeprecated APIs
90
* Updates to syntax highlighting from Marius Kruger
93
* Use Graph API (instead of old revision_graph code) for graph-ancestry
94
* RELEASE: bzrtools 1.4.0
97
* Add escaping to HTML graph-ancestry output
98
* Nicer error when patch fails
101
* cbranch can now create parent directories for branches as needed.
104
* RELEASE: bzrtools 1.3.0
107
* Add link-tree command
110
* Add hard-link support to cbranch
113
* RELEASE: bzrtools 1.2.0
116
* Handle missing patch program
119
* Support branch6 formats (dirstate-tags, pack*) in rspush
120
* RELEASE: bzrtools 1.1.0
123
* "branches" and "multi-pull" updated to new find_* APIs.
124
* new "trees" command.
127
* cbranch is much faster, and supports --files-from.
130
* RELEASE: bzrtools 1.0.0
131
* Use dotted revnos in graph-ancestry
134
* Remove switch (now in bzr itself)
137
* Handle command.options glitch
138
* RELEASE: bzrtools 0.92.1
141
* Update rspush to work only in standalone trees and fix lock error
142
* RELEASE: bzrtools 0.92.0
145
* RELEASE: bzrtools 0.91.0
148
* switch works even when source branch is read-only
151
* Allow zap --force to delete a checkout with uncommitted changes
154
* Hide show-paths command, in favour of bzr info
155
* BzrTools does not do out-of-date checks unless a bzrtools command is run
156
* shelf doesn't emit reject message in test suite
157
* branches now works with Apache (and possibly other servers) again
158
* branches now dies quickly & cleanly if it can't connect
159
* multi-pull reuses connections where possible
160
* RELEASE: bzrtools 0.90.0
164
* RELEASE: bzrtools 0.18.0
167
* graph-ancestry supports new graph API, indicates both possible merge bases,
168
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
172
* RELEASE: bzrtools 0.17.0
173
* RELEASE: bzrtools 0.17.1
176
* Whitespace cleanups from Charlie Shepherd
179
* Version warning is suppressed for dev version of the next release. E.g.
180
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
183
* RELEASE: bzrtools 0.16.1
186
* RELEASE: bzrtools 0.16.0
189
* Get shelf tests passing with dirstate (again!)
190
* RELEASE: bzrtools 0.15.4
193
* Add branch parameter to show-paths
196
* RELEASE: bzrtools 0.15.3
199
* Hack around hunk headers showing as long lines.
202
* Handle broken python tar implementations in upstream_import
203
* RELEASE: bzrtools 0.15.2
206
* RELEASE: bzrtools 0.15.1
207
* RELEASE: bzrtools 0.15.0
210
* Colordiff warns on long lines
213
* RELEASE: bzrtools 0.14.0
216
* 'colordiff' now optionally checks for whitespace violations
219
* 'import' now imports directories.
222
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
223
your working directory hierarchy exactly. New config option must be
224
used: "cbranch_target". Appendpath policy should be used for this.
227
* 'import' command now honours execute bit in tarfiles
230
* 'graph-ancestry' shows branch nick if applicable
233
* 'patch' works over sftp (and, in theory, all transports)
236
* 'branch-history' tolerates commit ids with no email
239
* Add zip support to 'import' command
242
* 'patch' fixed to work properly with http URLs and all other transports
245
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
249
* 'shelf' handles pipe errors better when invoking patch
252
* RELEASE: bzrtools 0.13.0
255
* Add encoding flag for 'baz-import'
256
* Fix deprecated API use in 'switch'
257
* Add show-paths command from Alexander Belchenko
260
* RELEASE: bzrtools 0.12.0
261
* Update 'import' command for unique roots changes
264
* Fix parent-setting in 'cbranch'.
267
* Update for unique roots changes
270
* RELEASE: bzrtools 0.11.0
272
* Clean up test suite
275
* Shove is now deprecated
276
* Reduce interactive slowdown by late-loading PyBaz
277
* baz-import speedup: remove useless merge_inner call
280
* Check bzrlib version
281
* RELEASE: bzrtools 0.9.1
284
* RELEASE: bzrtools 0.9.0
287
* Add --no-color option to shelve/unshelve
2
290
* clean-tree no longer treats --detritus or --ignored as including --unknowns
5
296
* Add 'shove' command, to move changes to a different tree
8
299
* clean-tree tweaks
11
302
* test suite updates
14
305
* Add 'import' command, to import tarballs
17
308
* RELEASE: bzrtools 0.8.1
18
309
* Fixed test case failure
21
312
* RELEASE: bzrtools 0.8
24
315
* Renamed push to rspush (Robert Collins/Aaron Bentley)
27
318
* New Switch command (David Allouche/Canonical)
33
324
* Updates to Shelf command
36
327
* New baz-import algorithm, with respository support
39
330
* RELEASE: bzrtools 0.7
40
331
* Improved shell completion
41
332
* bzr push can omit working tree
42
333
* Documentation updates
45
336
* New test.py for standalone (kinda) testing
46
337
* New branch-history command
47
338
* New "fix" command (done automatically in fetch-ghosts)
50
341
* Various API updates
51
342
* Added force-reweave-inventory from Daniel Silverstone
52
343
* Decorated push from Robert Collins
53
344
* Improved shell completion
54
345
* Improved import when first ancestor is in an unregisered archive
57
348
* Added tests for several commands
58
349
* Made push auto_disable when native push present
59
350
* Merged Michael Ellerman's shelf v2 plugin
60
351
* New "shell" command, derived from Fai
61
352
* Got pull working with URLs
65
356
* disabled annotate in favor of bzr annotate
66
357
* Added clean-tree --detrius
67
358
* API sync with bzr
70
361
* Default-ignore shelf files
71
362
* Win32 compatability fixes (Alexander Belchenko)
72
363
* Conflict handling now in bzr itself
73
364
* Fetch-missing renamed to fetch-ghosts
74
365
* Annotate includes changes since last commit, uses sha1 instead of text_id
77
368
* better errors for bad push locations (Eirik Nygaard)
78
369
* prevented push from overwriting any non-empty directory that is not an
79
370
ancestor branch. (Remote revision-history must be a subset of local.)
80
371
* added --overwrite option to push
83
374
* Significant reworking of graph-ancestry
84
375
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
85
376
* Updated to match bzr 0.0.8 API changes
86
377
* Updated to handle new bzr diff output
89
380
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
90
381
* obsoleted all the executibles; bzrtools only works as plugins now