This is an archive of the discontinued Mercurial Phabricator instance.

filemerge: remove `premerge` argument from `_makebackup()`
ClosedPublic

Authored by martinvonz on Dec 6 2021, 3:35 PM.

Details

Summary

We now always pass True, so there's no need to pass it.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Dec 6 2021, 3:35 PM
Alphare accepted this revision.Dec 7 2021, 10:33 AM
This revision is now accepted and ready to land.Dec 7 2021, 10:33 AM

I've rebased this series (but made no other changes) and added some more patches after this one. Those are conceptually quite separate, so you could easily queue up to here first (but I'm also not in a rush to get these patches in).

I've rebased this series (but made no other changes) and added some more patches after this one. Those are conceptually quite separate, so you could easily queue up to here first (but I'm also not in a rush to get these patches in).

That was indeed my plan, thanks for confirming