~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-07-11 21:46:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: john@arbash-meinel.com-20060711214611-f3135668ec22f813
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