~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-08-23 10:44:48 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050823104448-fb5d448e7a5a8ee3
relace runTest with test_foo in blackbox tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
development head
2
 
 
3
 
  IMPROVEMENTS:
4
 
 
5
 
    * Adding a file whose parent directory is not versioned will
6
 
      implicitly add the parent, and so on up to the root. This means
7
 
      you should never need to explictly add a directory, they'll just
8
 
      get added when you add a file in the directory.  Contributed by
9
 
      Michael Ellerman.
10
 
 
11
 
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
12
 
      Nir Soffer.
13
 
 
14
 
 
15
 
  INTERNALS:
16
 
 
17
 
    * Refactor xml packing/unpacking.
18
 
 
19
 
 
20
 
  BUG FIXES: 
21
 
 
22
 
    * Fixed 'bzr mv' by Ollie Rutherfurd.
23
 
 
24
 
    * Fixed strange error when trying to access a nonexistent http
25
 
      branch.
26
 
 
27
 
    * Make sure that the hashcache gets written out if it can't be
28
 
      read.
29
 
 
30
 
 
31
 
  PORTABILITY:
32
 
 
33
 
    * Various Windows fixes from Ollie Rutherfurd.
34
 
 
35
 
 
36
 
bzr-0.0.7 2005-09-02
 
1
bzr development head
37
2
 
38
3
  NEW FEATURES:
39
4
 
40
5
    * ``bzr shell-complete`` command contributed by Clint Adams to
41
6
      help with intelligent shell completion.
42
7
 
43
 
    * New expert command ``bzr find-merge-base`` for debugging merges.
44
 
 
45
 
 
46
 
  ENHANCEMENTS:
47
 
 
48
 
    * Much better merge support.
49
 
 
50
 
    * merge3 conflicts are now reported with markers like '<<<<<<<'
51
 
      (seven characters) which is the same as CVS and pleases things
52
 
      like emacs smerge.
53
 
 
54
8
 
55
9
  BUG FIXES:
56
10
 
57
11
    * ``bzr upgrade`` no longer fails when trying to fix trees that
58
12
      mention revisions that are not present.
59
13
 
60
 
    * Fixed bugs in listing plugins from ``bzr plugins``.
61
 
 
62
 
    * Fix case of $EDITOR containing options for the editor.
63
 
 
64
 
    * Fix log -r refusing to show the last revision.
65
 
      (Patch from Goffredo Baroncelli.)
66
 
 
67
 
 
68
 
  CHANGES:
69
 
 
70
 
    * ``bzr log --show-ids`` shows the revision ids of all parents.
71
 
 
72
 
    * Externally provided commands on your $BZRPATH no longer need
73
 
      to recognize --bzr-usage to work properly, and can just handle
74
 
      --help themselves.
75
 
 
76
 
 
77
 
  LIBRARY:
78
 
 
79
 
    * Changed trace messages to go through the standard logging
80
 
      framework, so that they can more easily be redirected by
81
 
      libraries.
82
 
 
83
 
 
84
14
 
85
15
bzr-0.0.6 2005-08-18
86
16
 
109
39
      specified by putting it into .bzr/email within a branch.  (Based
110
40
      on a patch from Heikki Paajanen.)
111
41
 
112
 
 
 
42
    
113
43
  ENHANCEMENTS:
114
44
 
115
45
    * Faster working tree operations.