Code review comment for lp:~johnsca/charm-helpers/py3-bzr

Revision history for this message
Cory Johns (johnsca) wrote :

I went ahead and converted git to use the CLI. Makes it cleaner and more consistent. I also fixed the idempotency issue for git. Previously, it would fail if called twice; now it works somewhat similarly to the bzr (though git doesn't have an analogue to --overwrite; maybe I should have just `rm -rf dest`?).

« Back to merge proposal