softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

split utils/cmd.py into cmd.py and git.py #145

Closed yac closed 6 years ago

yac commented 6 years ago

As Ken observed, "We are slowly writing a pure-python libgit implementation :D" so it would be nice to split git related functionality from utils/cmd.py into dedicated utils/git.py.

For backward compatibility, import the Git class and its module instance git into cmd.py, possibly with a deprecation warning. I'm not sure if it's worth the disruption.

yac commented 6 years ago

Solved in 52305301e1d8313.