~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-10-16 01:25:46 UTC
  • mfrom: (2071 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: john@arbash-meinel.com-20061016012546-d01a0740671b4d73
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  IMPROVEMENTS:
4
4
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
5
5
 
 
6
    * ``bzr`` now uses lazy importing to reduce the startup time. This has
 
7
      a moderate effect on lots of actions, especially ones that have
 
8
      little to do. For example ``bzr rocks`` time is down to 116ms from
 
9
      283ms. (John Arbash Meinel)
 
10
 
6
11
  INTERNALS:
7
12
 
8
13
    * ``TestCase.run_bzr``, ``run_bzr_captured``, and ``run_bzr_subprocess``
9
14
      can take a ``working_dir='foo'`` parameter, which will change directory 
10
15
      for the command. (John Arbash Meinel)
11
16
 
 
17
    * ``bzrlib.lazy_regex.lazy_compile`` can be used to create a proxy
 
18
      around a regex, which defers compilation until first use. 
 
19
      (John Arbash Meinel)
 
20
 
12
21
  BUG FIXES:
13
22
 
14
23
    * bzr branch/pull no longer complain about progress bar cleanup when
29
38
    * Leave HttpTransportBase daughter classes decides how they
30
39
      implement cloning. (Vincent Ladeuil, #61606)
31
40
 
 
41
   * diff3 does not indicate conflicts on clean merge. (Aaron Bentley)
 
42
 
 
43
  TESTING:
 
44
 
 
45
    * New test base class TestCaseWithMemoryTransport offers memory-only
 
46
      testing facilities: its not suitable for tests that need to mutate disk
 
47
      state, but most tests should not need that and should be converted to
 
48
      TestCaseWithMemoryTransport. (Robert Collins)
 
49
 
 
50
bzr 0.11  2006-10-02
 
51
 
 
52
    * Smart server transport test failures on windows fixed. (Lukáš Lalinský).
 
53
 
32
54
bzr 0.11rc2  2006-09-27
33
55
 
34
56
  BUG FIXES: