Handle --mime-types via optparse.
commitb2fbaf56028e45a159b0f2725d993760dedd6183
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:37:00 +0000 (7 16:37 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:37:00 +0000 (7 16:37 +0000)
treea358526272a214510e5262bb6fb74264c9ba4a27
parentec8f1a6ebb1d49a7d01b436431665dde2fec0748
Handle --mime-types via optparse.

Also, allow the option to be specified more than once.

* cvs2svn_lib/run_options.py (RunOptions.__init__): Create
  IncompatibleOption.

  (RunOptions.process_remaining_options): Don't initialize the options
  attribute or process the option.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@4683 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/run_options.py