#Hmm I suppose you could merge together
1 messages · Page 1 of 1 (latest)
They're all rooted in / of the repo (otherwise other things blow up). But, the ignore filters are different
What's lower and upper?
aka before/after aka older/newer, the directories that Changeset tracks internally
ah I see, so "naively" merge all the "before"s together (additive only, last write wins), then use that as a substitute for my base
yeah, seems like that should do the right thing? on the theory that they have just about the same starting point, so even if they overlap/clobber, it's probably the same state?