Re: [petsc-dev] hg diff question
23 Mar
2011
23 Mar
'11
6:11 p.m.
On Mar 23, 2011, at 5:20 PM, Satish Balay wrote:
On Wed, 23 Mar 2011, Satish Balay wrote:
Well this is what I have:
function bsmithdiff { hg diff -c `hg log -l 1 --template '{node}' $1` }
bsmithdiff src/makefile
This one [bash function] is slightly better
function bsmithdiff { hg diff -c `hg log -l $1 --template '{node}\n' $2| tail -1` $2 }
bsmithdiff 1 src/makefile bsmithdiff 2 src/makefile
What good is this? It doesn't show any changes. I want to see the last two sets of changes. Barry
satish
5621
Age (days ago)
5621
Last active (days ago)
0 comments
1 participants
participants (1)
-
Barry Smith