~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-02-01 04:28:35 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060201042835-0ff0d7af60662f20
Fixed graph-ancestry

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Jan 31
 
2
* Improved shell completion
 
3
* bzr push can omit working tree
 
4
* Documentation updates
 
5
 
 
6
Dec 13
 
7
* New test.py for standalone (kinda) testing
 
8
* New branch-history command
 
9
* New "fix" command (done automatically in fetch-ghosts)
 
10
 
 
11
Nov 8
 
12
* Various API updates
 
13
* Added force-reweave-inventory from Daniel Silverstone
 
14
* Decorated push from Robert Collins
 
15
* Improved shell completion
 
16
* Improved import when first ancestor is in an unregisered archive
 
17
 
 
18
Oct 28
 
19
* Added tests for several commands
 
20
* Made push auto_disable when native push present
 
21
* Merged Michael Ellerman's shelf v2 plugin 
 
22
* New "shell" command, derived from Fai
 
23
* Got pull working with URLs
 
24
 
 
25
Oct 19
 
26
* Added setup.py
 
27
* disabled annotate in favor of bzr annotate
 
28
* Added clean-tree --detrius
 
29
* API sync with bzr
 
30
 
 
31
Oct 14
 
32
* Default-ignore shelf files
 
33
* Win32 compatability fixes (Alexander Belchenko)
 
34
* Conflict handling now in bzr itself
 
35
* Fetch-missing renamed to fetch-ghosts
 
36
* Annotate includes changes since last commit, uses sha1 instead of text_id
 
37
 
 
38
Sept 29
 
39
* better errors for bad push locations (Eirik Nygaard)
 
40
* prevented push from overwriting any non-empty directory that is not an
 
41
  ancestor branch.  (Remote revision-history must be a subset of local.)
 
42
* added --overwrite option to push
 
43
 
 
44
Sept 22
 
45
* Significant reworking of graph-ancestry
 
46
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
 
47
* Updated to match bzr 0.0.8 API changes
 
48
* Updated to handle new bzr diff output
 
49
 
 
50
Sept 13
 
51
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
 
52
* obsoleted all the executibles; bzrtools only works as plugins now
 
53
 
 
54
June 15, 2005
 
55
* Added annotate
 
56
* Added Michael Ellerman's shelf/unshelf
 
57
* Implemented python user interface
 
58
 
1
59
June 8, 2005
2
60
baz2bzr
3
61
* much better error messages for common mistakes
4
62
* more thorough unit testing
5
63
* works better with recent merge changes
 
64
* Debian packaging (Jeff Bailey)
6
65
 
7
66
June 7, 2005
8
67
* baz2bzr supports updating a previous import (John Meinel)