~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-03-01 13:42:15 UTC
  • mfrom: (319 bzrtools)
  • mto: (147.4.30 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20060301134215-f343b0751787dfb9
Merge push fix

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
 
1
54
June 15, 2005
2
55
* Added annotate
3
56
* Added Michael Ellerman's shelf/unshelf