Handle --no-prune via optparse.
commit09a9291358ada3f634461bc9e3082da5eafc4e1c
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 22:08:51 +0000 (7 22:08 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 22:08:51 +0000 (7 22:08 +0000)
tree09ec2d32716f5058fe678408338515f3c26cfa5a
parent773f1d639c1f916c67cd55ad5efb188805f3d620
Handle --no-prune via optparse.

    * cvs2svn_lib/run_options.py (RunOptions.__init__): Handle the option
      using a ContextOption.

      (RunOptions.process_remaining_options): Do not handle the option here.

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