~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-27 19:45:18 UTC
  • mfrom: (1185.16.130)
  • Revision ID: robertc@robertcollins.net-20051027194518-58afabc9ab280bb0
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    * Merge now has a retcode of 1 when conflicts occur. (Robert Collins)
60
60
 
 
61
    * --merge-type weave is now supported for file contents.  Tree-shape
 
62
      changes are still three-way based.  (Martin Pool, Aaron Bentley)
 
63
 
61
64
    * 'bzr check' allows the first revision on revision-history to have
62
65
      parents - something that is expected for cheap checkouts, and occurs
63
66
      when conversions from baz do not have all history.  (Robert Collins).
64
67
 
 
68
   * 'bzr merge' can now graft unrelated trees together, if your specify
 
69
     0 as a base. (Aaron Bentley)
 
70
 
 
71
   * 'bzr commit branch' and 'bzr commit branch/file1 branch/file2' now work
 
72
     (Aaron Bentley)
 
73
 
 
74
    * Add '.sconsign*' to default ignore list.  (Alexander Belchenko)
 
75
 
65
76
  TESTING:
66
77
 
67
78
    * The 'bzr selftest --pattern' option for has been removed, now 
72
83
      complete, which will aid in analysing performance regressions and
73
84
      related questions. (Robert Collins)
74
85
 
75
 
    * 'bzr selftest' runs all tests, even if one feels, unless '--one'
 
86
    * 'bzr selftest' runs all tests, even if one fails, unless '--one'
76
87
      is given. (Martin Pool)
77
88
 
78
89
    * There is a new method for TestCaseInTempDir, assertFileEqual, which
79
90
      will check that a given content is equal to the content of the named
80
91
      file. (Robert Collins)
81
92
 
 
93
    * Fix test suite's habit of leaving many temporary log files in $TMPDIR.
 
94
      (Martin Pool)
 
95
 
82
96
  INTERNALS:
83
97
 
84
98
    * New 'testament' command and concept for making gpg-signatures 
174
188
      a revision - that is no revisions in the graph with no parents.
175
189
      (Robert Collins).
176
190
 
 
191
    * New builtins.branch_files uses the standard file_list rules to produce
 
192
      a branch and a list of paths, relative to that branch (Aaron Bentley)
 
193
 
 
194
    * New TestCase.addCleanup facility.
 
195
 
 
196
    * New bzrlib.version_info tuple (similar to sys.version_info), which can
 
197
      be used by programs importing bzrlib.
 
198
 
177
199
  BUG FIXES:
178
200
 
179
201
    * Better handling of branches in directories with non-ascii names.