~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-18 13:11:57 UTC
  • mfrom: (1185.16.72) (0.2.1)
  • Revision ID: robertc@robertcollins.net-20051018131157-76a9970aa78e927e
Merged Martin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * New 'bzr commit --strict' option refuses to commit if there are 
 
6
      any unknown files in the tree.  To commit, make sure all files are 
 
7
      either ignored, added, or deleted.  (Michael Ellerman)
 
8
 
5
9
    * The config directory is now ~/.bazaar, and there is a single file 
6
10
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
7
11
      (Robert Collins)
40
44
      related questions. (Robert Collins)
41
45
 
42
46
    * 'bzr selftest' runs all tests, even if one feels, unless '--one'
43
 
      is given.
 
47
      is given. (Martin Pool)
44
48
 
45
49
    * There is a new method for TestCaseInTempDir, assertFileEqual, which
46
50
      will check that a given content is equal to the content of the named
47
 
      file.
 
51
      file. (Robert Collins)
48
52
 
49
53
  INTERNALS:
50
54
 
51
 
    * New 'manifest' command and concept for making gpg-signatures 
 
55
    * New 'testament' command and concept for making gpg-signatures 
52
56
      of revisions that are not tied to a particular internal
53
 
      representation.
 
57
      representation.  (Martin Pool).
 
58
 
 
59
    * Per-revision properties ('revprops') as key-value associated 
 
60
      strings on each revision created when the revision is committed.
 
61
      Intended mainly for the use of external tools.  (Martin Pool).
54
62
 
55
63
    * Config options have moved from bzrlib.osutils to bzrlib.config.
56
64
      (Robert Collins)
76
84
      parameter, and if None is given will open the branch at basedir 
77
85
      implicitly. (Robert Collins)
78
86
 
 
87
    * Cleaner exception structure and error reporting.  Suggested by 
 
88
      Scott James Remnant.  (Martin Pool)
 
89
 
79
90
    * Branch.remove has been moved to WorkingTree, which has also gained
80
91
      lock_read, lock_write and unlock methods for convenience. (Robert
81
92
      Collins)
99
110
      options of built in programs should have specific methods on the config.
100
111
      (Robert Collins)
101
112
 
 
113
  BUG FIXES:
 
114
 
 
115
    * Better handling of branches in directories with non-ascii names. 
 
116
      (Joel Rosdahl, Panagiotis Papadakos)
102
117
 
103
118
bzr 0.1.1 2005-10-12
104
119