comparison hgext/largefiles/overrides.py @ 26817:b68797f244e4 stable

largefiles: fix explicit commit of normal/largefile switch Commit of corresponding normal/largefiles pairs would only commit the standin. That is usually fine, except if either the normal file or the standin is a remove while the other is an add. In that case it would either give duplicate colliding entries or lose the file. Instead, commit both filenames if one of them is a remove.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 21 Oct 2015 00:18:11 +0200
parents 1aee2ab0f902
children fa2daf0e61ab
comparison
equal deleted inserted replaced
26816:e82bce7ec843 26817:b68797f244e4