~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-07 11:22:03 UTC
  • mfrom: (4869.1.1 integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20091207112203-lrudgmkz8hfknidz
commit warns for file-name-like messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  ``source\\path`` rather than ``source/path`` on Windows. This might be a
41
41
  source of some dirstate-related failures. (John Arbash Meinel)
42
42
 
 
43
* ``bzr commit`` now detects commit messages that looks like file names
 
44
  and issues a warning.
 
45
  (Gioele Barabucci, #73073)
 
46
 
43
47
* ``bzr ignore /`` no longer causes an IndexError. (Gorder Tyler, #456036)
44
48
 
45
49
* ``bzr log -n0 -rN`` should not return revisions beyond its merged revisions.