~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-05-03 19:21:08 UTC
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: abentley@panoramicfeedback.com-20060503192108-d01a4be5ddc139aa
Patch from robert to allow import into empty branches

Show diffs side-by-side

added added

removed removed

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