~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-12 03:09:41 UTC
  • mfrom: (1852.1.1 dash-arg-50984)
  • Revision ID: pqm@pqm.ubuntu.com-20060712030941-2728644bf8185775
(jam) Allow a plain '-' to be supplied as an argument. bug #50984

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    * Normalize unicode filenames to ensure cross-platform consistency.
117
117
      (John Arbash Meinel, #43689)
118
118
 
 
119
    * The argument parser can now handle '-' as an argument. Currently
 
120
      no code interprets it specially (it is mostly handled as a file named 
 
121
      '-'). But plugins, and future operations can use it.
 
122
      (John Arbash meinel, #50984)
 
123
 
119
124
  INTERNALS:
120
125
 
121
126
    * Combine the ignore rules into a single regex rather than looping over