equal
deleted
inserted
replaced
41 hg add content denied/cantwrite .hgsub |
41 hg add content denied/cantwrite .hgsub |
42 hg commit -u test1 -m "Add files to the repo" |
42 hg commit -u test1 -m "Add files to the repo" |
43 echo "Pushing changes" |
43 echo "Pushing changes" |
44 hg clone . ssh://chroothg/real/project |
44 hg clone . ssh://chroothg/real/project |
45 hg clone nested ssh://chroothg/real/project/nested |
45 hg clone nested ssh://chroothg/real/project/nested |
|
46 cd .. |
|
47 echo "Creating an mq repository" |
|
48 hg init qrepo |
|
49 (cd qrepo ; hg --config extensions.mq= qinit -c) |
|
50 hg --config extensions.mq= qclone qrepo ssh://chroothg/qrepo |
46 echo "Done for user test1" |
51 echo "Done for user test1" |