~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Make msgeditor invocation comply with Debian Policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    * Nicer messages from 'commit' in the case of renames, and correct
9
9
      messages when a merge has occured. (Robert Collins, Martin Pool)
10
10
 
 
11
  CHANGES:
 
12
 
 
13
    * Make editor invocation comply with Debian Policy. First check
 
14
      environment variables VISUAL and EDITOR, then try editor from
 
15
      alternatives system. If that all fails, fall back to the pre-defined
 
16
      list of editors. (#42904, Olaf Conradi)
 
17
 
11
18
  INTERNALS:
12
19
 
13
20
    * New public api in InventoryEntry - 'describe_change(old, new)' which