Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork960
detect renames in "git diff --raw" output#62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Byron commentedJun 16, 2012
Thank you. |
Pfiver commentedJun 16, 2012
The tests are passing. However, I had to temporarily add to the TestDiff class. Otherwise I get an |
Byron commentedJun 16, 2012
I use nosetests version 1.0.0, but I would wonder why they change the API in such a manner that causes tests to break. |
Pfiver commentedJun 16, 2012
I have addedhttps://github.com/P2000/GitPython/blob/p2000/git/test/fixtures/diff_rename_raw Not sure what you mean otherwise? The nosetest incompatibilites are probably based on different python versions then. "$ nosetests":http://sprunge.us/WZYB |
Byron commentedJun 16, 2012
I am using python 2.4 to 2.6, these are the versions I am testing with at least. The master branch is heavily WIP, even though its stale for a while now. Branch 0.3 is the one most people would be using, I wouldn't think that master is in any way ready for production, at least I am not using it in production either. As there already seem to be rename tests, it should be okay to just merge it in. |
detect renames in "git diff --raw" output
Pfiver commentedJun 16, 2012
thanks for merging! |
potentiallyfixes#36