( )⚙ D11580 dirstatemap: fix copymap.pop in Rust to return the value it pops

This is an archive of the discontinued Mercurial Phabricator instance.

dirstatemap: fix copymap.pop in Rust to return the value it pops
ClosedPublic

Authored by marmoute on Oct 2 2021, 11:05 AM.

Details

Summary

I guess this was overlooked in the initial implementation?

Without this, the next patch would, loose copy information in setparent.

Diff Detail

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

Event Timeline

marmoute created this revision.Oct 2 2021, 11:05 AM
Alphare added a subscriber: Alphare.Oct 3 2021, 4:35 PM

Oops! Weird that this didn't show up in a test.

Alphare accepted this revision.Oct 3 2021, 4:35 PM
This revision is now accepted and ready to land.Oct 3 2021, 4:35 PM