enable.sh
changeset 322 f4a00b2d8bfb
parent 256 909a3a079daf
child 364 616305c63510
equal deleted inserted replaced
321:41ba89f0caa5 322:f4a00b2d8bfb
    40 
    40 
    41 # status
    41 # status
    42 pstatus=status --rev .^
    42 pstatus=status --rev .^
    43 
    43 
    44 # diff with the previous amend
    44 # diff with the previous amend
    45 odiff=diff --rev 'limit(obsparents(.),1)' --rev .
    45 odiff=diff --rev 'limit(precursors(.),1)' --rev .
    46 EOF
    46 EOF
    47 
    47 
    48 cat << EOF >&2
    48 cat << EOF >&2
    49 
    49 
    50 
    50