Can I tell MacHG to use a specific version of Mercurial? -
i use specific version of mercurial plugin reasons. there way can tell machg use specific mercurial version. know comes own, use 'mine', basically.
yes, it's documented in project's source code:
replacing mercurial version trivial. replace version of mercurial in machg/localmercurial. ie replace
machg/localmercurial/mercurial machg/localmercurial/hgext machg/localmercurial/mercurial-<version>-py2.6.egg-infowith new version. careful maintain extensions in hgext not in new version hgext. eg histedit, collapse, etc. need re-apply patches specific machg new version. find these differences can compare machg's localmercurial checked out version of mercurial repository updated (to same version not revision machg using). eg if machg using version 1.9.2 of mercurial + machg patches, compare machg's localmercurial version 1.9.2 of stock mercurial find of machg patches.
even though it's possible, introduce incompatibilities if you're trying run older version of mercurial, might cause hard-to-diagnose problems. it's safer install older version of machg comes version need.
if you're trying update version of mercurial machg uses newer one, consider submitting pull request, i'm sure they'd appreciate it.
Comments
Post a Comment