~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-01-15 15:19:20 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070115151920-pb4eto22dzk34co2
Add --silent option to patch

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