tests/test-pull-http.t
changeset 29978 3d2ea1403c62
parent 29688 30c59bdd4f41
child 31064 4431add9aef9
equal deleted inserted replaced
29977:73b1c328a7da 29978:3d2ea1403c62
    24   adding file changes
    24   adding file changes
    25   added 2 changesets with 2 changes to 1 files
    25   added 2 changesets with 2 changes to 1 files
    26   updating to branch default
    26   updating to branch default
    27   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    27   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    28   $ cat test3/.hg/hgrc
    28   $ cat test3/.hg/hgrc
    29   # example repository config (see "hg help config" for more info)
    29   # example repository config (see 'hg help config' for more info)
    30   [paths]
    30   [paths]
    31   default = http://foo@localhost:$HGPORT/
    31   default = http://foo@localhost:$HGPORT/
    32   
    32   
    33   # path aliases to other clones of this repo in URLs or filesystem paths
    33   # path aliases to other clones of this repo in URLs or filesystem paths
    34   # (see "hg help config.paths" for more info)
    34   # (see 'hg help config.paths' for more info)
    35   #
    35   #
    36   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
    36   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
    37   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork
    37   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork
    38   # my-clone     = /home/jdoe/jdoes-clone
    38   # my-clone     = /home/jdoe/jdoes-clone
    39   
    39