Handle --auto-props-ignore-case via optparse.
commit35f491bdfd7e484604c5c1e37a4bac28091fc0f7
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:37:18 +0000 (7 16:37 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:37:18 +0000 (7 16:37 +0000)
tree6870c7834c0d6495463d1c2597efd612dae57767
parent24740fc932d604b40d105e51c3518120e0c7f0a3
Handle --auto-props-ignore-case via optparse.

* 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@4685 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/run_options.py