tests/test-hgrc.t
changeset 12109 51272b65b9b7
parent 12014 8508dd698c02
child 12366 c01dc9087d9a
equal deleted inserted replaced
12108:a57e0762c5ec 12109:51272b65b9b7
    57   $ hg commit --addremove --quiet -m "added bar"
    57   $ hg commit --addremove --quiet -m "added bar"
    58   $ hg log --template "{author}\n"
    58   $ hg log --template "{author}\n"
    59   John Doe
    59   John Doe
    60   $ cd ..
    60   $ cd ..
    61 
    61 
    62   $ hg showconfig | sed -e "s:$p:...:"
    62   $ hg showconfig
    63   ui.username=$FAKEUSER
    63   ui.username=$FAKEUSER
    64 
    64 
    65   $ unset FAKEUSER
    65   $ unset FAKEUSER
    66   $ HGUSER=$olduser
    66   $ HGUSER=$olduser
    67   $ export HGUSER
    67   $ export HGUSER