2
* RELEASE: bzrtools 1.7.0
5
* colordiff can now use /etc/colordiffrc
8
* RELEASE: bzrtools 1.6.0
11
* Fix bug in when TERM environment variable is unset
14
* Spin off baz-import into a separate project
18
* Mark show-paths as obsolete
19
* Update to avoid deprecated APIs
20
* RELEASE: bzrtools 1.5.0
23
* Test fixes from Alexander Belchenko
25
* Update heads plugin to use undeprecated APIs
28
* Updates to syntax highlighting from Marius Kruger
31
* Use Graph API (instead of old revision_graph code) for graph-ancestry
32
* RELEASE: bzrtools 1.4.0
35
* Add escaping to HTML graph-ancestry output
36
* Nicer error when patch fails
39
* cbranch can now create parent directories for branches as needed.
42
* RELEASE: bzrtools 1.3.0
45
* Add link-tree command
48
* Add hard-link support to cbranch
51
* RELEASE: bzrtools 1.2.0
54
* Handle missing patch program
57
* Support branch6 formats (dirstate-tags, pack*) in rspush
58
* RELEASE: bzrtools 1.1.0
61
* "branches" and "multi-pull" updated to new find_* APIs.
62
* new "trees" command.
65
* cbranch is much faster, and supports --files-from.
68
* RELEASE: bzrtools 1.0.0
69
* Use dotted revnos in graph-ancestry
72
* Remove switch (now in bzr itself)
75
* Handle command.options glitch
76
* RELEASE: bzrtools 0.92.1
79
* Update rspush to work only in standalone trees and fix lock error
80
* RELEASE: bzrtools 0.92.0
83
* RELEASE: bzrtools 0.91.0
86
* switch works even when source branch is read-only
89
* Allow zap --force to delete a checkout with uncommitted changes
92
* Hide show-paths command, in favour of bzr info
93
* BzrTools does not do out-of-date checks unless a bzrtools command is run
94
* shelf doesn't emit reject message in test suite
95
* branches now works with Apache (and possibly other servers) again
96
* branches now dies quickly & cleanly if it can't connect
97
* multi-pull reuses connections where possible
98
* RELEASE: bzrtools 0.90.0
102
* RELEASE: bzrtools 0.18.0
105
* graph-ancestry supports new graph API, indicates both possible merge bases,
106
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
110
* RELEASE: bzrtools 0.17.0
111
* RELEASE: bzrtools 0.17.1
114
* Whitespace cleanups from Charlie Shepherd
117
* Version warning is suppressed for dev version of the next release. E.g.
118
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
121
* RELEASE: bzrtools 0.16.1
124
* RELEASE: bzrtools 0.16.0
127
* Get shelf tests passing with dirstate (again!)
128
* RELEASE: bzrtools 0.15.4
131
* Add branch parameter to show-paths
134
* RELEASE: bzrtools 0.15.3
137
* Hack around hunk headers showing as long lines.
140
* Handle broken python tar implementations in upstream_import
141
* RELEASE: bzrtools 0.15.2
144
* RELEASE: bzrtools 0.15.1
145
* RELEASE: bzrtools 0.15.0
148
* Colordiff warns on long lines
151
* RELEASE: bzrtools 0.14.0
154
* 'colordiff' now optionally checks for whitespace violations
157
* 'import' now imports directories.
160
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
161
your working directory hierarchy exactly. New config option must be
162
used: "cbranch_target". Appendpath policy should be used for this.
165
* 'import' command now honours execute bit in tarfiles
168
* 'graph-ancestry' shows branch nick if applicable
171
* 'patch' works over sftp (and, in theory, all transports)
174
* 'branch-history' tolerates commit ids with no email
177
* Add zip support to 'import' command
180
* 'patch' fixed to work properly with http URLs and all other transports
183
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
187
* 'shelf' handles pipe errors better when invoking patch
190
* RELEASE: bzrtools 0.13.0
193
* Add encoding flag for 'baz-import'
194
* Fix deprecated API use in 'switch'
195
* Add show-paths command from Alexander Belchenko
198
* RELEASE: bzrtools 0.12.0
199
* Update 'import' command for unique roots changes
202
* Fix parent-setting in 'cbranch'.
205
* Update for unique roots changes
208
* RELEASE: bzrtools 0.11.0
210
* Clean up test suite
213
* Shove is now deprecated
214
* Reduce interactive slowdown by late-loading PyBaz
215
* baz-import speedup: remove useless merge_innter call
218
* Check bzrlib version
219
* RELEASE: bzrtools 0.9.1
222
* RELEASE: bzrtools 0.9.0
225
* Add --no-color option to shelve/unshelve
228
* clean-tree no longer treats --detritus or --ignored as including --unknowns
234
* Add 'shove' command, to move changes to a different tree
243
* Add 'import' command, to import tarballs
246
* RELEASE: bzrtools 0.8.1
247
* Fixed test case failure
250
* RELEASE: bzrtools 0.8
253
* Renamed push to rspush (Robert Collins/Aaron Bentley)
256
* New Switch command (David Allouche/Canonical)
262
* Updates to Shelf command
265
* New baz-import algorithm, with respository support
268
* RELEASE: bzrtools 0.7
269
* Improved shell completion
270
* bzr push can omit working tree
271
* Documentation updates
274
* New test.py for standalone (kinda) testing
275
* New branch-history command
276
* New "fix" command (done automatically in fetch-ghosts)
279
* Various API updates
280
* Added force-reweave-inventory from Daniel Silverstone
281
* Decorated push from Robert Collins
282
* Improved shell completion
283
* Improved import when first ancestor is in an unregisered archive
286
* Added tests for several commands
287
* Made push auto_disable when native push present
288
* Merged Michael Ellerman's shelf v2 plugin
289
* New "shell" command, derived from Fai
290
* Got pull working with URLs
294
* disabled annotate in favor of bzr annotate
295
* Added clean-tree --detrius
299
* Default-ignore shelf files
300
* Win32 compatability fixes (Alexander Belchenko)
301
* Conflict handling now in bzr itself
302
* Fetch-missing renamed to fetch-ghosts
303
* Annotate includes changes since last commit, uses sha1 instead of text_id
306
* better errors for bad push locations (Eirik Nygaard)
307
* prevented push from overwriting any non-empty directory that is not an
308
ancestor branch. (Remote revision-history must be a subset of local.)
309
* added --overwrite option to push
312
* Significant reworking of graph-ancestry
313
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
314
* Updated to match bzr 0.0.8 API changes
315
* Updated to handle new bzr diff output
2
318
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
3
319
* obsoleted all the executibles; bzrtools only works as plugins now