enable.sh
branchstable
changeset 327 c017ad874dfc
parent 322 f4a00b2d8bfb
child 364 616305c63510
equal deleted inserted replaced
293:232990fbecb5 327:c017ad874dfc
    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