tests/test-keyword
changeset 516 0107b6de1a35
parent 511 fbe7b0409072
child 536 af1cbe3a9141
equal deleted inserted replaced
509:16b690351c0d 516:0107b6de1a35
   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