A couple of things that bite me during my testing. First, the installation of mercurial itself on my development box (Ubuntu Linux). When I ran "hg debuginstall" I got this "mpatch" extension error. What I did was ran the following command "make local" (you can read the instruction from the mercurial website). After issuing the command "hg debuginstall" no longer reports the error.
Note to self:
hg pull - updates working copy
hg -m
hg add - adds the new files on the next commit
hg commit - commit outstanding changes
hg remove
No comments:
Post a Comment