~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-12-12 16:50:31 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061212165031-51w8gjy1eps1vnw0
update NEWS

Show diffs side-by-side

added added

removed removed

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