~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-05-26 14:20:29 UTC
  • Revision ID: abentley@troll-20050526142029-e919772712205486
Added bug report

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Jan 17 2007
2
 
* RELEASE: bzrtools 0.14.0
3
 
 
4
 
Jan 16 2007
5
 
* 'colordiff' now optionally checks for whitespace violations
6
 
 
7
 
Jan 8 2007
8
 
* 'import' now imports directories.
9
 
 
10
 
Jan 4 2007
11
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
12
 
  your working directory hierarchy exactly.  New config option must be
13
 
  used: "cbranch_target".  Appendpath policy should be used for this.
14
 
 
15
 
Dec 28
16
 
* 'import' command now honours execute bit in tarfiles
17
 
 
18
 
Dec 21
19
 
* 'graph-ancestry' shows branch nick if applicable
20
 
 
21
 
Dec 19
22
 
* 'patch' works over sftp (and, in theory, all transports)
23
 
 
24
 
Dec 13
25
 
* 'branch-history' tolerates commit ids with no email
26
 
 
27
 
Dec 12
28
 
* Add zip support to 'import' command
29
 
 
30
 
Dec 11
31
 
* 'patch' fixed to work properly with http URLs and all other transports
32
 
 
33
 
Dec 5
34
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
35
 
  (Andrew Tridgell)
36
 
 
37
 
Dec 4
38
 
* 'shelf' handles pipe errors better when invoking patch 
39
 
 
40
 
Nov 27
41
 
* RELEASE: bzrtools 0.13.0
42
 
 
43
 
Nov 22
44
 
* Add encoding flag for 'baz-import'
45
 
* Fix deprecated API use in 'switch'
46
 
* Add show-paths command from Alexander Belchenko
47
 
 
48
 
Oct 25
49
 
* RELEASE: bzrtools 0.12.0
50
 
* Update 'import' command for unique roots changes
51
 
 
52
 
Oct 24
53
 
* Fix parent-setting in 'cbranch'.
54
 
 
55
 
Oct 15
56
 
* Update for unique roots changes
57
 
 
58
 
Sep 25
59
 
* RELEASE: bzrtools 0.11.0
60
 
* Remove Shove
61
 
* Clean up test suite
62
 
 
63
 
Aug 28
64
 
* Shove is now deprecated
65
 
* Reduce interactive slowdown by late-loading PyBaz
66
 
* baz-import speedup: remove useless merge_innter call
67
 
 
68
 
Aug 15
69
 
* Check bzrlib version
70
 
* RELEASE: bzrtools 0.9.1
71
 
 
72
 
Aug 11
73
 
* RELEASE: bzrtools 0.9.0
74
 
 
75
 
Aug 6
76
 
* Add --no-color option to shelve/unshelve
77
 
 
78
 
July 13
79
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
80
 
 
81
 
July 11
82
 
* Shelf colorizing
83
 
 
84
 
June 14
85
 
* Add 'shove' command, to move changes to a different tree
86
 
 
87
 
June 3
88
 
* clean-tree tweaks
89
 
 
90
 
May 30
91
 
* test suite updates
92
 
 
93
 
May 18
94
 
* Add 'import' command, to import tarballs
95
 
 
96
 
May 11
97
 
* RELEASE: bzrtools 0.8.1
98
 
* Fixed test case failure
99
 
 
100
 
May 9
101
 
* RELEASE: bzrtools 0.8
102
 
 
103
 
May 1
104
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
105
 
 
106
 
Apr 11
107
 
* New Switch command (David Allouche/Canonical)
108
 
 
109
 
Mar 22
110
 
* New Zap command
111
 
 
112
 
Mar 18
113
 
* Updates to Shelf command
114
 
 
115
 
Mar 10
116
 
* New baz-import algorithm, with respository support
117
 
 
118
 
Jan 31
119
 
* RELEASE: bzrtools 0.7
120
 
* Improved shell completion
121
 
* bzr push can omit working tree
122
 
* Documentation updates
123
 
 
124
 
Dec 13
125
 
* New test.py for standalone (kinda) testing
126
 
* New branch-history command
127
 
* New "fix" command (done automatically in fetch-ghosts)
128
 
 
129
 
Nov 8
130
 
* Various API updates
131
 
* Added force-reweave-inventory from Daniel Silverstone
132
 
* Decorated push from Robert Collins
133
 
* Improved shell completion
134
 
* Improved import when first ancestor is in an unregisered archive
135
 
 
136
 
Oct 28
137
 
* Added tests for several commands
138
 
* Made push auto_disable when native push present
139
 
* Merged Michael Ellerman's shelf v2 plugin 
140
 
* New "shell" command, derived from Fai
141
 
* Got pull working with URLs
142
 
 
143
 
Oct 19
144
 
* Added setup.py
145
 
* disabled annotate in favor of bzr annotate
146
 
* Added clean-tree --detrius
147
 
* API sync with bzr
148
 
 
149
 
Oct 14
150
 
* Default-ignore shelf files
151
 
* Win32 compatability fixes (Alexander Belchenko)
152
 
* Conflict handling now in bzr itself
153
 
* Fetch-missing renamed to fetch-ghosts
154
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
155
 
 
156
 
Sept 29
157
 
* better errors for bad push locations (Eirik Nygaard)
158
 
* prevented push from overwriting any non-empty directory that is not an
159
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
160
 
* added --overwrite option to push
161
 
 
162
 
Sept 22
163
 
* Significant reworking of graph-ancestry
164
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
165
 
* Updated to match bzr 0.0.8 API changes
166
 
* Updated to handle new bzr diff output
167
 
 
168
 
Sept 13
169
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
170
 
* obsoleted all the executibles; bzrtools only works as plugins now
171
 
 
172
 
June 15, 2005
173
 
* Added annotate
174
 
* Added Michael Ellerman's shelf/unshelf
175
 
* Implemented python user interface
176
 
 
177
 
June 8, 2005
178
 
baz2bzr
179
 
* much better error messages for common mistakes
180
 
* more thorough unit testing
181
 
* works better with recent merge changes
182
 
* Debian packaging (Jeff Bailey)
183
 
 
184
 
June 7, 2005
185
 
* baz2bzr supports updating a previous import (John Meinel)
186
 
* baz2bzr has proper commandline parsing (John Meinel)
187
 
* baz2bzr can skip symlinks when importing
188
 
* bzr-pull is obsolete, now that that bzr has a native pull command