Introduce a BzrOutputOption and use it to name tag fixup branches in a more
commit6a1e6785aa01fb35e929b992819a7f9b0b9cd519
authormaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Thu, 8 Oct 2009 07:59:04 +0000 (8 07:59 +0000)
committermaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Thu, 8 Oct 2009 07:59:04 +0000 (8 07:59 +0000)
treee6b3aa0f17a09c301347c0666fcbf071e63c1ae7
parentebcf1017cdef46e5c35c640d1c3a864f3f73b185
Introduce a BzrOutputOption and use it to name tag fixup branches in a more
bzr-friendly way.

 * cvs2bzr-example.options: Change GitOutputOption to BzrOutputOption.
 * cvs2svn_lib/bzr_output_option.py: New file, new class.
 * cvs2svn_lib/git_output_option.py (GitOutputOption): Delegate tag fixup
   branch naming to overridable method.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@4936 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2bzr-example.options
cvs2svn_lib/bzr_output_option.py [new file with mode: 0644]
cvs2svn_lib/git_output_option.py