equal
deleted
inserted
replaced
732 > [paths] |
732 > [paths] |
733 > local=../issue4455-dest/ |
733 > local=../issue4455-dest/ |
734 > ssh=ssh://user@dummy/issue4455-dest |
734 > ssh=ssh://user@dummy/issue4455-dest |
735 > http=http://localhost:$HGPORT/ |
735 > http=http://localhost:$HGPORT/ |
736 > [ui] |
736 > [ui] |
737 > ssh=python "$TESTDIR/dummyssh" |
737 > ssh=dummyssh |
738 > EOF |
738 > EOF |
739 $ cat >> ../issue4455-dest/.hg/hgrc << EOF |
739 $ cat >> ../issue4455-dest/.hg/hgrc << EOF |
740 > [hooks] |
740 > [hooks] |
741 > prepushkey=false |
741 > prepushkey=false |
742 > [web] |
742 > [web] |