2
* Test fixes from Alexander Belchenko
4
* Update heads plugin to use undeprecated APIs
7
* Updates to syntax highlighting from Marius Kruger
10
* Use Graph API (instead of old revision_graph code) for graph-ancestry
11
* RELEASE: bzrtools 1.4.0
14
* Add escaping to HTML graph-ancestry output
15
* Nicer error when patch fails
18
* cbranch can now create parent directories for branches as needed.
21
* RELEASE: bzrtools 1.3.0
24
* Add link-tree command
27
* Add hard-link support to cbranch
30
* RELEASE: bzrtools 1.2.0
33
* Handle missing patch program
36
* Support branch6 formats (dirstate-tags, pack*) in rspush
37
* RELEASE: bzrtools 1.1.0
40
* "branches" and "multi-pull" updated to new find_* APIs.
41
* new "trees" command.
44
* cbranch is much faster, and supports --files-from.
47
* RELEASE: bzrtools 1.0.0
48
* Use dotted revnos in graph-ancestry
51
* Remove switch (now in bzr itself)
54
* Handle command.options glitch
55
* RELEASE: bzrtools 0.92.1
58
* Update rspush to work only in standalone trees and fix lock error
59
* RELEASE: bzrtools 0.92.0
62
* RELEASE: bzrtools 0.91.0
65
* switch works even when source branch is read-only
68
* Allow zap --force to delete a checkout with uncommitted changes
71
* Hide show-paths command, in favour of bzr info
72
* BzrTools does not do out-of-date checks unless a bzrtools command is run
73
* shelf doesn't emit reject message in test suite
74
* branches now works with Apache (and possibly other servers) again
75
* branches now dies quickly & cleanly if it can't connect
76
* multi-pull reuses connections where possible
77
* RELEASE: bzrtools 0.90.0
81
* RELEASE: bzrtools 0.18.0
84
* graph-ancestry supports new graph API, indicates both possible merge bases,
85
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
89
* RELEASE: bzrtools 0.17.0
90
* RELEASE: bzrtools 0.17.1
93
* Whitespace cleanups from Charlie Shepherd
96
* Version warning is suppressed for dev version of the next release. E.g.
97
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
100
* RELEASE: bzrtools 0.16.1
103
* RELEASE: bzrtools 0.16.0
106
* Get shelf tests passing with dirstate (again!)
107
* RELEASE: bzrtools 0.15.4
110
* Add branch parameter to show-paths
113
* RELEASE: bzrtools 0.15.3
116
* Hack around hunk headers showing as long lines.
119
* Handle broken python tar implementations in upstream_import
120
* RELEASE: bzrtools 0.15.2
123
* RELEASE: bzrtools 0.15.1
124
* RELEASE: bzrtools 0.15.0
127
* Colordiff warns on long lines
130
* RELEASE: bzrtools 0.14.0
133
* 'colordiff' now optionally checks for whitespace violations
136
* 'import' now imports directories.
139
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
140
your working directory hierarchy exactly. New config option must be
141
used: "cbranch_target". Appendpath policy should be used for this.
144
* 'import' command now honours execute bit in tarfiles
147
* 'graph-ancestry' shows branch nick if applicable
150
* 'patch' works over sftp (and, in theory, all transports)
153
* 'branch-history' tolerates commit ids with no email
156
* Add zip support to 'import' command
159
* 'patch' fixed to work properly with http URLs and all other transports
162
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
166
* 'shelf' handles pipe errors better when invoking patch
169
* RELEASE: bzrtools 0.13.0
172
* Add encoding flag for 'baz-import'
173
* Fix deprecated API use in 'switch'
174
* Add show-paths command from Alexander Belchenko
177
* RELEASE: bzrtools 0.12.0
178
* Update 'import' command for unique roots changes
181
* Fix parent-setting in 'cbranch'.
184
* Update for unique roots changes
187
* RELEASE: bzrtools 0.11.0
189
* Clean up test suite
192
* Shove is now deprecated
193
* Reduce interactive slowdown by late-loading PyBaz
194
* baz-import speedup: remove useless merge_innter call
197
* Check bzrlib version
198
* RELEASE: bzrtools 0.9.1
201
* RELEASE: bzrtools 0.9.0
204
* Add --no-color option to shelve/unshelve
2
207
* clean-tree no longer treats --detritus or --ignored as including --unknowns
5
213
* Add 'shove' command, to move changes to a different tree