~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-12-13 06:53:20 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20061213065320-33dwsj7qqbdkuuqo
Tolerate commit ids with no email

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Dec 12
 
2
* Add zip support to 'import' command
 
3
 
 
4
Dec 11
 
5
* 'patch' fixed to work properly with http URLs and all other transports
 
6
 
 
7
Dec 5
 
8
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
9
  (Andrew Tridgell)
 
10
 
 
11
Dec 4
 
12
* 'shelf' handles pipe errors better when invoking patch 
 
13
 
 
14
Nov 27
 
15
* RELEASE: bzrtools 0.13.0
 
16
 
 
17
Nov 22
 
18
* Add encoding flag for 'baz-import'
 
19
* Fix deprecated API use in 'switch'
 
20
* Add show-paths command from Alexander Belchenko
 
21
 
 
22
Oct 25
 
23
* RELEASE: bzrtools 0.12.0
 
24
* Update 'import' command for unique roots changes
 
25
 
 
26
Oct 24
 
27
* Fix parent-setting in 'cbranch'.
 
28
 
 
29
Oct 15
 
30
* Update for unique roots changes
 
31
 
 
32
Sep 25
 
33
* RELEASE: bzrtools 0.11.0
 
34
* Remove Shove
 
35
* Clean up test suite
 
36
 
 
37
Aug 28
 
38
* Shove is now deprecated
 
39
* Reduce interactive slowdown by late-loading PyBaz
 
40
* baz-import speedup: remove useless merge_innter call
 
41
 
 
42
Aug 15
 
43
* Check bzrlib version
 
44
* RELEASE: bzrtools 0.9.1
 
45
 
 
46
Aug 11
 
47
* RELEASE: bzrtools 0.9.0
 
48
 
 
49
Aug 6
 
50
* Add --no-color option to shelve/unshelve
 
51
 
 
52
July 13
 
53
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
54
 
 
55
July 11
 
56
* Shelf colorizing
 
57
 
 
58
June 14
 
59
* Add 'shove' command, to move changes to a different tree
 
60
 
 
61
June 3
 
62
* clean-tree tweaks
 
63
 
 
64
May 30
 
65
* test suite updates
 
66
 
 
67
May 18
 
68
* Add 'import' command, to import tarballs
 
69
 
 
70
May 11
 
71
* RELEASE: bzrtools 0.8.1
 
72
* Fixed test case failure
 
73
 
 
74
May 9
 
75
* RELEASE: bzrtools 0.8
 
76
 
 
77
May 1
 
78
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
79
 
 
80
Apr 11
 
81
* New Switch command (David Allouche/Canonical)
 
82
 
 
83
Mar 22
 
84
* New Zap command
 
85
 
 
86
Mar 18
 
87
* Updates to Shelf command
 
88
 
 
89
Mar 10
 
90
* New baz-import algorithm, with respository support
 
91
 
 
92
Jan 31
 
93
* RELEASE: bzrtools 0.7
 
94
* Improved shell completion
 
95
* bzr push can omit working tree
 
96
* Documentation updates
 
97
 
 
98
Dec 13
 
99
* New test.py for standalone (kinda) testing
 
100
* New branch-history command
 
101
* New "fix" command (done automatically in fetch-ghosts)
 
102
 
 
103
Nov 8
 
104
* Various API updates
 
105
* Added force-reweave-inventory from Daniel Silverstone
 
106
* Decorated push from Robert Collins
 
107
* Improved shell completion
 
108
* Improved import when first ancestor is in an unregisered archive
 
109
 
 
110
Oct 28
 
111
* Added tests for several commands
 
112
* Made push auto_disable when native push present
 
113
* Merged Michael Ellerman's shelf v2 plugin 
 
114
* New "shell" command, derived from Fai
 
115
* Got pull working with URLs
 
116
 
 
117
Oct 19
 
118
* Added setup.py
 
119
* disabled annotate in favor of bzr annotate
 
120
* Added clean-tree --detrius
 
121
* API sync with bzr
 
122
 
1
123
Oct 14
2
124
* Default-ignore shelf files
3
125
* Win32 compatability fixes (Alexander Belchenko)