This is an archive of the discontinued Mercurial Phabricator instance.

clone: rename "rev" to "revs" since there can be many
ClosedPublic

Authored by martinvonz on Apr 2 2018, 11:46 AM.

Details

Summary

It was a little tricky in hg.clone(), since there was a local "revs"
variable defined there, but "rev" was never used after "revs", so I
just overwrote it.

Note that clonewithshare() should also have its "rev" argument renamed
to "revs", but I'll leave that to someone else.

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.Apr 2 2018, 11:46 AM
pulkit accepted this revision.Apr 2 2018, 2:23 PM
This revision was automatically updated to reflect the committed changes.