2
* cbranch can now create parent directories for branches as needed.
5
* RELEASE: bzrtools 1.3.0
8
* Add link-tree command
11
* Add hard-link support to cbranch
14
* RELEASE: bzrtools 1.2.0
17
* Handle missing patch program
20
* Support branch6 formats (dirstate-tags, pack*) in rspush
21
* RELEASE: bzrtools 1.1.0
24
* "branches" and "multi-pull" updated to new find_* APIs.
25
* new "trees" command.
28
* cbranch is much faster, and supports --files-from.
31
* RELEASE: bzrtools 1.0.0
32
* Use dotted revnos in graph-ancestry
35
* Remove switch (now in bzr itself)
38
* Handle command.options glitch
39
* RELEASE: bzrtools 0.92.1
42
* Update rspush to work only in standalone trees and fix lock error
43
* RELEASE: bzrtools 0.92.0
46
* RELEASE: bzrtools 0.91.0
49
* switch works even when source branch is read-only
52
* Allow zap --force to delete a checkout with uncommitted changes
55
* Hide show-paths command, in favour of bzr info
56
* BzrTools does not do out-of-date checks unless a bzrtools command is run
57
* shelf doesn't emit reject message in test suite
58
* branches now works with Apache (and possibly other servers) again
59
* branches now dies quickly & cleanly if it can't connect
60
* multi-pull reuses connections where possible
61
* RELEASE: bzrtools 0.90.0
65
* RELEASE: bzrtools 0.18.0
68
* graph-ancestry supports new graph API, indicates both possible merge bases,
69
indicates non-base LCAs, defaults max-distance to 100, defaults branch to
73
* RELEASE: bzrtools 0.17.0
74
* RELEASE: bzrtools 0.17.1
77
* Whitespace cleanups from Charlie Shepherd
80
* Version warning is suppressed for dev version of the next release. E.g.
81
bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
84
* RELEASE: bzrtools 0.16.1
87
* RELEASE: bzrtools 0.16.0
90
* Get shelf tests passing with dirstate (again!)
91
* RELEASE: bzrtools 0.15.4
94
* Add branch parameter to show-paths
97
* RELEASE: bzrtools 0.15.3
100
* Hack around hunk headers showing as long lines.
103
* Handle broken python tar implementations in upstream_import
104
* RELEASE: bzrtools 0.15.2
107
* RELEASE: bzrtools 0.15.1
108
* RELEASE: bzrtools 0.15.0
111
* Colordiff warns on long lines
114
* RELEASE: bzrtools 0.14.0
117
* 'colordiff' now optionally checks for whitespace violations
120
* 'import' now imports directories.
123
* 'cbranch' now supports multilevel paths. So your repo hierarchy can match
124
your working directory hierarchy exactly. New config option must be
125
used: "cbranch_target". Appendpath policy should be used for this.
128
* 'import' command now honours execute bit in tarfiles
131
* 'graph-ancestry' shows branch nick if applicable
134
* 'patch' works over sftp (and, in theory, all transports)
137
* 'branch-history' tolerates commit ids with no email
140
* Add zip support to 'import' command
143
* 'patch' fixed to work properly with http URLs and all other transports
146
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax)
150
* 'shelf' handles pipe errors better when invoking patch
153
* RELEASE: bzrtools 0.13.0
156
* Add encoding flag for 'baz-import'
157
* Fix deprecated API use in 'switch'
158
* Add show-paths command from Alexander Belchenko
161
* RELEASE: bzrtools 0.12.0
162
* Update 'import' command for unique roots changes
165
* Fix parent-setting in 'cbranch'.
168
* Update for unique roots changes
171
* RELEASE: bzrtools 0.11.0
173
* Clean up test suite
176
* Shove is now deprecated
177
* Reduce interactive slowdown by late-loading PyBaz
178
* baz-import speedup: remove useless merge_innter call
181
* Check bzrlib version
182
* RELEASE: bzrtools 0.9.1
185
* RELEASE: bzrtools 0.9.0
188
* Add --no-color option to shelve/unshelve
2
191
* clean-tree no longer treats --detritus or --ignored as including --unknowns
5
197
* Add 'shove' command, to move changes to a different tree