tests/test-pull-http.t
changeset 37588 165a77f7ec13
parent 36754 e3c228b4510d
child 37845 b4b7427b5786
equal deleted inserted replaced
37587:192b7ad06932 37588:165a77f7ec13
     1 #require killdaemons
     1 #require killdaemons
       
     2 
       
     3 #if no-windows
       
     4 For debugging: this is a pretty simple test that is a good candidate
       
     5 for tracking down network-related bugs. Sometimes a command in this
       
     6 hangs, so having showstack pre-loaded is sometimes helpful. This also
       
     7 gives us a test that at least proves showstack can be loaded.
       
     8   $ cat >> $HGRCPATH <<EOF
       
     9   > [extensions]
       
    10   > showstack = $TESTDIR/../contrib/showstack.py
       
    11   > EOF
       
    12 #endif
     2 
    13 
     3   $ hg init test
    14   $ hg init test
     4   $ cd test
    15   $ cd test
     5   $ echo a > a
    16   $ echo a > a
     6   $ hg ci -Ama
    17   $ hg ci -Ama