~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-11-23 18:06:43 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061123180643-6ry3xqozdbn4cfhy
Update docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Nov 22
 
2
* Add encoding flag for 'baz-import'
 
3
* Fix deprecated API use in 'switch'
 
4
* Add show-paths command from Alexander Belchenko
 
5
 
 
6
Oct 25
 
7
* RELEASE: bzrtools 0.12.0
 
8
* Update 'import' command for unique roots changes
 
9
 
 
10
Oct 24
 
11
* Fix parent-setting in 'cbranch'.
 
12
 
 
13
Oct 15
 
14
* Update for unique roots changes
 
15
 
 
16
Sep 25
 
17
* RELEASE: bzrtools 0.11.0
 
18
* Remove Shove
 
19
* Clean up test suite
 
20
 
 
21
Aug 28
 
22
* Shove is now deprecated
 
23
* Reduce interactive slowdown by late-loading PyBaz
 
24
* baz-import speedup: remove useless merge_innter call
 
25
 
 
26
Aug 15
 
27
* Check bzrlib version
 
28
* RELEASE: bzrtools 0.9.1
 
29
 
 
30
Aug 11
 
31
* RELEASE: bzrtools 0.9.0
 
32
 
 
33
Aug 6
 
34
* Add --no-color option to shelve/unshelve
 
35
 
 
36
July 13
 
37
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
38
 
 
39
July 11
 
40
* Shelf colorizing
 
41
 
 
42
June 14
 
43
* Add 'shove' command, to move changes to a different tree
 
44
 
 
45
June 3
 
46
* clean-tree tweaks
 
47
 
 
48
May 30
 
49
* test suite updates
 
50
 
 
51
May 18
 
52
* Add 'import' command, to import tarballs
 
53
 
 
54
May 11
 
55
* RELEASE: bzrtools 0.8.1
 
56
* Fixed test case failure
 
57
 
 
58
May 9
 
59
* RELEASE: bzrtools 0.8
 
60
 
 
61
May 1
 
62
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
63
 
 
64
Apr 11
 
65
* New Switch command (David Allouche/Canonical)
 
66
 
 
67
Mar 22
 
68
* New Zap command
 
69
 
 
70
Mar 18
 
71
* Updates to Shelf command
 
72
 
 
73
Mar 10
 
74
* New baz-import algorithm, with respository support
 
75
 
 
76
Jan 31
 
77
* RELEASE: bzrtools 0.7
 
78
* Improved shell completion
 
79
* bzr push can omit working tree
 
80
* Documentation updates
 
81
 
 
82
Dec 13
 
83
* New test.py for standalone (kinda) testing
 
84
* New branch-history command
 
85
* New "fix" command (done automatically in fetch-ghosts)
 
86
 
 
87
Nov 8
 
88
* Various API updates
 
89
* Added force-reweave-inventory from Daniel Silverstone
 
90
* Decorated push from Robert Collins
 
91
* Improved shell completion
 
92
* Improved import when first ancestor is in an unregisered archive
 
93
 
1
94
Oct 28
2
95
* Added tests for several commands
3
96
* Made push auto_disable when native push present