~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

and the tutorial patch came back, the very next day

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      get added when you add a file in the directory.  Contributed by
9
9
      Michael Ellerman.
10
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
 
    * Files that are not directories/symlinks/regular files will no longer
21
 
      cause bzr to fail, it will just ignore them by default. You cannot add
22
 
      them to the tree though - they are not versionable.
23
 
 
24
11
 
25
12
  INTERNALS:
26
13
 
34
21
    * Fixed strange error when trying to access a nonexistent http
35
22
      branch.
36
23
 
37
 
    * Make sure that the hashcache gets written out if it can't be
38
 
      read.
39
 
 
40
24
 
41
25
  PORTABILITY:
42
26