[Expo-tech] mercurial - fixed

Philip Sargent (Gmail) philip.sargent at gmail.com
Sat Mar 28 18:03:07 GMT 2020


OK, for future references:
First of all set up all files as owned by expo:expo as that is the userid
that mercurial operates as when you do mercurial stuff to the server.

ssh as psargent
cd ~expo/expoweb/.hg
sudo chown -R expo:expo *

then ssh as expo and do
cd ~expo/expoweb
hg status
hg update
hg help resolve
hg resolve -l
hg resolve -m
hg update
hg commit -m "uncommitted changes"
hg status
presumably this leaves it in a state whereby mercurial works, but nobody
should try "Edit this page" .

Philip






More information about the Expo-tech mailing list