Ticket #27196: hgforest-crew.hg-1.7-1.patch
File hgforest-crew.hg-1.7-1.patch, 550 bytes (added by olexandr.voloshyn@…, 14 years ago) |
---|
-
forest.py
diff -r 9e722e8d001d forest.py
a b 274 274 raise util.Abort(_("Remote forests cannot be cloned because the " 275 275 "other repository doesn't support the forest " 276 276 "extension.")) 277 data = self. do_read("forests", walkhg=("", "True")[walkhg])277 data = self.call("forests", walkhg=("", "True")[walkhg]) 278 278 return data.splitlines() 279 279 280 280 httprepo.httprepository.forests = _httprepo_forests