~abentley/bzrtools/bzrtools.dev

788 by Aaron Bentley
Update for release 2.6.0
1
August 19 2013
2
* Fix zap command compatibility with bzr 2.6
3
* Compatibility fixes for bzr 2.6 in graph, import, shelf testing.
4
* RELEASE: bzrtools 2.6.0
5
785 by Aaron Bentley
Update for 2.5 release.
6
January 19 2012
7
* Fix compatibility with final beta before bzr 2.5
8
* Remove rspush command due to deprecation of Branch.revision_history
9
* RELEASE: bzrtools 2.5.0
10
781 by Aaron Bentley
Prepare for 2.4.1 release.
11
September 24 2011
12
* Fix compatibility with bzr.dev (Jelmer Vernoij)
13
* Remove unused imports (Jelmer Vernoij)
14
* Fix bug #263065 (Andi Albrecht)
15
* Rename 'branches' to 'list-branches', keep 'branches' as alias if not built
16
  in.
17
* RELEASE: bzrtools 2.4.1
18
775 by Aaron Bentley
Update NEWS
19
July 13 2011
776 by Aaron Bentley
Update NEWS.
20
* Fix compatibility with bzr 2.4 export API
775 by Aaron Bentley
Update NEWS
21
* RELEASE: bzrtools 2.4.0
22
776 by Aaron Bentley
Update NEWS.
23
June 27 2011
24
* import supports .tar.xz and tar.lzma files (Jelmer).
25
* deprecated_graph functionality migrated from bzr (Jelmer).
26
27
May 9 2011
28
* Support non-ascii tarballs.
29
30
April 27 2011
31
* DiffWriter provides writelines method (Jelmer).
32
33
April 26 2011
34
* Stop using deprecated failIfExists/failUnlessExists in test suite.
35
* Stop using deprecated tree_files.
36
* bzr shell works on systems without readline support. (Martin [gz])
37
* setup.py doesn't execute on import (Robert Collins)
38
39
April 12 2011
40
* zap --store uses pipeline to store uncommitted changes.
41
42
February 14 2011
43
* bzr shell logs exceptions quietly (Martin [gz]).
44
749.1.4 by Aaron Bentley
Update for release 2.3.1
45
February 1 2011
46
* Fix Python 2.7 incompatibility
47
* RELEASE: bzrtools 2.3.1
48
745 by Aaron Bentley
Update NEWS
49
January 25 2011
50
* RELEASE: bzrtools 2.3.0
51
52
May 12 2010
53
* Remove unneeded imports
54
55
May 11 2010
56
* Fix tests of 'bzr zap'
57
741 by Aaron Bentley
Update for 2.2.0
58
April 6 2010
59
* RELEASE: bzrtools 2.2.0
60
738 by Aaron Bentley
Update for 2.1.0 release.
61
February 4 2010
62
* RELEASE: bzrtools 2.1.0
63
64
November 30 2009
65
* (Gordon Tyler) shell now accepts --directory 
66
67
November 12 2009
68
* shell now run qbzr commands in a subprocess.
69
70
November 11 2009
71
* (Max Bowsher) fetch-ghosts now works again.  And has tests.
72
73
November 10 2009
74
* (Max Bowsher) Improved version checking
75
76
October 20 2009
77
* conflict-diff no longer requires a single file to be specified.  Multiple
78
  files or no files can be specified.
79
732 by Aaron Bentley
Release bzr 2.0.1b1
80
October 19 2009
81
* RELEASE: bzrtools 2.1.0b1
82
730 by Aaron Bentley
Release 2.0.1
83
September 26 2009
84
* Fix bug #435695: deprecation warning completing command names
85
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
86
  chars in string.whitespace.
