~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Heikki Paajanen's status -r patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr development head
 
1
development head
 
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
    * Status now accepted a -r argument to give status between chosen
 
6
      revisions. Contributed by Heikki Paajanen.
 
7
 
 
8
bzr 0.0.8 2005-09-20
 
9
 
 
10
  IMPROVEMENTS:
 
11
 
 
12
    * Adding a file whose parent directory is not versioned will
 
13
      implicitly add the parent, and so on up to the root. This means
 
14
      you should never need to explictly add a directory, they'll just
 
15
      get added when you add a file in the directory.  Contributed by
 
16
      Michael Ellerman.
 
17
 
 
18
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
 
19
      Nir Soffer.
 
20
 
 
21
    * If you set BZR_EDITOR in the environment, it is checked in
 
22
      preference to EDITOR and the config file for the interactive commit
 
23
      editing program. Related to this is a bugfix where a missing program
 
24
      set in EDITOR would cause editing to fail, now the fallback program
 
25
      for the operating system is still tried.
 
26
 
 
27
    * Files that are not directories/symlinks/regular files will no longer
 
28
      cause bzr to fail, it will just ignore them by default. You cannot add
 
29
      them to the tree though - they are not versionable.
 
30
 
 
31
 
 
32
  INTERNALS:
 
33
 
 
34
    * Refactor xml packing/unpacking.
 
35
 
 
36
 
 
37
  BUG FIXES: 
 
38
 
 
39
    * Fixed 'bzr mv' by Ollie Rutherfurd.
 
40
 
 
41
    * Fixed strange error when trying to access a nonexistent http
 
42
      branch.
 
43
 
 
44
    * Make sure that the hashcache gets written out if it can't be
 
45
      read.
 
46
 
 
47
 
 
48
  PORTABILITY:
 
49
 
 
50
    * Various Windows fixes from Ollie Rutherfurd.
 
51
 
 
52
    * Quieten warnings about locking; patch from Matt Lavin.
 
53
 
 
54
 
 
55
bzr-0.0.7 2005-09-02
2
56
 
3
57
  NEW FEATURES:
4
58
 
8
62
    * New expert command ``bzr find-merge-base`` for debugging merges.
9
63
 
10
64
 
 
65
  ENHANCEMENTS:
 
66
 
 
67
    * Much better merge support.
 
68
 
 
69
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
70
      (seven characters) which is the same as CVS and pleases things
 
71
      like emacs smerge.
 
72
 
 
73
 
11
74
  BUG FIXES:
12
75
 
13
76
    * ``bzr upgrade`` no longer fails when trying to fix trees that
14
77
      mention revisions that are not present.
15
78
 
 
79
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
80
 
 
81
    * Fix case of $EDITOR containing options for the editor.
 
82
 
 
83
    * Fix log -r refusing to show the last revision.
 
84
      (Patch from Goffredo Baroncelli.)
 
85
 
16
86
 
17
87
  CHANGES:
18
88
 
19
89
    * ``bzr log --show-ids`` shows the revision ids of all parents.
20
90
 
 
91
    * Externally provided commands on your $BZRPATH no longer need
 
92
      to recognize --bzr-usage to work properly, and can just handle
 
93
      --help themselves.
 
94
 
21
95
 
22
96
  LIBRARY:
23
97