Handle --fallback-encoding via optparse.
commit6ca677b9081ba4f44d3fc04fc4452aad2db563eb
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:38:44 +0000 (7 16:38 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 16:38:44 +0000 (7 16:38 +0000)
treed6e3b01707cbbff6a3abc4876c0453b82ec580af
parentdce71346f9b06397195e741c8fc03cf809e01838
Handle --fallback-encoding via optparse.

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