This is an archive of the discontinued Mercurial Phabricator instance.

largefiles: drop "rel" prefix from filename variables
ClosedPublic

Authored by martinvonz on Feb 4 2019, 11:55 PM.

Details

Summary

The prefixes were meant to indicate that these paths are repo-relative
as opposed to absolute. However, that's what the majority of paths in
our code base are, so "rel" made me think they were instead
cwd-relative. Let's just drop the prefixes.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Feb 4 2019, 11:55 PM
pulkit accepted this revision.Feb 5 2019, 12:37 PM
This revision was automatically updated to reflect the committed changes.