]> Tony Duckles's Git Repositories (git.nynim.org) - svn2svn.git/commit
Refactor find_svn_ancestors() to make more generic
authorTony Duckles <tony@nynim.org>
Tue, 6 Mar 2012 04:01:28 +0000 (22:01 -0600)
committerTony Duckles <tony@nynim.org>
Thu, 15 Mar 2012 03:59:01 +0000 (22:59 -0500)
commit4c553f8676513e69ed5e04eb476d699c0737b917
tree603fd8662f81125a84ad43fc6affe94059f0c1d1
parenta19aef402ea9a3f447d7b4b55246f6b8b82577c0
Refactor find_svn_ancestors() to make more generic

* svn2svn/run/svn2svn.py (find_svn_ancestors): Make 'stop_base_path'
optional so this function can be used generally to get the full
ancestry history.

* svn2svn/svnclient.py (get_first_svn_log_entry, get_last_svn_log_entry):
Add optional 'stop_on_copy' param and pass through to get_one_svn_log_entry().
svn2svn/run/svn2svn.py
svn2svn/svnclient.py