~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-07-11 18:56:01 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060711185601-6e7f164148ed616d
Remove <BZRTOOLS> tag from command descriptions

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
1
June 14
76
2
* Add 'shove' command, to move changes to a different tree
77
3