Handle --default-eol via optparse.
commit9a7309afd76b7fb193e53a77af15e2c6c60ddaf7
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:37:35 +0000 (7 16:37 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:37:35 +0000 (7 16:37 +0000)
tree34cf242e208f7340c9dffe48e80ac432d4099d9d
parent3ce32d96919f70f7e1b5cd75abc992bba04815f7
Handle --default-eol via optparse.

A side effect of this change is to make the option case-sensitive.

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

  (RunOptions.process_remaining_options): Do not initialize the options
  attribute or process the option.

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