~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-12-07 10:38:09 UTC
  • mfrom: (4795.5.14 forgot-commit-message)
  • mto: This revision was merged to the branch mainline in revision 4870.
  • Revision ID: v.ladeuil+lp@free.fr-20091207103809-63ocky0xx7nudbnb
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.