~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-03-24 19:51:54 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060324195154-e183244265faeb50
Handled more hrefs

Show diffs side-by-side

added added

removed removed

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