tests/test-alias
changeset 8519 5fbee915ea5d
parent 8477 a0104303f400
child 8655 21688b8a594b
equal deleted inserted replaced
8518:3f4f14eab085 8519:5fbee915ea5d
    10 unknown = bargle
    10 unknown = bargle
    11 ambiguous = s
    11 ambiguous = s
    12 recursive = recursive
    12 recursive = recursive
    13 mylog = log
    13 mylog = log
    14 lognull = log -r null
    14 lognull = log -r null
       
    15 shortlog = log --template '{rev} {node|short} | {date|isodate}\n'
    15 
    16 
    16 [defaults]
    17 [defaults]
    17 mylog = -q
    18 mylog = -q
    18 lognull = -q
    19 lognull = -q
    19 log = -v
    20 log = -v
    36 hg ci -Amfoo
    37 hg ci -Amfoo
    37 
    38 
    38 echo '% with opts'
    39 echo '% with opts'
    39 hg cleanst
    40 hg cleanst
    40 
    41 
       
    42 echo '% with opts and whitespace'
       
    43 hg shortlog
       
    44 
    41 echo '% interaction with defaults'
    45 echo '% interaction with defaults'
    42 hg mylog
    46 hg mylog
    43 hg lognull
    47 hg lognull