This is meant to serve as a list of large changesets (and their timestamps) that are likely to interfere with merges. In the case where you make a branch in January, there's a big change done across the codebase in March, and you want to merge back to master in April, you may end up with merge conflicts. Often the "large changesets" are done semi-automatically (with sed
or something), so this would be a good place to document what was done and approximately how to duplicate it on an independent branch to smooth out merging.
Add stuff at the top so that you can see the most recent stuff first.
See also this list on the mediawiki-wiki.
residue_type.atom(ii).ideal_xyz()
-> residue_type.ideal_xyz(ii)
sed -i "s/core::graph/utility::graph/g"
as necessary?