Mercurial > hg
view tests/test-pull @ 2627:b779319a532b
context.py: self.repo is not defined, change to self._repo
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 16 Jul 2006 16:39:02 +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