Ticket #27196: hgforest-crew.hg-1.7-1.2.patch

File hgforest-crew.hg-1.7-1.2.patch, 550 bytes (added by olexandr.voloshyn@…, 13 years ago)

Patch for 1.7.1

  • forest.py

    diff -r 9e722e8d001d forest.py
    a b  
    274274        raise util.Abort(_("Remote forests cannot be cloned because the "
    275275                           "other repository doesn't support the forest "
    276276                           "extension."))
    277     data = self.do_read("forests", walkhg=("", "True")[walkhg])
     277    data = self.call("forests", walkhg=("", "True")[walkhg])
    278278    return data.splitlines()
    279279
    280280httprepo.httprepository.forests = _httprepo_forests