tests/test-keyword
branchstable
changeset 511 fbe7b0409072
parent 485 5c3637b12e88
child 536 af1cbe3a9141
equal deleted inserted replaced
510:ee27d91bacae 511:fbe7b0409072
   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