2
* Fix Python 2.7 incompatibility
3
* RELEASE: bzrtools 2.3.1
6
* RELEASE: bzrtools 2.3.0
9
* Remove unneeded imports
12
* Fix tests of 'bzr zap'
15
* RELEASE: bzrtools 2.2.0
18
* RELEASE: bzrtools 2.1.0
21
* (Gordon Tyler) shell now accepts --directory
24
* shell now run qbzr commands in a subprocess.
27
* (Max Bowsher) fetch-ghosts now works again. And has tests.
30
* (Max Bowsher) Improved version checking
33
* conflict-diff no longer requires a single file to be specified. Multiple
34
files or no files can be specified.
37
* RELEASE: bzrtools 2.1.0b1
40
* Fix bug #435695: deprecation warning completing command names
41
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
42
chars in string.whitespace.
43
* (James Westby) patch accepts -p as a short name for --strip.
44
* (Benoît Pierre) ^C does not abort the shell command
45
* (Benoît Pierre) line parsing errors do not abort the shell command
46
* RELEASE: bzrtools 2.0.1
49
* RELEASE: bzrtools 2.0.0
52
* RELEASE: bzrtools 1.18.0
55
* RELEASE: bzrtools 1.17.0
58
* `create-mirror` mirrors child_submit_to
61
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
65
* RELEASE: bzrtools 1.16.0
68
* Implement create-mirror command
71
* Fix fetch-ghosts command for bzr 1.15
72
* RELEASE: bzrtools 1.15.0
75
* bzrtools officially upgraded to rich roots.
78
* Fix import command for Python 2.6
79
* RELEASE: bzrtools 1.14.0
82
* `bzr patch` handles URLs with trailing slashes.
83
* RELEASE: bzrtools 1.13.0
84
* Remove clean-tree (now in bzr core)
85
* New conflict-diff command
88
* RELEASE: bzrtools 1.12.0
91
* RELEASE: bzrtools 1.11.0
94
* Rename shelf command to shelf1, to match others & reduce confusion.
97
* RELEASE: bzrtools 1.10.0
100
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
101
* Support auto-detecting color in shelf UI
104
* Support colorizing in shelf UI
107
* RELEASE: bzrtools 1.9.1
110
* Restore runtime ignore for .shelf files
113
* RELEASE: bzrtools 1.9.0
116
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
119
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
120
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
123
* RELEASE: bzrtools 1.8.0
124
* Fix NotStandalone class to be stringable (#277652)
127
* RELEASE: bzrtools 1.7.0
130
* colordiff can now use /etc/colordiffrc
133
* RELEASE: bzrtools 1.6.0
136
* Fix bug in when TERM environment variable is unset
139
* Spin off baz-import into a separate project
143
* Mark show-paths as obsolete
144
* Update to avoid deprecated APIs
145
* RELEASE: bzrtools 1.5.0
148
* Test fixes from Alexander Belchenko
150
* Update heads plugin to use undeprecated APIs
153
* Updates to syntax highlighting from Marius Kruger
156
* Use Graph API (instead of old revision_graph code) for graph-ancestry
157
* RELEASE: bzrtools 1.4.0
160
* Add escaping to HTML graph-ancestry output
161
* Nicer error when patch fails
164
* cbranch can now create parent directories for branches as needed.
167
* RELEASE: bzrtools 1.3.0
170
* Add link-tree command
173
* Add hard-link support to cbranch
176
* RELEASE: bzrtools 1.2.0
179
* Handle missing patch program
182
* Support branch6 formats (dirstate-tags, pack*) in rspush
183
* RELEASE: bzrtools 1.1.0
186
* "branches" and "multi-pull" updated to new find_* APIs.
187
* new "trees" command.
190
* cbranch is much faster, and supports --files-from.
193
* RELEASE: bzrtools 1.0.0
194
* Use dotted revnos in graph-ancestry
197
* Remove switch (now in bzr itself)
200
* Handle command.options glitch
201
* RELEASE: bzrtools 0.92.1
204
* Update rspush to work only in standalone trees and fix lock error
205
* RELEASE: bzrtools 0.92.0
208
* RELEASE: bzrtools 0.91.0
211
* switch works even when source branch is read-only
214
* Allow zap --force to delete a checkout with uncommitted changes
217
* Hide show-paths command, in favour of bzr info
218
* BzrTools does not do out-of-date checks unless a bzrtools command is run
219
* shelf doesn't emit reject message in test suite
220
* branches now works with Apache (and possibly other servers) again
221
* branches now dies quickly & cleanly if it can't connect
222
* multi-pull reuses connections where possible
223
* RELEASE: bzrtools 0.90.0
227
2
* RELEASE: bzrtools 0.18.0
286
61
your working directory hierarchy exactly. New config option must be
287
62
used: "cbranch_target". Appendpath policy should be used for this.
290
65
* 'import' command now honours execute bit in tarfiles
293
68
* 'graph-ancestry' shows branch nick if applicable
296
71
* 'patch' works over sftp (and, in theory, all transports)
299
74
* 'branch-history' tolerates commit ids with no email
302
77
* Add zip support to 'import' command
305
80
* 'patch' fixed to work properly with http URLs and all other transports
308
83
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
312
87
* 'shelf' handles pipe errors better when invoking patch
315
90
* RELEASE: bzrtools 0.13.0
318
93
* Add encoding flag for 'baz-import'
319
94
* Fix deprecated API use in 'switch'
320
95
* Add show-paths command from Alexander Belchenko
323
98
* RELEASE: bzrtools 0.12.0
324
99
* Update 'import' command for unique roots changes
327
102
* Fix parent-setting in 'cbranch'.
330
105
* Update for unique roots changes
333
108
* RELEASE: bzrtools 0.11.0
335
110
* Clean up test suite
338
113
* Shove is now deprecated
339
114
* Reduce interactive slowdown by late-loading PyBaz
340
* baz-import speedup: remove useless merge_inner call
115
* baz-import speedup: remove useless merge_innter call
343
118
* Check bzrlib version
344
119
* RELEASE: bzrtools 0.9.1
347
122
* RELEASE: bzrtools 0.9.0
350
125
* Add --no-color option to shelve/unshelve
353
128
* clean-tree no longer treats --detritus or --ignored as including --unknowns
356
131
* Shelf colorizing
359
134
* Add 'shove' command, to move changes to a different tree
362
137
* clean-tree tweaks
365
140
* test suite updates
368
143
* Add 'import' command, to import tarballs
371
146
* RELEASE: bzrtools 0.8.1
372
147
* Fixed test case failure
375
150
* RELEASE: bzrtools 0.8
378
153
* Renamed push to rspush (Robert Collins/Aaron Bentley)
381
156
* New Switch command (David Allouche/Canonical)
384
159
* New Zap command
387
162
* Updates to Shelf command
390
165
* New baz-import algorithm, with respository support
393
168
* RELEASE: bzrtools 0.7
394
169
* Improved shell completion
395
170
* bzr push can omit working tree
396
171
* Documentation updates
399
174
* New test.py for standalone (kinda) testing
400
175
* New branch-history command
401
176
* New "fix" command (done automatically in fetch-ghosts)
404
179
* Various API updates
405
180
* Added force-reweave-inventory from Daniel Silverstone
406
181
* Decorated push from Robert Collins
407
182
* Improved shell completion
408
183
* Improved import when first ancestor is in an unregisered archive
411
186
* Added tests for several commands
412
187
* Made push auto_disable when native push present
413
188
* Merged Michael Ellerman's shelf v2 plugin
414
189
* New "shell" command, derived from Fai
415
190
* Got pull working with URLs
419
194
* disabled annotate in favor of bzr annotate
420
195
* Added clean-tree --detrius
421
196
* API sync with bzr
424
199
* Default-ignore shelf files
425
200
* Win32 compatability fixes (Alexander Belchenko)
426
201
* Conflict handling now in bzr itself
427
202
* Fetch-missing renamed to fetch-ghosts
428
203
* Annotate includes changes since last commit, uses sha1 instead of text_id
431
206
* better errors for bad push locations (Eirik Nygaard)
432
207
* prevented push from overwriting any non-empty directory that is not an
433
208
ancestor branch. (Remote revision-history must be a subset of local.)
434
209
* added --overwrite option to push
437
212
* Significant reworking of graph-ancestry
438
213
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
439
214
* Updated to match bzr 0.0.8 API changes
440
215
* Updated to handle new bzr diff output
443
218
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
444
219
* obsoleted all the executibles; bzrtools only works as plugins now