2
* Fix import command for Python 2.6
3
* RELEASE: bzrtools 1.14.0
6
* `bzr patch` handles URLs with trailing slashes.
7
* RELEASE: bzrtools 1.13.0
8
* Remove clean-tree (now in bzr core)
9
* New conflict-diff command
12
* RELEASE: bzrtools 1.12.0
15
* RELEASE: bzrtools 1.11.0
18
* Rename shelf command to shelf1, to match others & reduce confusion.
21
* RELEASE: bzrtools 1.10.0
24
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
25
* Support auto-detecting color in shelf UI
28
* Support colorizing in shelf UI
31
* RELEASE: bzrtools 1.9.1
34
* Restore runtime ignore for .shelf files
37
* RELEASE: bzrtools 1.9.0
40
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
43
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
44
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
47
* RELEASE: bzrtools 1.8.0
48
* Fix NotStandalone class to be stringable (#277652)
51
* RELEASE: bzrtools 1.7.0
54
* colordiff can now use /etc/colordiffrc
57
* RELEASE: bzrtools 1.6.0
60
* Fix bug in when TERM environment variable is unset
63
* Spin off baz-import into a separate project
67
* Mark show-paths as obsolete
68
* Update to avoid deprecated APIs
69
* RELEASE: bzrtools 1.5.0
72
* Test fixes from Alexander Belchenko
74
* Update heads plugin to use undeprecated APIs
77
* Updates to syntax highlighting from Marius Kruger
80
* Use Graph API (instead of old revision_graph code) for graph-ancestry
81
* RELEASE: bzrtools 1.4.0
84
* Add escaping to HTML graph-ancestry output
85
* Nicer error when patch fails
88
* cbranch can now create parent directories for branches as needed.
91
* RELEASE: bzrtools 1.3.0
94
* Add link-tree command
97
* Add hard-link support to cbranch
100
* RELEASE: bzrtools 1.2.0
103
* Handle missing patch program
106
* Support branch6 formats (dirstate-tags, pack*) in rspush
107
* RELEASE: bzrtools 1.1.0
110
* "branches" and "multi-pull" updated to new find_* APIs.
111
* new "trees" command.
114
* cbranch is much faster, and supports --files-from.
117
* RELEASE: bzrtools 1.0.0
118
* Use dotted revnos in graph-ancestry
121
* Remove switch (now in bzr itself)
124
* Handle command.options glitch
125
* RELEASE: bzrtools 0.92.1
128
* Update rspush to work only in standalone trees and fix lock error
129
* RELEASE: bzrtools 0.92.0
132
* RELEASE: bzrtools 0.91.0
135
* switch works even when source branch is read-only
138
* Allow zap --force to delete a checkout with uncommitted changes
141
* Hide show-paths command, in favour of bzr info
142
* BzrTools does not do out-of-date checks unless a bzrtools command is run
143
* shelf doesn't emit reject message in test suite
144
* branches now works with Apache (and possibly other servers) again
145
* branches now dies quickly & cleanly if it can't connect
146
* multi-pull reuses connections where possible
147
* RELEASE: bzrtools 0.90.0
2
151
* RELEASE: bzrtools 0.18.0
61
210
your working directory hierarchy exactly. New config option must be
62
211
used: "cbranch_target". Appendpath policy should be used for this.
65
214
* 'import' command now honours execute bit in tarfiles
68
217
* 'graph-ancestry' shows branch nick if applicable
71
220
* 'patch' works over sftp (and, in theory, all transports)
74
223
* 'branch-history' tolerates commit ids with no email
77
226
* Add zip support to 'import' command
80
229
* 'patch' fixed to work properly with http URLs and all other transports
83
232
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
87
236
* 'shelf' handles pipe errors better when invoking patch
90
239
* RELEASE: bzrtools 0.13.0
93
242
* Add encoding flag for 'baz-import'
94
243
* Fix deprecated API use in 'switch'
95
244
* Add show-paths command from Alexander Belchenko
98
247
* RELEASE: bzrtools 0.12.0
99
248
* Update 'import' command for unique roots changes
102
251
* Fix parent-setting in 'cbranch'.
105
254
* Update for unique roots changes
108
257
* RELEASE: bzrtools 0.11.0
110
259
* Clean up test suite
113
262
* Shove is now deprecated
114
263
* Reduce interactive slowdown by late-loading PyBaz
115
* baz-import speedup: remove useless merge_innter call
264
* baz-import speedup: remove useless merge_inner call
118
267
* Check bzrlib version
119
268
* RELEASE: bzrtools 0.9.1
122
271
* RELEASE: bzrtools 0.9.0
125
274
* Add --no-color option to shelve/unshelve
128
277
* clean-tree no longer treats --detritus or --ignored as including --unknowns
131
280
* Shelf colorizing
134
283
* Add 'shove' command, to move changes to a different tree
137
286
* clean-tree tweaks
140
289
* test suite updates
143
292
* Add 'import' command, to import tarballs
146
295
* RELEASE: bzrtools 0.8.1
147
296
* Fixed test case failure
150
299
* RELEASE: bzrtools 0.8
153
302
* Renamed push to rspush (Robert Collins/Aaron Bentley)
156
305
* New Switch command (David Allouche/Canonical)
159
308
* New Zap command
162
311
* Updates to Shelf command
165
314
* New baz-import algorithm, with respository support
168
317
* RELEASE: bzrtools 0.7
169
318
* Improved shell completion
170
319
* bzr push can omit working tree
171
320
* Documentation updates
174
323
* New test.py for standalone (kinda) testing
175
324
* New branch-history command
176
325
* New "fix" command (done automatically in fetch-ghosts)
179
328
* Various API updates
180
329
* Added force-reweave-inventory from Daniel Silverstone
181
330
* Decorated push from Robert Collins
182
331
* Improved shell completion
183
332
* Improved import when first ancestor is in an unregisered archive
186
335
* Added tests for several commands
187
336
* Made push auto_disable when native push present
188
337
* Merged Michael Ellerman's shelf v2 plugin
189
338
* New "shell" command, derived from Fai
190
339
* Got pull working with URLs
194
343
* disabled annotate in favor of bzr annotate
195
344
* Added clean-tree --detrius
196
345
* API sync with bzr
199
348
* Default-ignore shelf files
200
349
* Win32 compatability fixes (Alexander Belchenko)
201
350
* Conflict handling now in bzr itself
202
351
* Fetch-missing renamed to fetch-ghosts
203
352
* Annotate includes changes since last commit, uses sha1 instead of text_id
206
355
* better errors for bad push locations (Eirik Nygaard)
207
356
* prevented push from overwriting any non-empty directory that is not an
208
357
ancestor branch. (Remote revision-history must be a subset of local.)
209
358
* added --overwrite option to push
212
361
* Significant reworking of graph-ancestry
213
362
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
214
363
* Updated to match bzr 0.0.8 API changes
215
364
* Updated to handle new bzr diff output
218
367
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
219
368
* obsoleted all the executibles; bzrtools only works as plugins now