~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-29 23:54:03 UTC
  • mfrom: (1185.12.1)
  • mto: This revision was merged to the branch mainline in revision 1422.
  • Revision ID: robertc@robertcollins.net-20050929235403-a08f2b91aa0718eb
Aarons export fix and conflict on deleted and modified files fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    * Locking is now done with fcntl.lockf which works with NFS
9
9
      file systems. Contributed by Harald Meland.
10
10
 
 
11
    * When a merge encounters a file that has been deleted on
 
12
      one side and modified on the other, the old contents are
 
13
      written out to foo.BASE and foo.SIDE, where SIDE is this
 
14
      or OTHER. Contributed by Aaron Bentley.
 
15
 
 
16
    * Export was choosing incorrect file paths for the content of
 
17
      the tarball, this has been fixed by Aaron Bentley.
 
18
 
11
19
  IMPROVEMENTS:
12
20
 
13
21
    * 'branch' now accepts a --basis parameter which will take advantage