~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-28 11:56:24 UTC
  • Revision ID: mbp@sourcefrog.net-20050728115624-93c11c2b1e399023
- note changes to command line parsing

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    * By default the commit command refuses to record a revision with
40
40
      no changes unless the ``--unchanged`` option is given.
 
41
 
 
42
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
 
43
      line options must come before the command name because they 
 
44
      affect what commands are available; all other options must come 
 
45
      after the command name because their interpretation depends on
 
46
      it.
41
47
      
42
48
      
43
49
  BUG FIXES: