2
* RELEASE: bzrtools 2.1.0b1
5
* Fix bug #435695: deprecation warning completing command names
6
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
7
chars in string.whitespace.
8
* (James Westby) patch accepts -p as a short name for --strip.
9
* (Benoît Pierre) ^C does not abort the shell command
10
* (Benoît Pierre) line parsing errors do not abort the shell command
11
* RELEASE: bzrtools 2.0.1
14
* RELEASE: bzrtools 2.0.0
17
* RELEASE: bzrtools 1.18.0
20
* RELEASE: bzrtools 1.17.0
23
* `create-mirror` mirrors child_submit_to
26
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
30
* RELEASE: bzrtools 1.16.0
33
* Implement create-mirror command
36
* Fix fetch-ghosts command for bzr 1.15
37
* RELEASE: bzrtools 1.15.0
40
* bzrtools officially upgraded to rich roots.
43
* Fix import command for Python 2.6
44
* RELEASE: bzrtools 1.14.0
47
* `bzr patch` handles URLs with trailing slashes.
48
* RELEASE: bzrtools 1.13.0
49
* Remove clean-tree (now in bzr core)
50
* New conflict-diff command
53
* RELEASE: bzrtools 1.12.0
56
* RELEASE: bzrtools 1.11.0
59
* Rename shelf command to shelf1, to match others & reduce confusion.
62
* RELEASE: bzrtools 1.10.0
65
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
66
* Support auto-detecting color in shelf UI
69
* Support colorizing in shelf UI
72
* RELEASE: bzrtools 1.9.1
75
* Restore runtime ignore for .shelf files
78
* RELEASE: bzrtools 1.9.0
81
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
84
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
85
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
88
* RELEASE: bzrtools 1.8.0
89
* Fix NotStandalone class to be stringable (#277652)
92
* RELEASE: bzrtools 1.7.0
95
* colordiff can now use /etc/colordiffrc
98
* RELEASE: bzrtools 1.6.0
101
* Fix bug in when TERM environment variable is unset
104
* Spin off baz-import into a separate project
108
* Mark show-paths as obsolete
109
* Update to avoid deprecated APIs
110
* RELEASE: bzrtools 1.5.0
113
* Test fixes from Alexander Belchenko
115
* Update heads plugin to use undeprecated APIs
118
* Updates to syntax highlighting from Marius Kruger
121
* Use Graph API (instead of old revision_graph code) for graph-ancestry
122
* RELEASE: bzrtools 1.4.0
125
* Add escaping to HTML graph-ancestry output
126
* Nicer error when patch fails
129
* cbranch can now create parent directories for branches as needed.
132
* RELEASE: bzrtools 1.3.0
135
* Add link-tree command
138
* Add hard-link support to cbranch
141
* RELEASE: bzrtools 1.2.0
144
* Handle missing patch program
147
* Support branch6 formats (dirstate-tags, pack*) in rspush
148
* RELEASE: bzrtools 1.1.0
151
* "branches" and "multi-pull" updated to new find_* APIs.
152
* new "trees" command.
155
* cbranch is much faster, and supports --files-from.
158
* RELEASE: bzrtools 1.0.0
159
* Use dotted revnos in graph-ancestry
162
* Remove switch (now in bzr itself)
165
* Handle command.options glitch
166
* RELEASE: bzrtools 0.92.1
169
* Update rspush to work only in standalone trees and fix lock error
170
* RELEASE: bzrtools 0.92.0
173
* RELEASE: bzrtools 0.91.0
176
* switch works even when source branch is read-only
179
* Allow zap --force to delete a checkout with uncommitted changes
182
* Hide show-paths command, in favour of bzr info
183
* BzrTools does not do out-of-date checks unless a bzrtools command is run
184
* shelf doesn't emit reject message in test suite
185
* branches now works with Apache (and possibly other servers) again
186
* branches now dies quickly & cleanly if it can't connect
187
* multi-pull reuses connections where possible
188
* RELEASE: bzrtools 0.90.0
192
* RELEASE: bzrtools 0.18.0
195
* graph-ancestry supports new graph API, indicates both possible merge bases,
196
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
200
* RELEASE: bzrtools 0.17.0
201
* RELEASE: bzrtools 0.17.1
204
* Whitespace cleanups from Charlie Shepherd
207
* Version warning is suppressed for dev version of the next release. E.g.
208
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
211
* RELEASE: bzrtools 0.16.1
214
* RELEASE: bzrtools 0.16.0
217
* Get shelf tests passing with dirstate (again!)
218
* RELEASE: bzrtools 0.15.4
221
* Add branch parameter to show-paths
224
* RELEASE: bzrtools 0.15.3
227
* Hack around hunk headers showing as long lines.
230
* Handle broken python tar implementations in upstream_import
231
* RELEASE: bzrtools 0.15.2
234
* RELEASE: bzrtools 0.15.1
235
* RELEASE: bzrtools 0.15.0
238
* Colordiff warns on long lines
241
* RELEASE: bzrtools 0.14.0
244
* 'colordiff' now optionally checks for whitespace violations
247
* 'import' now imports directories.
250
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
251
your working directory hierarchy exactly. New config option must be
252
used: "cbranch_target". Appendpath policy should be used for this.
255
* 'import' command now honours execute bit in tarfiles
258
* 'graph-ancestry' shows branch nick if applicable
261
* 'patch' works over sftp (and, in theory, all transports)
264
* 'branch-history' tolerates commit ids with no email
267
* Add zip support to 'import' command
270
* 'patch' fixed to work properly with http URLs and all other transports
273
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
277
* 'shelf' handles pipe errors better when invoking patch
280
* RELEASE: bzrtools 0.13.0
283
* Add encoding flag for 'baz-import'
284
* Fix deprecated API use in 'switch'
285
* Add show-paths command from Alexander Belchenko
288
* RELEASE: bzrtools 0.12.0
289
* Update 'import' command for unique roots changes
292
* Fix parent-setting in 'cbranch'.
295
* Update for unique roots changes
298
* RELEASE: bzrtools 0.11.0
300
* Clean up test suite
303
* Shove is now deprecated
304
* Reduce interactive slowdown by late-loading PyBaz
305
* baz-import speedup: remove useless merge_inner call
308
* Check bzrlib version
309
* RELEASE: bzrtools 0.9.1
312
* RELEASE: bzrtools 0.9.0
315
* Add --no-color option to shelve/unshelve
318
* clean-tree no longer treats --detritus or --ignored as including --unknowns
324
* Add 'shove' command, to move changes to a different tree
333
* Add 'import' command, to import tarballs
336
* RELEASE: bzrtools 0.8.1
337
* Fixed test case failure
340
* RELEASE: bzrtools 0.8
343
* Renamed push to rspush (Robert Collins/Aaron Bentley)
346
* New Switch command (David Allouche/Canonical)
352
* Updates to Shelf command
355
* New baz-import algorithm, with respository support
358
* RELEASE: bzrtools 0.7
359
* Improved shell completion
360
* bzr push can omit working tree
361
* Documentation updates
364
* New test.py for standalone (kinda) testing
365
* New branch-history command
366
* New "fix" command (done automatically in fetch-ghosts)
369
* Various API updates
370
* Added force-reweave-inventory from Daniel Silverstone
371
* Decorated push from Robert Collins
372
* Improved shell completion
373
* Improved import when first ancestor is in an unregisered archive
376
* Added tests for several commands
377
* Made push auto_disable when native push present
378
* Merged Michael Ellerman's shelf v2 plugin
379
* New "shell" command, derived from Fai
380
* Got pull working with URLs
3
384
* disabled annotate in favor of bzr annotate
4
385
* Added clean-tree --detrius
5
386
* API sync with bzr
8
389
* Default-ignore shelf files
9
390
* Win32 compatability fixes (Alexander Belchenko)
10
391
* Conflict handling now in bzr itself
11
392
* Fetch-missing renamed to fetch-ghosts
12
393
* Annotate includes changes since last commit, uses sha1 instead of text_id
15
396
* better errors for bad push locations (Eirik Nygaard)
16
397
* prevented push from overwriting any non-empty directory that is not an
17
398
ancestor branch. (Remote revision-history must be a subset of local.)
18
399
* added --overwrite option to push
21
402
* Significant reworking of graph-ancestry
22
403
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
23
404
* Updated to match bzr 0.0.8 API changes
24
405
* Updated to handle new bzr diff output
27
408
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
28
409
* obsoleted all the executibles; bzrtools only works as plugins now