~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jeff Bailey
  • Date: 2005-06-08 22:30:34 UTC
  • Revision ID: jbailey@ppc64-20050608223034-3cbc9567103c4810
Add Debian directory

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
 
 
59
1
June 8, 2005
60
2
baz2bzr
61
3
* much better error messages for common mistakes
62
4
* more thorough unit testing
63
5
* works better with recent merge changes
64
 
* Debian packaging (Jeff Bailey)
65
6
 
66
7
June 7, 2005
67
8
* baz2bzr supports updating a previous import (John Meinel)