~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Change the use of run_bzr to run_bzr_captured in blackbox tests - inspired by David Clymers patch to change run_bzr usage to runbzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr development head
 
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
    * If you set BZR_EDITOR in the environment, it is checked in
 
15
      preference to EDITOR and the config file for the interactive commit
 
16
      editing program. Related to this is a bugfix where a missing program
 
17
      set in EDITOR would cause editing to fail, now the fallback program
 
18
      for the operating system is still tried.
 
19
 
 
20
 
 
21
  INTERNALS:
 
22
 
 
23
    * Refactor xml packing/unpacking.
 
24
 
 
25
 
 
26
  BUG FIXES: 
 
27
 
 
28
    * Fixed 'bzr mv' by Ollie Rutherfurd.
 
29
 
 
30
    * Fixed strange error when trying to access a nonexistent http
 
31
      branch.
 
32
 
 
33
    * Make sure that the hashcache gets written out if it can't be
 
34
      read.
 
35
 
 
36
 
 
37
  PORTABILITY:
 
38
 
 
39
    * Various Windows fixes from Ollie Rutherfurd.
 
40
 
 
41
 
 
42
bzr-0.0.7 2005-09-02
2
43
 
3
44
  NEW FEATURES:
4
45
 
8
49
    * New expert command ``bzr find-merge-base`` for debugging merges.
9
50
 
10
51
 
 
52
  ENHANCEMENTS:
 
53
 
 
54
    * Much better merge support.
 
55
 
 
56
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
57
      (seven characters) which is the same as CVS and pleases things
 
58
      like emacs smerge.
 
59
 
 
60
 
11
61
  BUG FIXES:
12
62
 
13
63
    * ``bzr upgrade`` no longer fails when trying to fix trees that
14
64
      mention revisions that are not present.
15
65
 
 
66
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
67
 
 
68
    * Fix case of $EDITOR containing options for the editor.
 
69
 
 
70
    * Fix log -r refusing to show the last revision.
 
71
      (Patch from Goffredo Baroncelli.)
 
72
 
16
73
 
17
74
  CHANGES:
18
75
 
19
76
    * ``bzr log --show-ids`` shows the revision ids of all parents.
20
77
 
 
78
    * Externally provided commands on your $BZRPATH no longer need
 
79
      to recognize --bzr-usage to work properly, and can just handle
 
80
      --help themselves.
 
81
 
21
82
 
22
83
  LIBRARY:
23
84