~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-11-10 20:15:27 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051110201527-8caa84ae529a1871
Added Daniel Silverstone to credits

Show diffs side-by-side

added added

removed removed

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