tests/test-keyword
changeset 11044 5ab414f71e87
parent 10931 75101b1e6302
child 11046 6e9b9f6c117c
equal deleted inserted replaced
11043:08681cb66231 11044:5ab414f71e87
    19 
    19 
    20 hg --quiet kwdemo "Branch = {branches}"
    20 hg --quiet kwdemo "Branch = {branches}"
    21 
    21 
    22 cat <<EOF >> $HGRCPATH
    22 cat <<EOF >> $HGRCPATH
    23 [keyword]
    23 [keyword]
    24 * =
    24 ** =
    25 b = ignore
    25 b = ignore
    26 [hooks]
    26 [hooks]
    27 commit=
    27 commit=
    28 commit.test=cp a hooktest
    28 commit.test=cp a hooktest
    29 EOF
    29 EOF
   151 hg qpop
   151 hg qpop
   152 echo % qgoto - should imply qpush
   152 echo % qgoto - should imply qpush
   153 hg qgoto mqtest.diff
   153 hg qgoto mqtest.diff
   154 echo % cat
   154 echo % cat
   155 cat c
   155 cat c
       
   156 echo % hg cat
       
   157 hg cat c
       
   158 echo % keyword should not be expanded in filelog
       
   159 hg --config 'extensions.keyword=!' cat c
   156 echo % qpop and move on
   160 echo % qpop and move on
   157 hg qpop
   161 hg qpop
   158 
   162 
   159 echo % copy
   163 echo % copy
   160 hg cp a c
   164 hg cp a c