blackstream-x / python-svn2git

Python 3 port of https://github.com/nirvdrum/svn2git - development moved to copmpany-internal repository
MIT License
1 stars 0 forks source link

Add a run_long_task() method #3

Closed blackstream-x closed 3 years ago

blackstream-x commented 3 years ago

… for possibly long running tasks like "git fetch" as opposed to quick command calls like "git config" which will still be handled by the run_command() method