Down for Maintenance from December 15, 2025 Monday 9:30pm PST to December 16, 2025 Tuesday 3:30am PST (i.e., 05:30am -11:30am GMT, December 16, 2025 Tuesday)
- Loading...
...
| 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>.
...