~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-03-24 19:01:30 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060324190130-2208c693486a8b33
Added apache index scraping to the branches command

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
1
Mar 22
104
2
* New Zap command
105
3
 
106
 
Mar 18
107
 
* Updates to Shelf command
108
 
 
109
 
Mar 10
110
 
* New baz-import algorithm, with respository support
 
4
???
111
5
 
112
6
Jan 31
113
 
* RELEASE: bzrtools 0.7
114
7
* Improved shell completion
115
8
* bzr push can omit working tree
116
9
* Documentation updates