Mercurial > hg
view tests/test-simple-update @ 4698:30e826bd8ed1
convert: handle new cvsps with Tags: and multiple tags.
author | Eric Hopper <hopper@omnifarious.org> |
---|---|
date | Sun, 24 Jun 2007 07:22:58 -0700 |
parents | ad3d5b4367cb |
children |
line wrap: on
line source
#!/bin/sh set -e mkdir test cd test echo foo>foo hg init hg addremove hg commit -m "1" hg verify hg clone . ../branch cd ../branch hg co echo bar>>foo hg commit -m "2" cd ../test hg pull ../branch hg verify hg co cat foo hg manifest --debug