Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add info in re fix to hg forest.py

...

Code Block
$ sudo port install hg-forest
$ cat ~/.hgrc

[extensions]
forest=
fetch=

If you get an error from trying to clone the tree at this point (AttributeError: 'httprepository' object has no attribute 'do_read'), you should edit the forest.py files under /opt and change the occurrences of <code>do_read</code> to <code>_call</code>.

Checkout the code using hg/forest.

...