~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-08-02 03:23:09 UTC
  • mto: This revision was merged to the branch mainline in revision 425.
  • Revision ID: aaron.bentley@utoronto.ca-20060802032309-6ad0139e61304b19
Etienne Goyer: remove unused shebangs, update packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
July 13
 
2
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
3
 
 
4
June 14
 
5
* Add 'shove' command, to move changes to a different tree
 
6
 
 
7
June 3
 
8
* clean-tree tweaks
 
9
 
 
10
May 30
 
11
* test suite updates
 
12
 
 
13
May 18
 
14
* Add 'import' command, to import tarballs
 
15
 
 
16
May 11
 
17
* RELEASE: bzrtools 0.8.1
 
18
* Fixed test case failure
 
19
 
 
20
May 9
 
21
* RELEASE: bzrtools 0.8
 
22
 
 
23
May 1
 
24
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
25
 
 
26
Apr 11
 
27
* New Switch command (David Allouche/Canonical)
 
28
 
 
29
Mar 22
 
30
* New Zap command
 
31
 
 
32
Mar 18
 
33
* Updates to Shelf command
 
34
 
 
35
Mar 10
 
36
* New baz-import algorithm, with respository support
 
37
 
 
38
Jan 31
 
39
* RELEASE: bzrtools 0.7
 
40
* Improved shell completion
 
41
* bzr push can omit working tree
 
42
* Documentation updates
 
43
 
 
44
Dec 13
 
45
* New test.py for standalone (kinda) testing
 
46
* New branch-history command
 
47
* New "fix" command (done automatically in fetch-ghosts)
 
48
 
 
49
Nov 8
 
50
* Various API updates
 
51
* Added force-reweave-inventory from Daniel Silverstone
 
52
* Decorated push from Robert Collins
 
53
* Improved shell completion
 
54
* Improved import when first ancestor is in an unregisered archive
 
55
 
 
56
Oct 28
 
57
* Added tests for several commands
 
58
* Made push auto_disable when native push present
 
59
* Merged Michael Ellerman's shelf v2 plugin 
 
60
* New "shell" command, derived from Fai
 
61
* Got pull working with URLs
 
62
 
 
63
Oct 19
 
64
* Added setup.py
 
65
* disabled annotate in favor of bzr annotate
 
66
* Added clean-tree --detrius
 
67
* API sync with bzr
 
68
 
 
69
Oct 14
 
70
* Default-ignore shelf files
 
71
* Win32 compatability fixes (Alexander Belchenko)
 
72
* Conflict handling now in bzr itself
 
73
* Fetch-missing renamed to fetch-ghosts
 
74
* Annotate includes changes since last commit, uses sha1 instead of text_id
 
75
 
 
76
Sept 29
 
77
* better errors for bad push locations (Eirik Nygaard)
 
78
* prevented push from overwriting any non-empty directory that is not an
 
79
  ancestor branch.  (Remote revision-history must be a subset of local.)
 
80
* added --overwrite option to push
 
81
 
1
82
Sept 22
2
83
* Significant reworking of graph-ancestry
3
84
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)