2
* RELEASE: bzrtools 1.9.0
5
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
8
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
9
and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'.
12
* RELEASE: bzrtools 1.8.0
13
* Fix NotStandalone class to be stringable (#277652)
16
* RELEASE: bzrtools 1.7.0
19
* colordiff can now use /etc/colordiffrc
22
* RELEASE: bzrtools 1.6.0
25
* Fix bug in when TERM environment variable is unset
28
* Spin off baz-import into a separate project
32
* Mark show-paths as obsolete
33
* Update to avoid deprecated APIs
34
* RELEASE: bzrtools 1.5.0
37
* Test fixes from Alexander Belchenko
39
* Update heads plugin to use undeprecated APIs
42
* Updates to syntax highlighting from Marius Kruger
45
* Use Graph API (instead of old revision_graph code) for graph-ancestry
46
* RELEASE: bzrtools 1.4.0
49
* Add escaping to HTML graph-ancestry output
50
* Nicer error when patch fails
53
* cbranch can now create parent directories for branches as needed.
56
* RELEASE: bzrtools 1.3.0
59
* Add link-tree command
62
* Add hard-link support to cbranch
65
* RELEASE: bzrtools 1.2.0
68
* Handle missing patch program
71
* Support branch6 formats (dirstate-tags, pack*) in rspush
72
* RELEASE: bzrtools 1.1.0
75
* "branches" and "multi-pull" updated to new find_* APIs.
76
* new "trees" command.
79
* cbranch is much faster, and supports --files-from.
82
* RELEASE: bzrtools 1.0.0
83
* Use dotted revnos in graph-ancestry
86
* Remove switch (now in bzr itself)
89
* Handle command.options glitch
90
* RELEASE: bzrtools 0.92.1
93
* Update rspush to work only in standalone trees and fix lock error
94
* RELEASE: bzrtools 0.92.0
97
* RELEASE: bzrtools 0.91.0
100
* switch works even when source branch is read-only
103
* Allow zap --force to delete a checkout with uncommitted changes
106
* Hide show-paths command, in favour of bzr info
107
* BzrTools does not do out-of-date checks unless a bzrtools command is run
108
* shelf doesn't emit reject message in test suite
109
* branches now works with Apache (and possibly other servers) again
110
* branches now dies quickly & cleanly if it can't connect
111
* multi-pull reuses connections where possible
112
* RELEASE: bzrtools 0.90.0
116
* RELEASE: bzrtools 0.18.0
119
* graph-ancestry supports new graph API, indicates both possible merge bases,
120
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
124
* RELEASE: bzrtools 0.17.0
125
* RELEASE: bzrtools 0.17.1
128
* Whitespace cleanups from Charlie Shepherd
131
* Version warning is suppressed for dev version of the next release. E.g.
132
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
135
* RELEASE: bzrtools 0.16.1
138
* RELEASE: bzrtools 0.16.0
141
* Get shelf tests passing with dirstate (again!)
142
* RELEASE: bzrtools 0.15.4
145
* Add branch parameter to show-paths
148
* RELEASE: bzrtools 0.15.3
151
* Hack around hunk headers showing as long lines.
154
* Handle broken python tar implementations in upstream_import
155
* RELEASE: bzrtools 0.15.2
158
* RELEASE: bzrtools 0.15.1
159
* RELEASE: bzrtools 0.15.0
162
* Colordiff warns on long lines
165
* RELEASE: bzrtools 0.14.0
168
* 'colordiff' now optionally checks for whitespace violations
171
* 'import' now imports directories.
174
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
175
your working directory hierarchy exactly. New config option must be
176
used: "cbranch_target". Appendpath policy should be used for this.
179
* 'import' command now honours execute bit in tarfiles
182
* 'graph-ancestry' shows branch nick if applicable
185
* 'patch' works over sftp (and, in theory, all transports)
188
* 'branch-history' tolerates commit ids with no email
191
* Add zip support to 'import' command
194
* 'patch' fixed to work properly with http URLs and all other transports
197
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
201
* 'shelf' handles pipe errors better when invoking patch
204
* RELEASE: bzrtools 0.13.0
207
* Add encoding flag for 'baz-import'
208
* Fix deprecated API use in 'switch'
209
* Add show-paths command from Alexander Belchenko
212
* RELEASE: bzrtools 0.12.0
213
* Update 'import' command for unique roots changes
216
* Fix parent-setting in 'cbranch'.
219
* Update for unique roots changes
222
* RELEASE: bzrtools 0.11.0
224
* Clean up test suite
227
* Shove is now deprecated
228
* Reduce interactive slowdown by late-loading PyBaz
229
* baz-import speedup: remove useless merge_inner call
232
* Check bzrlib version
233
* RELEASE: bzrtools 0.9.1
236
* RELEASE: bzrtools 0.9.0
239
* Add --no-color option to shelve/unshelve
242
* clean-tree no longer treats --detritus or --ignored as including --unknowns
248
* Add 'shove' command, to move changes to a different tree
257
* Add 'import' command, to import tarballs
260
* RELEASE: bzrtools 0.8.1
261
* Fixed test case failure
264
* RELEASE: bzrtools 0.8
267
* Renamed push to rspush (Robert Collins/Aaron Bentley)
270
2
* New Switch command (David Allouche/Canonical)
276
* Updates to Shelf command
279
* New baz-import algorithm, with respository support
282
* RELEASE: bzrtools 0.7
283
10
* Improved shell completion
284
11
* bzr push can omit working tree
285
12
* Documentation updates
288
15
* New test.py for standalone (kinda) testing
289
16
* New branch-history command
290
17
* New "fix" command (done automatically in fetch-ghosts)
293
20
* Various API updates
294
21
* Added force-reweave-inventory from Daniel Silverstone
295
22
* Decorated push from Robert Collins
296
23
* Improved shell completion
297
24
* Improved import when first ancestor is in an unregisered archive
300
27
* Added tests for several commands
301
28
* Made push auto_disable when native push present
302
29
* Merged Michael Ellerman's shelf v2 plugin
303
30
* New "shell" command, derived from Fai
304
31
* Got pull working with URLs
308
35
* disabled annotate in favor of bzr annotate
309
36
* Added clean-tree --detrius
310
37
* API sync with bzr
313
40
* Default-ignore shelf files
314
41
* Win32 compatability fixes (Alexander Belchenko)
315
42
* Conflict handling now in bzr itself
316
43
* Fetch-missing renamed to fetch-ghosts
317
44
* Annotate includes changes since last commit, uses sha1 instead of text_id
320
47
* better errors for bad push locations (Eirik Nygaard)
321
48
* prevented push from overwriting any non-empty directory that is not an
322
49
ancestor branch. (Remote revision-history must be a subset of local.)
323
50
* added --overwrite option to push
326
53
* Significant reworking of graph-ancestry
327
54
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
328
55
* Updated to match bzr 0.0.8 API changes
329
56
* Updated to handle new bzr diff output
332
59
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
333
60
* obsoleted all the executibles; bzrtools only works as plugins now