87
* (James Westby) patch accepts -p as a short name for --strip.
88
* (Benoît Pierre) ^C does not abort the shell command
89
* (Benoît Pierre) line parsing errors do not abort the shell command
90
* RELEASE: bzrtools 2.0.1
91
723 by Aaron Bentley
Update NEWS.
92
September 3 2009
93
* RELEASE: bzrtools 2.0.0
94
718.1.1 by Aaron Bentley
Update NEWS
95
August 20 2009
96
* RELEASE: bzrtools 1.18.0
97
98
July 13 2009
717 by Aaron Bentley
Update NEWS for release 1.17.0
99
* RELEASE: bzrtools 1.17.0
100
101
July 10 2009
102
* `create-mirror` mirrors child_submit_to
103
104
June 16 2009
105
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
106
  to `unshelve`.
107
713 by Aaron Bentley
Update NEWS for release
108
June 12 2009
109
* RELEASE: bzrtools 1.16.0
110
711 by Aaron Bentley
Implement create-mirror command
111
June 10 2009
112
* Implement create-mirror command
113
708 by Aaron Bentley
Update NEWS
114
May 27 2009
115
* Fix fetch-ghosts command for bzr 1.15
116
* RELEASE: bzrtools 1.15.0
117
705 by Aaron Bentley
Update NEWS
118
April 28 2009
119
* bzrtools officially upgraded to rich roots.
120
121
April 10 2009
704 by Aaron Bentley
Update NEWS for release.
122
* Fix import command for Python 2.6
123
* RELEASE: bzrtools 1.14.0
124
705 by Aaron Bentley
Update NEWS
125
March 11 2009
695 by Aaron Bentley
bzr patch handles URLs with trailing slashes
126
* `bzr patch` handles URLs with trailing slashes.
696 by Aaron Bentley
Update version
127
* RELEASE: bzrtools 1.13.0
697 by Aaron Bentley
Remove clean-tree (now in bzr core)
128
* Remove clean-tree (now in bzr core)
704 by Aaron Bentley
Update NEWS for release.
129
* New conflict-diff command
695 by Aaron Bentley
bzr patch handles URLs with trailing slashes
130
705 by Aaron Bentley
Update NEWS
131
February 10 2009
693 by Aaron Bentley
Update for 1.12.0 release
132
* RELEASE: bzrtools 1.12.0
133
691 by Aaron Bentley
Update NEWS
134
January 12 2009
135
* RELEASE: bzrtools 1.11.0
136
137
January 7 2009
138
* Rename shelf command to shelf1, to match others & reduce confusion.
139
687 by Aaron Bentley
Update NEWS for release
140
November 28 2008
141
* RELEASE: bzrtools 1.10.0
142
143
Novemeber 23 2008
144
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
145
* Support auto-detecting color in shelf UI
146
147
November 11 2008
148
* Support colorizing in shelf UI
149
676.1.3 by Aaron Bentley
Update version and NEWS
150
November 5 2008
151
* RELEASE: bzrtools 1.9.1
152
153
November 4 2008
154
* Restore runtime ignore for .shelf files
155
676 by Aaron Bentley
Fix release date
156
November 3 2008
674 by Aaron Bentley
Update for 1.9.0 release
157
* RELEASE: bzrtools 1.9.0
158
159
October 22 2008
671 by Aaron Bentley
Add NEWS entry
160
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
161
668 by Aaron Bentley
Rename shelve/unshelve to shelve1/unshelve1, alias to old names
162
October 17 2008
163
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
164
  and 'unshelve'.  This allows bzr core to supply 'shelve' and 'unshelve'.
