Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Closed
Description
I'm using following code for detecting changes between commits:
diff=commit.diff(*parents,R=True,M=True)
Everything works ok in except of renames. When I useM = True
it should detect renames instead of add / deletions. However, when I use it, it doesn't return anything. Is this a bug or did I just misunderstand how to use it?
The thing I noticed ingit log -M
is that instead ofR
it shows meR100
(not really sure whether it's normal or not):
commit a8b61b9d18350a3d44e50fc9614279a2654b646d
Author: ondrowan <...>
Date: Sat Nov 5 12:16:21 2011 +0100Moved thing
R100 thing newdir/moved_thing