~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-11-14 13:51:00 UTC
  • Revision ID: abentley@panoramicfeedback.com-20071114135100-4nl2zzm8zfg0e2cu
Fix handling of heavyweight checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Nov 6 2007
 
2
* Handle command.options glitch
 
3
* RELEASE: bzrtools 0.92.1
 
4
 
 
5
Nov 1 2007
 
6
* Update rspush to work only in standalone trees and fix lock error
 
7
* RELEASE: bzrtools 0.92.0
 
8
 
 
9
September 11 2007
 
10
* RELEASE: bzrtools 0.91.0
 
11
 
 
12
September 4 2007
 
13
* switch works even when source branch is read-only
 
14
 
 
15
August 15 2007
 
16
* Allow zap --force to delete a checkout with uncommitted changes
 
17
 
 
18
August 14 2007
 
19
* Hide show-paths command, in favour of bzr info
 
20
* BzrTools does not do out-of-date checks unless a bzrtools command is run
 
21
* shelf doesn't emit reject message in test suite
 
22
* branches now works with Apache (and possibly other servers) again
 
23
* branches now dies quickly & cleanly if it can't connect
 
24
* multi-pull reuses connections where possible
 
25
* RELEASE: bzrtools 0.90.0
 
26
* remove branch-mark
 
27
 
 
28
July 10 2007
 
29
* RELEASE: bzrtools 0.18.0
 
30
 
 
31
June 15 2007
 
32
* graph-ancestry supports new graph API, indicates both possible merge bases,
 
33
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
 
34
  cwd.
 
35
 
 
36
June 12 2007
 
37
* RELEASE: bzrtools 0.17.0
 
38
* RELEASE: bzrtools 0.17.1
 
39
 
 
40
June 10 2007
 
41
* Whitespace cleanups from Charlie Shepherd
 
42
 
 
43
June 9 2007
 
44
* Version warning is suppressed for dev version of the next release.  E.g.
 
45
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
 
46
 
 
47
May 8 2007
 
48
* RELEASE: bzrtools 0.16.1
 
49
 
 
50
April 27 2007
 
51
* RELEASE: bzrtools 0.16.0
 
52
 
 
53
March 26 2007
 
54
* Get shelf tests passing with dirstate (again!)
 
55
* RELEASE: bzrtools 0.15.4
 
56
 
 
57
March 26 2007
 
58
* Add branch parameter to show-paths
 
59
 
 
60
March 16 2007
 
61
* RELEASE: bzrtools 0.15.3
 
62
 
 
63
March 12 2007
 
64
* Hack around hunk headers showing as long lines.
 
65
 
 
66
March 9 2007
 
67
* Handle broken python tar implementations in upstream_import
 
68
* RELEASE: bzrtools 0.15.2
 
69
 
 
70
March 7 2007
 
71
* RELEASE: bzrtools 0.15.1
 
72
* RELEASE: bzrtools 0.15.0
 
73
 
 
74
Feb 2 2007
 
75
* Colordiff warns on long lines
 
76
 
 
77
Jan 17 2007
 
78
* RELEASE: bzrtools 0.14.0
 
79
 
 
80
Jan 16 2007
 
81
* 'colordiff' now optionally checks for whitespace violations
 
82
 
1
83
Jan 8 2007
2
84
* 'import' now imports directories.
3
85