~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-06 00:52:53 UTC
  • Revision ID: robertc@robertcollins.net-20051006005253-415c38ad22094f13
define some expected behaviour for inventory_entry.snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr 0.1 2005-10-06
 
1
DEVELOPMENT HEAD
2
2
 
3
3
 
4
4
  BUG FIXES:
9
9
    * Locking is now done with fcntl.lockf which works with NFS
10
10
      file systems. Contributed by Harald Meland.
11
11
 
12
 
    * Commit will no longer commit without a log message, an 
13
 
      error is returned instead. Contributed by Jelmer Vernooij.
14
 
 
15
 
    * If you commit a specific file in a sub directory, any of its
16
 
      parent directories that are added but not listed will be 
17
 
      automatically included. Suggested by Michael Ellerman.
18
 
 
19
12
 
20
13
  IMPROVEMENTS:
21
14
 
36
29
    * 'bzr status' now shows unknown files inside a selected directory.
37
30
      Patch from Heikki Paajanen.
38
31
 
39
 
    * Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
40
 
      and 'resolve' have needed added, which list and remove those 
41
 
      merge conflicts respectively. A conflicted tree cannot be committed
42
 
      in. Contributed by Aaron Bentley.
43
 
 
44
32
 
45
33
  INTERNALS:
46
34