~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-10 07:09:12 UTC
  • mfrom: (2063.4.5 lazy_regex)
  • Revision ID: pqm@pqm.ubuntu.com-20061010070912-10e1b070dacb4c40
(John Arbash Meinel) bzrlib.lazy_regex.lazy_compile creates regex objects that are compiled on demand

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      can take a ``working_dir='foo'`` parameter, which will change directory 
10
10
      for the command. (John Arbash Meinel)
11
11
 
 
12
    * ``bzrlib.lazy_regex.lazy_compile`` can be used to create a proxy
 
13
      around a regex, which defers compilation until first use. 
 
14
      (John Arbash Meinel)
 
15
 
12
16
  BUG FIXES:
13
17
 
14
18
    * bzr branch/pull no longer complain about progress bar cleanup when