~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-05-04 06:03:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1699.
  • Revision ID: mbp@sourcefrog.net-20060504060300-eed0e79351fd6182
Add -p0, -p1 options for diff.

Change --diff-prefix to just --prefix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    * Hitting CTRL-C while doing an SFTP push will no longer cause stale locks
99
99
      to be left in the SFTP repository. (Robert Collins, Martin Pool).
100
100
 
101
 
    * New option 'diff --diff-prefix' to control how files are named in diff
102
 
      output.  (Alexander Belchenko, Goffredo Baroncelli)
 
101
    * New option 'diff --prefix' to control how files are named in diff
 
102
      output, with shortcuts '-p0' and '-p1' corresponding to the options for 
 
103
      GNU patch.  (Alexander Belchenko, Goffredo Baroncelli, Martin Pool)
103
104
 
104
105
    * If bzr shows an unexpected revision-history after pulling (perhaps due
105
106
      to a reweave) it can now be corrected by 'bzr reconcile'.