In article <[email protected]>, Phil Dobbin <[email protected]> wrote: > I've just run selfupdate & got, amongst other things: > > `mercurial 2.2.3_0 < 2.3_0` > > so I ran upgrade outdated but now when I cd into my hg vim repo & run > `hg pull` it throws the error: > > `$ hg pull > abort: No module named repo!`
hg 2.3 is working fine for me. Check your ~/.hgrc file and any repo-specific .hg/hgrc files for the stray use of the word "repo", for example in the [extensions] section. And make sure you don't have any PYTHON* environment variables set (like PYTHONPATH) that might be causing a problem. -- Ned Deily, [email protected] _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
