D5108: context: raise runtime errors with sysstrs

2018-10-15 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGaf2306bf7d5d: context: raise runtime errors with sysstrs (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5108?vs=12140&id=121

D5108: context: raise runtime errors with sysstrs

2018-10-14 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We should probably *not* use RuntimeError for this, but let's deal with that later, rather than as part of the Python 3 effort. REPOSITORY rHG Mercurial REVISI