~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
 
Jan 16 2008
2
 
* 'colordiff' now optionally checks for whitespace violations
3
 
 
4
 
Jan 8 2007
5
 
* 'import' now imports directories.
6
 
 
7
 
Jan 4 2007
8
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
9
 
  your working directory hierarchy exactly.  New config option must be
10
 
  used: "cbranch_target".  Appendpath policy should be used for this.
11
 
 
12
 
Dec 28
13
 
* 'import' command now honours execute bit in tarfiles
14
 
 
15
 
Dec 21
16
 
* 'graph-ancestry' shows branch nick if applicable
17
 
 
18
 
Dec 19
19
 
* 'patch' works over sftp (and, in theory, all transports)
20
 
 
21
 
Dec 13
22
 
* 'branch-history' tolerates commit ids with no email
23
 
 
24
 
Dec 12
25
 
* Add zip support to 'import' command
26
 
 
27
 
Dec 11
28
 
* 'patch' fixed to work properly with http URLs and all other transports
29
 
 
30
 
Dec 5
31
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
32
 
  (Andrew Tridgell)
33
 
 
34
 
Dec 4
35
 
* 'shelf' handles pipe errors better when invoking patch 
36
 
 
37
 
Nov 27
38
 
* RELEASE: bzrtools 0.13.0
39
 
 
40
 
Nov 22
41
 
* Add encoding flag for 'baz-import'
42
 
* Fix deprecated API use in 'switch'
43
 
* Add show-paths command from Alexander Belchenko
44
 
 
45
 
Oct 25
46
 
* RELEASE: bzrtools 0.12.0
47
 
* Update 'import' command for unique roots changes
48
 
 
49
 
Oct 24
50
 
* Fix parent-setting in 'cbranch'.
51
 
 
52
 
Oct 15
53
 
* Update for unique roots changes
54
 
 
55
 
Sep 25
56
 
* RELEASE: bzrtools 0.11.0
57
 
* Remove Shove
58
 
* Clean up test suite
59
 
 
60
 
Aug 28
61
 
* Shove is now deprecated
62
 
* Reduce interactive slowdown by late-loading PyBaz
63
 
* baz-import speedup: remove useless merge_innter call
64
 
 
65
 
Aug 15
66
 
* Check bzrlib version
67
 
* RELEASE: bzrtools 0.9.1
68
 
 
69
 
Aug 11
70
 
* RELEASE: bzrtools 0.9.0
71
 
 
72
 
Aug 6
73
 
* Add --no-color option to shelve/unshelve
74
 
 
75
 
July 13
76
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
77
 
 
78
 
July 11
79
 
* Shelf colorizing
80
 
 
81
 
June 14
82
 
* Add 'shove' command, to move changes to a different tree
83
 
 
84
 
June 3
85
 
* clean-tree tweaks
86
 
 
87
 
May 30
88
 
* test suite updates
89
 
 
90
 
May 18
91
 
* Add 'import' command, to import tarballs
92
 
 
93
 
May 11
94
 
* RELEASE: bzrtools 0.8.1
95
 
* Fixed test case failure
96
 
 
97
 
May 9
98
 
* RELEASE: bzrtools 0.8
99
 
 
100
 
May 1
101
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
102
 
 
103
 
Apr 11
104
 
* New Switch command (David Allouche/Canonical)
105
 
 
106
 
Mar 22
107
 
* New Zap command
108
 
 
109
 
Mar 18
110
 
* Updates to Shelf command
111
 
 
112
 
Mar 10
113
 
* New baz-import algorithm, with respository support
114
 
 
115
 
Jan 31
116
 
* RELEASE: bzrtools 0.7
117
 
* Improved shell completion
118
 
* bzr push can omit working tree
119
 
* Documentation updates
120
 
 
121
 
Dec 13
122
 
* New test.py for standalone (kinda) testing
123
 
* New branch-history command
124
 
* New "fix" command (done automatically in fetch-ghosts)
125
 
 
126
1
Nov 8
127
2
* Various API updates
128
3
* Added force-reweave-inventory from Daniel Silverstone