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