165
663 by Aaron Bentley
Fix NotStandalone (#277652)
166
October 7 2008
664 by Aaron Bentley
Update for release 1.8.0
167
* RELEASE: bzrtools 1.8.0
663 by Aaron Bentley
Fix NotStandalone (#277652)
168
* Fix NotStandalone class to be stringable (#277652)
169
659 by Aaron Bentley
Update NEWS
170
September 11 2008
171
* RELEASE: bzrtools 1.7.0
172
173
July 10 2008
174
* colordiff can now use /etc/colordiffrc
175
656 by Aaron Bentley
Update for release 1.6.0
176
June 5 2008
177
* RELEASE: bzrtools 1.6.0
178
655 by Aaron Bentley
Update NEWS
179
June 3 2008
180
* Fix bug in when TERM environment variable is unset
181
653 by Aaron Bentley
Update NEWS
182
May 29 2008
183
* Spin off baz-import into a separate project
184
* Remove show-paths
185
643 by Aaron Bentley
Update NEWS
186
May 12 2008
187
* Mark show-paths as obsolete
188
* Update to avoid deprecated APIs
644 by Aaron Bentley
Update NEWS
189
* RELEASE: bzrtools 1.5.0
643 by Aaron Bentley
Update NEWS
190
640 by Aaron Bentley
Update NEWS
191
May 11 2008
192
* Test fixes from Alexander Belchenko
193
* Merge heads plugin
194
* Update heads plugin to use undeprecated APIs
195
196
April 26 2008
633 by Aaron Bentley
update NEWS
197
* Updates to syntax highlighting from Marius Kruger
198
630 by Aaron Bentley
Update NEWS, update version number to 1.4.0
199
April 17 2008
200
* Use Graph API (instead of old revision_graph code) for graph-ancestry
631 by Aaron Bentley
Update NEWS
201
* RELEASE: bzrtools 1.4.0
630 by Aaron Bentley
Update NEWS, update version number to 1.4.0
202
203
April 10 2008
204
* Add escaping to HTML graph-ancestry output
205
* Nicer error when patch fails
206
626 by Aaron Bentley
cbranch creates parent directories as needed
207
March 20 2008
208
* cbranch can now create parent directories for branches as needed.
209
624 by Aaron Bentley
Release 1.3.0, add year to NEWS dates
210
March 18 2008
211
* RELEASE: bzrtools 1.3.0
212
213
Feb 29 2008
622 by Aaron Bentley
Add link-tree command
214
* Add link-tree command
215
624 by Aaron Bentley
Release 1.3.0, add year to NEWS dates
216
Feb 25 2008
620 by Aaron Bentley
Update NEWS
217
* Add hard-link support to cbranch
218
624 by Aaron Bentley
Release 1.3.0, add year to NEWS dates
219
Feb 13 2008
614 by Aaron Bentley
Release 1.2.0
220
* RELEASE: bzrtools 1.2.0
221
624 by Aaron Bentley
Release 1.3.0, add year to NEWS dates
222
Feb 12 2008
611 by Aaron Bentley
Handle missing patch, fix tabs
223
* Handle missing patch program
224
624 by Aaron Bentley
Release 1.3.0, add year to NEWS dates
225
Jan 10 2008
606 by Aaron Bentley
Support branch6 formats in rspush
226
* Support branch6 formats (dirstate-tags, pack*) in rspush
607 by Aaron Bentley
Release 1.1.0
227
* RELEASE: bzrtools 1.1.0
606 by Aaron Bentley
Support branch6 formats in rspush
228
624 by Aaron Bentley
Release 1.3.0, add year to NEWS dates
229
Dec 21 2007
603 by Aaron Bentley
Update branches, multi-pull to new APIs, create trees
230
* "branches" and "multi-pull" updated to new find_* APIs.
231
* new "trees" command.
232
601 by Aaron Bentley
Update NEWS
233
Dec 20 2007
234
* cbranch is much faster, and supports --files-from.
235
594.1.1 by Aaron Bentley
Release 1.0
236
Dec 1 2007
237
* RELEASE: bzrtools 1.0.0
595 by Aaron Bentley
Use dotted revnos in graph-ancestry
238
* Use dotted revnos in graph-ancestry
594.1.1 by Aaron Bentley
Release 1.0
239
588 by Aaron Bentley
Remove switch (now in bzr itself)
240
Nov 23 2007
241
* Remove switch (now in bzr itself)
242
586 by Aaron Bentley
Fix ImportReplacer glitch when bzrtools is out of date
243
Nov 6 2007
244
* Handle command.options glitch
245
* RELEASE: bzrtools 0.92.1
246
585 by Aaron Bentley
Update for 0.92.0
247
Nov 1 2007
248
* Update rspush to work only in standalone trees and fix lock error
249
* RELEASE: bzrtools 0.92.0
250
581 by Aaron Bentley
RELEASE 0.91.0
251
September 11 2007
252
* RELEASE: bzrtools 0.91.0
253
580 by Aaron Bentley
Allow switch away from read-only branch
254
September 4 2007
255
* switch works even when source branch is read-only
256
573.1.3 by Aaron Bentley
Allow zap --force to delete modified checkouts
257
August 15 2007
258
* Allow zap --force to delete a checkout with uncommitted changes
259
567 by Aaron Bentley
Hide show-paths command
260
August 14 2007
261
* Hide show-paths command, in favour of bzr info
568 by Aaron Bentley
Don't check version when running non-bzrtools commands
262
* BzrTools does not do out-of-date checks unless a bzrtools command is run
570 by Aaron Bentley
Shelf doesn't emit kipple in test suite
263
* shelf doesn't emit reject message in test suite
571 by Aaron Bentley
Branches works with Apache again
264
* branches now works with Apache (and possibly other servers) again
573 by Aaron Bentley
Clean up branches error handling when it can't connect
265
* branches now dies quickly & cleanly if it can't connect
572 by Aaron Bentley
multi-pull reuses connections where possible
266
* multi-pull reuses connections where possible
573.1.1 by Aaron Bentley
Release: bzrtools 0.90.0
267
* RELEASE: bzrtools 0.90.0
575 by Aaron Bentley
Remove branch-mark command
268
* remove branch-mark
567 by Aaron Bentley
Hide show-paths command
269
553 by Aaron Bentley
Release 0.18.0
270
July 10 2007
271
* RELEASE: bzrtools 0.18.0
272
273
June 15 2007
544 by Aaron Bentley
Update graph-ancestry to support new graph API
274
* graph-ancestry supports new graph API, indicates both possible merge bases,
275
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
276
  cwd.
277
540 by Aaron Bentley
Update NEWS
278
June 12 2007
279
* RELEASE: bzrtools 0.17.0
540.1.2 by Aaron Bentley
Prepare for 0.17.1 release
280
* RELEASE: bzrtools 0.17.1
540 by Aaron Bentley
Update NEWS
281
282
June 10 2007
283
* Whitespace cleanups from Charlie Shepherd
284
285
June 9 2007
286
* Version warning is suppressed for dev version of the next release.  E.g.
287
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
288
534 by Aaron Bentley
Release 0.16.1
289
May 8 2007
290
* RELEASE: bzrtools 0.16.1
291
532 by Aaron Bentley
Update NEWS for 0.16.0
292
April 27 2007
293
* RELEASE: bzrtools 0.16.0
294
528 by Aaron Bentley
Add branch parameter to show-paths
295
March 26 2007
517.1.7 by Aaron Bentley
Fix shelf tests, release 0.15.4
296
* Get shelf tests passing with dirstate (again!)
297
* RELEASE: bzrtools 0.15.4
298
530 by Aaron Bentley
Merge from release
299
March 26 2007
528 by Aaron Bentley
Add branch parameter to show-paths
300
* Add branch parameter to show-paths
301
517.1.7 by Aaron Bentley
Fix shelf tests, release 0.15.4
302
March 16 2007
517.1.6 by Aaron Bentley
release 0.15.3
303
* RELEASE: bzrtools 0.15.3
304
521 by Aaron Bentley
colordiff long-line detection skips hunk headers
305
March 12 2007
306
* Hack around hunk headers showing as long lines.
307
517.1.4 by Aaron Bentley
Update for version 1.5.2
308
March 9 2007
309
* Handle broken python tar implementations in upstream_import
310
* RELEASE: bzrtools 0.15.2
311
516 by Aaron Bentley
Update NEWS
312
March 7 2007
517.1.2 by Aaron Bentley
Prepare 0.15.1 release
313
* RELEASE: bzrtools 0.15.1
516 by Aaron Bentley
Update NEWS
314
* RELEASE: bzrtools 0.15.0
315
316
Feb 2 2007
317
* Colordiff warns on long lines
318
501 by Aaron Bentley
Release bzrtools 0.14.0
319
Jan 17 2007
320
* RELEASE: bzrtools 0.14.0
321
322
Jan 16 2007
498 by Aaron Bentley
Add NEWS
323
* 'colordiff' now optionally checks for whitespace violations
324
489 by Aaron Bentley
import now imports directories
325
Jan 8 2007
326
* 'import' now imports directories.
327
486 by Aaron Bentley
Support deep cbranch hierarcy via appendpath
328
Jan 4 2007
329
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
330
  your working directory hierarchy exactly.  New config option must be
331
  used: "cbranch_target".  Appendpath policy should be used for this.
332
673 by Aaron Bentley
Fix dates and text in NEWS
333
Dec 28 2006
482 by Aaron Bentley
upstream imports honour the execute bit
334
* 'import' command now honours execute bit in tarfiles
335
673 by Aaron Bentley
Fix dates and text in NEWS
336
Dec 21 2006
483 by Aaron Bentley
tweak NEWS
337
* 'graph-ancestry' shows branch nick if applicable
338
673 by Aaron Bentley
Fix dates and text in NEWS
339
Dec 19 2006
483 by Aaron Bentley
tweak NEWS
340
* 'patch' works over sftp (and, in theory, all transports)
341
673 by Aaron Bentley
Fix dates and text in NEWS
342
Dec 13 2006
483 by Aaron Bentley
tweak NEWS
343
* 'branch-history' tolerates commit ids with no email
344
673 by Aaron Bentley
Fix dates and text in NEWS
345
Dec 12 2006
475 by Aaron Bentley
Add zip import support
346
* Add zip support to 'import' command
347
673 by Aaron Bentley
Fix dates and text in NEWS
348
Dec 11 2006
475 by Aaron Bentley
Add zip import support
349
* 'patch' fixed to work properly with http URLs and all other transports
474 by Aaron Bentley
update NEWS
350
673 by Aaron Bentley
Fix dates and text in NEWS
351
Dec 5 2006
475 by Aaron Bentley
Add zip import support
352
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
474 by Aaron Bentley
update NEWS
353
  (Andrew Tridgell)
354
673 by Aaron Bentley
Fix dates and text in NEWS
355
Dec 4 2006
475 by Aaron Bentley
Add zip import support
356
* 'shelf' handles pipe errors better when invoking patch 
474 by Aaron Bentley
update NEWS
357
673 by Aaron Bentley
Fix dates and text in NEWS
358
Nov 27 2006
468 by Aaron Bentley
Release: 0.13.0
359
* RELEASE: bzrtools 0.13.0
360
673 by Aaron Bentley
Fix dates and text in NEWS
361
Nov 22 2006
466 by Aaron Bentley
Update docs
362
* Add encoding flag for 'baz-import'
363
* Fix deprecated API use in 'switch'
364
* Add show-paths command from Alexander Belchenko
365
673 by Aaron Bentley
Fix dates and text in NEWS
366
Oct 25 2006
456 by Aaron Bentley
Release 0.12.0, update NEWS
367
* RELEASE: bzrtools 0.12.0
368
* Update 'import' command for unique roots changes
369
673 by Aaron Bentley
Fix dates and text in NEWS
370
Oct 24 2006
456 by Aaron Bentley
Release 0.12.0, update NEWS
371
* Fix parent-setting in 'cbranch'.
372
673 by Aaron Bentley
Fix dates and text in NEWS
373
Oct 15 2006
453.1.1 by Aaron Bentley
Updated NEWS
374
* Update for unique roots changes
375
673 by Aaron Bentley
Fix dates and text in NEWS
376
Sep 25 2006
448 by Aaron Bentley
Release 0.11.0
377
* RELEASE: bzrtools 0.11.0
378
* Remove Shove
379
* Clean up test suite
380
673 by Aaron Bentley
Fix dates and text in NEWS
381
Aug 28 2006
437 by Aaron Bentley
Update NEWS
382
* Shove is now deprecated
383
* Reduce interactive slowdown by late-loading PyBaz
673 by Aaron Bentley
Fix dates and text in NEWS
384
* baz-import speedup: remove useless merge_inner call
437 by Aaron Bentley
Update NEWS
385
673 by Aaron Bentley
Fix dates and text in NEWS
386
Aug 15 2006
428 by Aaron Bentley
Add version number, check against bzrlib version
387
* Check bzrlib version
388
* RELEASE: bzrtools 0.9.1
389
673 by Aaron Bentley
Fix dates and text in NEWS
390
Aug 11 2006
426 by Aaron Bentley
Release bzrtools 0.9.0
391
* RELEASE: bzrtools 0.9.0
392
673 by Aaron Bentley
Fix dates and text in NEWS
393
Aug 6 2006
423.1.4 by Aaron Bentley
Add --no-color option to shelf
394
* Add --no-color option to shelve/unshelve
395
673 by Aaron Bentley
Fix dates and text in NEWS
396
July 13 2006
417 by Aaron Bentley
Update clean-tree docs
397
* clean-tree no longer treats --detritus or --ignored as including --unknowns
398
673 by Aaron Bentley
Fix dates and text in NEWS
399
July 11 2006
423.1.4 by Aaron Bentley
Add --no-color option to shelf
400
* Shelf colorizing
401
673 by Aaron Bentley
Fix dates and text in NEWS
402
June 14 2006
392.1.2 by Aaron Bentley
Update NEWS
403
* Add 'shove' command, to move changes to a different tree
404
673 by Aaron Bentley
Fix dates and text in NEWS
405
June 3 2006
392.1.2 by Aaron Bentley
Update NEWS
406
* clean-tree tweaks
407
673 by Aaron Bentley
Fix dates and text in NEWS
408
May 30 2006
392.1.2 by Aaron Bentley
Update NEWS
409
* test suite updates
410
673 by Aaron Bentley
Fix dates and text in NEWS
411
May 18 2006
392.1.2 by Aaron Bentley
Update NEWS
412
* Add 'import' command, to import tarballs
413
673 by Aaron Bentley
Fix dates and text in NEWS
414
May 11 2006
373 by Aaron Bentley
Updated NEWS
415
* RELEASE: bzrtools 0.8.1
416
* Fixed test case failure
417
673 by Aaron Bentley
Fix dates and text in NEWS
418
May 9 2006
371 by Aaron Bentley
More doc updates
419
* RELEASE: bzrtools 0.8
420
673 by Aaron Bentley
Fix dates and text in NEWS
421
May 1 2006
364.1.4 by Aaron Bentley
Changed rpush to rspush
422
* Renamed push to rspush (Robert Collins/Aaron Bentley)
147.4.37 by Robert Collins
Convert push to rpush.
423
673 by Aaron Bentley
Fix dates and text in NEWS
424
Apr 11 2006
360.1.2 by Aaron Bentley
Tweak switch command
425
* New Switch command (David Allouche/Canonical)
426
673 by Aaron Bentley
Fix dates and text in NEWS
427
Mar 22 2006
347 by Aaron Bentley
Added zap to docs
428
* New Zap command
429
673 by Aaron Bentley
Fix dates and text in NEWS
430
Mar 18 2006
370 by Aaron Bentley
Documentation updates
431
* Updates to Shelf command
432
673 by Aaron Bentley
Fix dates and text in NEWS
433
Mar 10 2006
370 by Aaron Bentley
Documentation updates
434
* New baz-import algorithm, with respository support
347 by Aaron Bentley
Added zap to docs
435
673 by Aaron Bentley
Fix dates and text in NEWS
436
Jan 31 2006
371 by Aaron Bentley
More doc updates
437
* RELEASE: bzrtools 0.7
305 by Aaron Bentley
Updated NEWS
438
* Improved shell completion
364.1.4 by Aaron Bentley
Changed rpush to rspush
439
* bzr push can omit working tree
305 by Aaron Bentley
Updated NEWS
440
* Documentation updates
441
673 by Aaron Bentley
Fix dates and text in NEWS
442
Dec 13 2005
300 by Aaron Bentley
Updated docs
443
* New test.py for standalone (kinda) testing
444
* New branch-history command
445
* New "fix" command (done automatically in fetch-ghosts)
446
673 by Aaron Bentley
Fix dates and text in NEWS
447
Nov 8 2005
274 by Aaron Bentley
Added force-reweave-inventory from Daniel Silverstone
448
* Various API updates
449
* Added force-reweave-inventory from Daniel Silverstone
450
* Decorated push from Robert Collins
451
* Improved shell completion
452
* Improved import when first ancestor is in an unregisered archive
453
673 by Aaron Bentley
Fix dates and text in NEWS
454
Oct 28 2005
260 by Aaron Bentley
Updated NEWS
455
* Added tests for several commands
456
* Made push auto_disable when native push present
457
* Merged Michael Ellerman's shelf v2 plugin 
458
* New "shell" command, derived from Fai
459
* Got pull working with URLs
460
673 by Aaron Bentley
Fix dates and text in NEWS
461
Oct 19 2005
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
462
* Added setup.py
463
* disabled annotate in favor of bzr annotate
464
* Added clean-tree --detrius
465
* API sync with bzr
466
673 by Aaron Bentley
Fix dates and text in NEWS
467
Oct 14 2005
219 by abentley
Updated NEWS
468
* Default-ignore shelf files
469
* Win32 compatability fixes (Alexander Belchenko)
470
* Conflict handling now in bzr itself
471
* Fetch-missing renamed to fetch-ghosts
472
* Annotate includes changes since last commit, uses sha1 instead of text_id
473
673 by Aaron Bentley
Fix dates and text in NEWS
474
Sept 29 2005
202 by Aaron Bentley
Updated NEWS
475
* better errors for bad push locations (Eirik Nygaard)
476
* prevented push from overwriting any non-empty directory that is not an
477
  ancestor branch.  (Remote revision-history must be a subset of local.)
478
* added --overwrite option to push
479
673 by Aaron Bentley
Fix dates and text in NEWS
480
Sept 22 2005
192 by Aaron Bentley
Updated NEWS
481
* Significant reworking of graph-ancestry
482
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
483
* Updated to match bzr 0.0.8 API changes
484
* Updated to handle new bzr diff output
485
673 by Aaron Bentley
Fix dates and text in NEWS
486
Sept 13 2005
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
487
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
488
* obsoleted all the executibles; bzrtools only works as plugins now
489
87 by Aaron Bentley
updated docs
490
June 15, 2005
491
* Added annotate
492
* Added Michael Ellerman's shelf/unshelf
493
* Implemented python user interface
494
72 by Aaron Bentley
updated docs
495
June 8, 2005
496
baz2bzr
497
* much better error messages for common mistakes
498
* more thorough unit testing
499
* works better with recent merge changes
79 by Aaron Bentley
Updated docs to mention Debification
500
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
501
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
502
June 7, 2005
503
* baz2bzr supports updating a previous import (John Meinel)
504
* baz2bzr has proper commandline parsing (John Meinel)
505
* baz2bzr can skip symlinks when importing
506
* bzr-pull is obsolete, now that that bzr has a native pull command