tests/test-globalopts.t
changeset 47404 ebdef6283798
parent 47272 a671832a8e41
child 47408 7954ee2d7cf7
equal deleted inserted replaced
47403:8a6e6b62b9a3 47404:ebdef6283798
    63   $ hg -R file://localhost/`pwd`/a/ identify
    63   $ hg -R file://localhost/`pwd`/a/ identify
    64   8580ff50825a tip
    64   8580ff50825a tip
    65 
    65 
    66 -R with path aliases:
    66 -R with path aliases:
    67 
    67 
    68 TODO: add rhg support for path aliases
       
    69 #if no-rhg
       
    70   $ cd c
    68   $ cd c
    71   $ hg -R default identify
    69   $ hg -R default identify
    72   8580ff50825a tip
    70   8580ff50825a tip
    73   $ hg -R relative identify
    71   $ hg -R relative identify
    74   8580ff50825a tip
    72   8580ff50825a tip
    79   $ HOME=`pwd`/../ hg path | grep relativetohome
    77   $ HOME=`pwd`/../ hg path | grep relativetohome
    80   relativetohome = $TESTTMP/a
    78   relativetohome = $TESTTMP/a
    81   $ HOME=`pwd`/../ hg -R relativetohome identify
    79   $ HOME=`pwd`/../ hg -R relativetohome identify
    82   8580ff50825a tip
    80   8580ff50825a tip
    83   $ cd ..
    81   $ cd ..
    84 #endif
       
    85 
    82 
    86 #if no-outer-repo
    83 #if no-outer-repo
    87 
    84 
    88 Implicit -R:
    85 Implicit -R:
    89 
    86