~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-20 04:59:34 UTC
  • mfrom: (1185.1.32)
  • mto: (1185.8.2)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: mbp@sourcefrog.net-20050920045934-2b9a193376bc9b7e
- merge integration from robertc
robertc@robertcollins.net-20050919064054-0da08709ee180b79

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
12
12
      Nir Soffer.
13
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
 
14
24
 
15
25
  INTERNALS:
16
26