Mercurial > hg
view tests/test-pull @ 2583:6e5427447f4c
adding local_hostname option to smtp configuration
author | Valentino Volonghi aka dialtone <dialtone@divmod.com> |
---|---|
date | Sun, 09 Jul 2006 14:12:19 +0200 |
parents | 83cfd95eafb5 |
children | ffb895f16925 |
line wrap: on
line source
#!/bin/sh mkdir test cd test echo foo>foo hg init hg addremove hg commit -m 1 hg verify hg serve -p 20059 -d --pid-file=hg.pid cat hg.pid >> $DAEMON_PIDS cd .. http_proxy= hg clone http://localhost:20059/ copy cd copy hg verify hg co cat foo hg manifest hg pull