tests/test-keyword
changeset 7116 e981725da3fe
parent 6933 17bdcd59b9ad
child 7527 5a14a8f3b909
equal deleted inserted replaced
7115:c5c2d43b01da 7116:e981725da3fe
   102 [reposubs]
   102 [reposubs]
   103 * = Test
   103 * = Test
   104 EOF
   104 EOF
   105 
   105 
   106 echo % pull from bundle
   106 echo % pull from bundle
   107 hg pull -u ../kw.hg 2>&1 | sed -e '/^Date:/,/^diffs (/ d'
   107 hg pull -u ../kw.hg 2>&1 | sed -e '/^Content-Type:/,/^diffs (/ d'
   108 
   108 
   109 echo % remove notify config
   109 echo % remove notify config
   110 sed -e '/\[hooks\]/,$ d' $HGRCPATH > $HGRCPATH.nonotify
   110 sed -e '/\[hooks\]/,$ d' $HGRCPATH > $HGRCPATH.nonotify
   111 mv $HGRCPATH.nonotify $HGRCPATH
   111 mv $HGRCPATH.nonotify $HGRCPATH
   112 
   112