~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-13 22:56:18 UTC
  • mfrom: (152.1.2)
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20050913225618-3f3089d5a0f89cfb
merge from abently

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Jan 8 2007
2
 
* 'import' now imports directories.
3
 
 
4
 
Jan 4 2007
5
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
6
 
  your working directory hierarchy exactly.  New config option must be
7
 
  used: "cbranch_target".  Appendpath policy should be used for this.
8
 
 
9
 
Dec 28
10
 
* 'import' command now honours execute bit in tarfiles
11
 
 
12
 
Dec 21
13
 
* 'graph-ancestry' shows branch nick if applicable
14
 
 
15
 
Dec 19
16
 
* 'patch' works over sftp (and, in theory, all transports)
17
 
 
18
 
Dec 13
19
 
* 'branch-history' tolerates commit ids with no email
20
 
 
21
 
Dec 12
22
 
* Add zip support to 'import' command
23
 
 
24
 
Dec 11
25
 
* 'patch' fixed to work properly with http URLs and all other transports
26
 
 
27
 
Dec 5
28
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
29
 
  (Andrew Tridgell)
30
 
 
31
 
Dec 4
32
 
* 'shelf' handles pipe errors better when invoking patch 
33
 
 
34
 
Nov 27
35
 
* RELEASE: bzrtools 0.13.0
36
 
 
37
 
Nov 22
38
 
* Add encoding flag for 'baz-import'
39
 
* Fix deprecated API use in 'switch'
40
 
* Add show-paths command from Alexander Belchenko
41
 
 
42
 
Oct 25
43
 
* RELEASE: bzrtools 0.12.0
44
 
* Update 'import' command for unique roots changes
45
 
 
46
 
Oct 24
47
 
* Fix parent-setting in 'cbranch'.
48
 
 
49
 
Oct 15
50
 
* Update for unique roots changes
51
 
 
52
 
Sep 25
53
 
* RELEASE: bzrtools 0.11.0
54
 
* Remove Shove
55
 
* Clean up test suite
56
 
 
57
 
Aug 28
58
 
* Shove is now deprecated
59
 
* Reduce interactive slowdown by late-loading PyBaz
60
 
* baz-import speedup: remove useless merge_innter call
61
 
 
62
 
Aug 15
63
 
* Check bzrlib version
64
 
* RELEASE: bzrtools 0.9.1
65
 
 
66
 
Aug 11
67
 
* RELEASE: bzrtools 0.9.0
68
 
 
69
 
Aug 6
70
 
* Add --no-color option to shelve/unshelve
71
 
 
72
 
July 13
73
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
74
 
 
75
 
July 11
76
 
* Shelf colorizing
77
 
 
78
 
June 14
79
 
* Add 'shove' command, to move changes to a different tree
80
 
 
81
 
June 3
82
 
* clean-tree tweaks
83
 
 
84
 
May 30
85
 
* test suite updates
86
 
 
87
 
May 18
88
 
* Add 'import' command, to import tarballs
89
 
 
90
 
May 11
91
 
* RELEASE: bzrtools 0.8.1
92
 
* Fixed test case failure
93
 
 
94
 
May 9
95
 
* RELEASE: bzrtools 0.8
96
 
 
97
 
May 1
98
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
99
 
 
100
 
Apr 11
101
 
* New Switch command (David Allouche/Canonical)
102
 
 
103
 
Mar 22
104
 
* New Zap command
105
 
 
106
 
Mar 18
107
 
* Updates to Shelf command
108
 
 
109
 
Mar 10
110
 
* New baz-import algorithm, with respository support
111
 
 
112
 
Jan 31
113
 
* RELEASE: bzrtools 0.7
114
 
* Improved shell completion
115
 
* bzr push can omit working tree
116
 
* Documentation updates
117
 
 
118
 
Dec 13
119
 
* New test.py for standalone (kinda) testing
120
 
* New branch-history command
121
 
* New "fix" command (done automatically in fetch-ghosts)
122
 
 
123
 
Nov 8
124
 
* Various API updates
125
 
* Added force-reweave-inventory from Daniel Silverstone
126
 
* Decorated push from Robert Collins
127
 
* Improved shell completion
128
 
* Improved import when first ancestor is in an unregisered archive
129
 
 
130
 
Oct 28
131
 
* Added tests for several commands
132
 
* Made push auto_disable when native push present
133
 
* Merged Michael Ellerman's shelf v2 plugin 
134
 
* New "shell" command, derived from Fai
135
 
* Got pull working with URLs
136
 
 
137
 
Oct 19
138
 
* Added setup.py
139
 
* disabled annotate in favor of bzr annotate
140
 
* Added clean-tree --detrius
141
 
* API sync with bzr
142
 
 
143
 
Oct 14
144
 
* Default-ignore shelf files
145
 
* Win32 compatability fixes (Alexander Belchenko)
146
 
* Conflict handling now in bzr itself
147
 
* Fetch-missing renamed to fetch-ghosts
148
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
149
 
 
150
 
Sept 29
151
 
* better errors for bad push locations (Eirik Nygaard)
152
 
* prevented push from overwriting any non-empty directory that is not an
153
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
154
 
* added --overwrite option to push
155
 
 
156
 
Sept 22
157
 
* Significant reworking of graph-ancestry
158
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
159
 
* Updated to match bzr 0.0.8 API changes
160
 
* Updated to handle new bzr diff output
161
 
 
162
1
Sept 13
163
2
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
164
3
* obsoleted all the executibles; bzrtools only works as plugins now