~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-04 04:49:21 UTC
  • Revision ID: robertc@robertcollins.net-20051004044921-45fd2dc3f70abe59
remove debug print statement

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
 
56
44
    * Removed testsweet module so that tests can be run after 
57
45
      bzr installed by 'bzr selftest'.
58
46
 
59
 
    * 'bzr selftest' command-line arguments can now be partial ids
60
 
      of tests to run, e.g. 'bzr selftest test_weave'
61
 
 
62
47
      
63
48
bzr 0.0.9 2005-09-23
64
49