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