Mercurial > hg
comparison COPYING @ 21272:4aeb7a6029ba
merge: prevent simplemerge from mutating label list
simplemerge was using list.pop() to remove items from the labels list. This
mutated the list and made it unusable by other calls (for instance, it might be
used in both the premerge and actual merge stages).
author | Durham Goode <durham@fb.com> |
---|---|
date | Thu, 08 May 2014 16:33:06 -0700 |
parents | 8c8b55733cbd |
children |
comparison
equal
deleted
inserted
replaced
21271:4adc090fa2fb | 21272:4aeb7a6029ba |
---|