~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: abentley
  • Date: 2005-04-30 07:31:13 UTC
  • Revision ID: abentley@lappy-20050430073113-bb4f4a80c01a6cf5
GPLed the project, ignored files

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
 
 
123
 
Oct 14
124
 
* Default-ignore shelf files
125
 
* Win32 compatability fixes (Alexander Belchenko)
126
 
* Conflict handling now in bzr itself
127
 
* Fetch-missing renamed to fetch-ghosts
128
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
129
 
 
130
 
Sept 29
131
 
* better errors for bad push locations (Eirik Nygaard)
132
 
* prevented push from overwriting any non-empty directory that is not an
133
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
134
 
* added --overwrite option to push
135
 
 
136
 
Sept 22
137
 
* Significant reworking of graph-ancestry
138
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
139
 
* Updated to match bzr 0.0.8 API changes
140
 
* Updated to handle new bzr diff output
141
 
 
142
 
Sept 13
143
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
144
 
* obsoleted all the executibles; bzrtools only works as plugins now
145
 
 
146
 
June 15, 2005
147
 
* Added annotate
148
 
* Added Michael Ellerman's shelf/unshelf
149
 
* Implemented python user interface
150
 
 
151
 
June 8, 2005
152
 
baz2bzr
153
 
* much better error messages for common mistakes
154
 
* more thorough unit testing
155
 
* works better with recent merge changes
156
 
* Debian packaging (Jeff Bailey)
157
 
 
158
 
June 7, 2005
159
 
* baz2bzr supports updating a previous import (John Meinel)
160
 
* baz2bzr has proper commandline parsing (John Meinel)
161
 
* baz2bzr can skip symlinks when importing
162
 
* bzr-pull is obsolete, now that that bzr has a native pull command