D4799: storageutil: extract functionality for resolving strip revisions

2018-10-03 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGfa3dc85a747e: storageutil: extract functionality for resolving strip revisions (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D4799: storageutil: extract functionality for resolving strip revisions

2018-09-28 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I found myself having to copy this method as part of implementing a new storage backend. With a little tweaking, we can extract it to a standalone function so