~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-20 11:04:44 UTC
  • mfrom: (2178.4.6 win32.binary-stdout)
  • Revision ID: pqm@pqm.ubuntu.com-20061220110444-a991704cfe50d2b3
(bialix) Bugfix #55276: on win32 cat, bundle and diff commands provide
 binary output without mangling line-endings

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
    * ``bzr help hidden-commands`` lists all hidden commands. (Aaron Bentley)
55
55
 
 
56
    * ``bzr merge`` now has an option ``--pull`` to fall back to pull if
 
57
      local is fully merged into remote. (Jan Hudec)
 
58
 
56
59
  INTERNALS:
57
60
 
58
61
    * A few tweaks directly to ``fileids_affected_by_revision_ids`` to
66
69
 
67
70
    * Test suite ends cleanly on Windows.  (Vincent Ladeuil)
68
71
 
 
72
    * When 'encoding_type' attribute of class Command is equal to 'exact', 
 
73
      force sys.stdout to be a binary stream on Windows, and therefore
 
74
      keep exact line-endings (without LF -> CRLF conversion).
 
75
      (Alexander Belchenko)
 
76
 
69
77
    * Single-letter short options are no longer globally declared.  (Martin
70
78
      Pool)
71
79
 
80
88
    * bzr now supports Win32 UNC path (e.g. \\HOST\path). 
81
89
      (Alexander Belchenko, #57869)
82
90
 
 
91
    * Win32-specific: output of cat, bundle and diff commands don't mangle
 
92
      line-endings (Alexander Belchenko, #55276)
 
93
 
83
94
    * Replace broken fnmatch based ignore pattern matching with custom pattern
84
95
      matcher.
85
96
      (Kent Gibson, Jan Hudec #57637)
137
148
      (eg For a project with 2500 files, and 7500 revisions, it changes
138
149
      the size of inventory.knit from 11MB to 5.4MB) (John Arbash Meinel)
139
150
 
140
 
    * ``bzr merge`` now has an option ``--pull`` to fall back to pull if
141
 
      local is fully merged into remote. (Jan Hudec)
142
 
 
143
151
  INTERNALS:
144
152
 
145
153
    * New -D option given before the command line turns on debugging output