~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-07 02:59:58 UTC
  • mfrom: (4826.1.8 hardlink-2a-408193)
  • Revision ID: pqm@pqm.ubuntu.com-20091207025958-wrddjbe59f5mjgva
(andrew) Allow '--hardlink' of files from 2a trees for any file that
        is unfiltered. (#408193)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
* Terminate ssh subprocesses when no references to them remain, fixing
68
68
  subprocess and file descriptor leaks.  (Andrew Bennetts, #426662)
69
69
  
 
70
* The ``--hardlink`` option of ``bzr branch`` and ``bzr checkout`` now
 
71
  works for 2a format trees.  Only files unaffected by content filters
 
72
  will be hardlinked.  (Andrew Bennetts, #408193)
 
73
 
70
74
* The new glob expansion on Windows would replace all ``\`` characters
71
75
  with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
72
76
  etc. Now only change slashes if there is something being glob expanded.