Re: [git-users] Find difference between 2 python files

2015-01-07 Thread John McKown
On Tue, Jan 6, 2015 at 4:03 AM, Amit Bansal wrote: > Hi, > > > > The problem statement is: > > Given 2 python files 'A.py' (in git repo) and 'B.py' (modified A.py - > local repo), i am trying to find out the: > > 1. Added methods > > 2. Removed methods > > 3. Modified methods: (a) Change in metho

[git-users] Find difference between 2 python files

2015-01-07 Thread Amit Bansal
Hi, The problem statement is: Given 2 python files 'A.py' (in git repo) and 'B.py' (modified A.py - local repo), i am trying to find out the: 1. Added methods 2. Removed methods 3. Modified methods: (a) Change in method prototype (b) Change in method content Similarly for classes(chan