2
* Updates to syntax highlighting from Marius Kruger
5
* Use Graph API (instead of old revision_graph code) for graph-ancestry
6
* RELEASE: bzrtools 1.4.0
9
* Add escaping to HTML graph-ancestry output
10
* Nicer error when patch fails
13
* cbranch can now create parent directories for branches as needed.
16
* RELEASE: bzrtools 1.3.0
19
* Add link-tree command
22
* Add hard-link support to cbranch
25
* RELEASE: bzrtools 1.2.0
28
* Handle missing patch program
31
* Support branch6 formats (dirstate-tags, pack*) in rspush
32
* RELEASE: bzrtools 1.1.0
35
* "branches" and "multi-pull" updated to new find_* APIs.
36
* new "trees" command.
39
* cbranch is much faster, and supports --files-from.
42
* RELEASE: bzrtools 1.0.0
43
* Use dotted revnos in graph-ancestry
46
* Remove switch (now in bzr itself)
49
* Handle command.options glitch
50
* RELEASE: bzrtools 0.92.1
53
* Update rspush to work only in standalone trees and fix lock error
54
* RELEASE: bzrtools 0.92.0
57
* RELEASE: bzrtools 0.91.0
60
* switch works even when source branch is read-only
63
* Allow zap --force to delete a checkout with uncommitted changes
66
* Hide show-paths command, in favour of bzr info
67
* BzrTools does not do out-of-date checks unless a bzrtools command is run
68
* shelf doesn't emit reject message in test suite
69
* branches now works with Apache (and possibly other servers) again
70
* branches now dies quickly & cleanly if it can't connect
71
* multi-pull reuses connections where possible
72
* RELEASE: bzrtools 0.90.0
76
* RELEASE: bzrtools 0.18.0
79
* graph-ancestry supports new graph API, indicates both possible merge bases,
80
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
84
* RELEASE: bzrtools 0.17.0
85
* RELEASE: bzrtools 0.17.1
88
* Whitespace cleanups from Charlie Shepherd
91
* Version warning is suppressed for dev version of the next release. E.g.
92
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
95
* RELEASE: bzrtools 0.16.1
98
* RELEASE: bzrtools 0.16.0
101
* Get shelf tests passing with dirstate (again!)
102
* RELEASE: bzrtools 0.15.4
105
* Add branch parameter to show-paths
108
* RELEASE: bzrtools 0.15.3
111
* Hack around hunk headers showing as long lines.
114
* Handle broken python tar implementations in upstream_import
115
* RELEASE: bzrtools 0.15.2
118
* RELEASE: bzrtools 0.15.1
119
* RELEASE: bzrtools 0.15.0
122
* Colordiff warns on long lines
125
* RELEASE: bzrtools 0.14.0
128
* 'colordiff' now optionally checks for whitespace violations
131
* 'import' now imports directories.
134
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
135
your working directory hierarchy exactly. New config option must be
136
used: "cbranch_target". Appendpath policy should be used for this.
139
* 'import' command now honours execute bit in tarfiles
142
* 'graph-ancestry' shows branch nick if applicable
145
* 'patch' works over sftp (and, in theory, all transports)
148
* 'branch-history' tolerates commit ids with no email
151
* Add zip support to 'import' command
154
* 'patch' fixed to work properly with http URLs and all other transports
157
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
161
* 'shelf' handles pipe errors better when invoking patch
164
* RELEASE: bzrtools 0.13.0
167
* Add encoding flag for 'baz-import'
168
* Fix deprecated API use in 'switch'
169
* Add show-paths command from Alexander Belchenko
172
* RELEASE: bzrtools 0.12.0
173
* Update 'import' command for unique roots changes
176
* Fix parent-setting in 'cbranch'.
179
* Update for unique roots changes
182
* RELEASE: bzrtools 0.11.0
184
* Clean up test suite
187
* Shove is now deprecated
188
* Reduce interactive slowdown by late-loading PyBaz
189
* baz-import speedup: remove useless merge_innter call
192
* Check bzrlib version
193
* RELEASE: bzrtools 0.9.1
196
* RELEASE: bzrtools 0.9.0
199
* Add --no-color option to shelve/unshelve
202
* clean-tree no longer treats --detritus or --ignored as including --unknowns
208
* Add 'shove' command, to move changes to a different tree
217
* Add 'import' command, to import tarballs
220
* RELEASE: bzrtools 0.8.1
221
* Fixed test case failure
224
* RELEASE: bzrtools 0.8
227
* Renamed push to rspush (Robert Collins/Aaron Bentley)
230
* New Switch command (David Allouche/Canonical)
236
* Updates to Shelf command
239
* New baz-import algorithm, with respository support
242
* RELEASE: bzrtools 0.7
243
2
* Improved shell completion
244
3
* bzr push can omit working tree
245
4
* Documentation updates