Move processing of output options from RunOptions to SVNRunOptions.
commitb8c56f9e7d022606880173105b64a65e7a2b047c
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Tue, 30 Dec 2008 06:59:21 +0000 (30 06:59 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Tue, 30 Dec 2008 06:59:21 +0000 (30 06:59 +0000)
treec29f8751a002c326c49486a0865c7239b8a914ea
parent04e13a270cb32b3ca95cceccc6b25477140f7490
Move processing of output options from RunOptions to SVNRunOptions.

* cvs2svn_lib/run_options.py (RunOptions): Move definition and
  processing of output options from here...

* cvs2svn_lib/svn_run_options.py (SVNRunOptions): ...to here.

* cvs2svn_lib/git_run_options.py (GitRunOptions): Also allow the
  --dry-run option here.

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