sapling/hgsubversion/svnwrap
Dan Villiom Podlaski Christiansen 8481d5ccec svnwrap: remove dead code
Some member functions of SubversionRepo were unused, and removing them
frees other wrappers from adding possibly incorrect implementations of
them.

Two methods, `tags_at_rev' and `_get_copy_source' were completely
unused and could easily be removed. Another two methods, `branches'
and `tags' had explicit tests for them but weren't used in the code
proper; they were removed too. The START property was unnecessary and
could be removed with a tiny refactoring.

No functionality change.
2010-08-11 19:57:35 +02:00
..
__init__.py svnwrap: kill the ctypes wrapper. 2010-08-11 19:57:34 +02:00
svn_swig_wrapper.py svnwrap: remove dead code 2010-08-11 19:57:35 +02:00