~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-04-15 00:51:13 UTC
  • Revision ID: mbp@sourcefrog.net-20050415005113-68b2f3c98a4279c9
- Don't use host fqdn for default user name, because DNS tends
  to make it slow.
- take email from ~/.bzr.email if present

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
      changeset.  Patch from Sebastian Cote.
12
12
 
13
13
 
 
14
  CHANGES:
 
15
 
 
16
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
 
17
      or $EMAIL.  All are decoded by the locale preferred encoding.
 
18
      If none of these are present user@hostname is used.  The host's
 
19
      fully-qualified name is not used because that tends to fail when
 
20
      there are DNS problems.
 
21
 
 
22
 
14
23
  BUG FIXES: 
15
24
 
16
25
    * Make commit safe for hardlinked bzr trees.