~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-12-04 14:32:43 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061204143243-i28ph41mdgbsofev
Fixed handling of pipe errors when writing to patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
June 15
2
 
* graph-ancestry supports new graph API, indicates both possible merge bases,
3
 
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
4
 
  cwd.
5
 
 
6
 
June 12 2007
7
 
* RELEASE: bzrtools 0.17.0
8
 
* RELEASE: bzrtools 0.17.1
9
 
 
10
 
June 10 2007
11
 
* Whitespace cleanups from Charlie Shepherd
12
 
 
13
 
June 9 2007
14
 
* Version warning is suppressed for dev version of the next release.  E.g.
15
 
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
16
 
 
17
 
May 8 2007
18
 
* RELEASE: bzrtools 0.16.1
19
 
 
20
 
April 27 2007
21
 
* RELEASE: bzrtools 0.16.0
22
 
 
23
 
March 26 2007
24
 
* Get shelf tests passing with dirstate (again!)
25
 
* RELEASE: bzrtools 0.15.4
26
 
 
27
 
March 26 2007
28
 
* Add branch parameter to show-paths
29
 
 
30
 
March 16 2007
31
 
* RELEASE: bzrtools 0.15.3
32
 
 
33
 
March 12 2007
34
 
* Hack around hunk headers showing as long lines.
35
 
 
36
 
March 9 2007
37
 
* Handle broken python tar implementations in upstream_import
38
 
* RELEASE: bzrtools 0.15.2
39
 
 
40
 
March 7 2007
41
 
* RELEASE: bzrtools 0.15.1
42
 
* RELEASE: bzrtools 0.15.0
43
 
 
44
 
Feb 2 2007
45
 
* Colordiff warns on long lines
46
 
 
47
 
Jan 17 2007
48
 
* RELEASE: bzrtools 0.14.0
49
 
 
50
 
Jan 16 2007
51
 
* 'colordiff' now optionally checks for whitespace violations
52
 
 
53
 
Jan 8 2007
54
 
* 'import' now imports directories.
55
 
 
56
 
Jan 4 2007
57
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
58
 
  your working directory hierarchy exactly.  New config option must be
59
 
  used: "cbranch_target".  Appendpath policy should be used for this.
60
 
 
61
 
Dec 28
62
 
* 'import' command now honours execute bit in tarfiles
63
 
 
64
 
Dec 21
65
 
* 'graph-ancestry' shows branch nick if applicable
66
 
 
67
 
Dec 19
68
 
* 'patch' works over sftp (and, in theory, all transports)
69
 
 
70
 
Dec 13
71
 
* 'branch-history' tolerates commit ids with no email
72
 
 
73
 
Dec 12
74
 
* Add zip support to 'import' command
75
 
 
76
 
Dec 11
77
 
* 'patch' fixed to work properly with http URLs and all other transports
78
 
 
79
 
Dec 5
80
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
81
 
  (Andrew Tridgell)
82
 
 
83
 
Dec 4
84
 
* 'shelf' handles pipe errors better when invoking patch 
85
 
 
86
1
Nov 27
87
2
* RELEASE: bzrtools 0.13.0
88
3