The unified diff between revisions [5587f68e..] and [95cbeaa8..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'restrictions.cc'
#
#
# patch "restrictions.cc"
# from [a2c9b4ec291eb22ed849af535ffec2fc4de253d9]
# to [08affd2e33496704cc881807f3dd408a9f2a4129]
#
============================================================
--- restrictions.cc a2c9b4ec291eb22ed849af535ffec2fc4de253d9
+++ restrictions.cc 08affd2e33496704cc881807f3dd408a9f2a4129
@@ -244,7 +244,10 @@ calculate_unrestricted_revision(app_stat
manifest_map & m_new)
{
std::vector<utf8> empty_args;
+ std::set<utf8> saved_exclude_patterns(app.exclude_patterns);
+ app.exclude_patterns.clear();
calculate_restricted_revision(app, empty_args, rev, m_old, m_new);
+ app.exclude_patterns = saved_exclude_patterns;
}
void