~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-09-13 22:49:40 UTC
  • mto: (147.1.21)
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: abentley@panoramicfeedback.com-20050913224940-c6db07f39dd303be
Updated docs, obsoleted old executibles

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Oct 28
2
 
* Added tests for several commands
3
 
* Made push auto_disable when native push present
4
 
* Merged Michael Ellerman's shelf v2 plugin 
5
 
* New "shell" command, derived from Fai
6
 
* Got pull working with URLs
7
 
 
8
 
Oct 19
9
 
* Added setup.py
10
 
* disabled annotate in favor of bzr annotate
11
 
* Added clean-tree --detrius
12
 
* API sync with bzr
13
 
 
14
 
Oct 14
15
 
* Default-ignore shelf files
16
 
* Win32 compatability fixes (Alexander Belchenko)
17
 
* Conflict handling now in bzr itself
18
 
* Fetch-missing renamed to fetch-ghosts
19
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
20
 
 
21
 
Sept 29
22
 
* better errors for bad push locations (Eirik Nygaard)
23
 
* prevented push from overwriting any non-empty directory that is not an
24
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
25
 
* added --overwrite option to push
26
 
 
27
 
Sept 22
28
 
* Significant reworking of graph-ancestry
29
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
30
 
* Updated to match bzr 0.0.8 API changes
31
 
* Updated to handle new bzr diff output
32
 
 
33
1
Sept 13
34
2
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
35
3
* obsoleted all the executibles; bzrtools only works as plugins now