This is an archive of the discontinued Mercurial Phabricator instance.

obbshelve: remove defaults to shelve.maxbackups
ClosedPublic

Authored by phillco on Oct 10 2017, 2:32 AM.
Tags
None
Subscribers

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rFBHGX8f2d495f4c71: obbshelve: remove defaults to shelve.maxbackups
Summary

Conflicts in our test-config.t test with 18cd210535b3 which obviates the need to specify a default.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

phillco created this revision.Oct 10 2017, 2:32 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 10 2017, 2:32 AM
phillco edited the summary of this revision. (Show Details)Oct 10 2017, 2:37 AM
This revision was automatically updated to reflect the committed changes.

Looks like this broke unshelve.

Conflicts in our test-config.t test with 18cd210535b3 which obviates the need to specify a default.

Except we don't load the shelve extension, do we?

extensions.shelve=!
extensions.obsshelve=

I'll back this commit out I guess.