The unified diff between revisions [2449c78b..] and [ebdccab0..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'revision.hh'
#
#
# patch "revision.hh"
# from [1031cee8580d55528f5fb80e754fbf6e43dedb25]
# to [ee41c7c61df986d551aebd2445a6232150a9c8b0]
#
============================================================
--- revision.hh 1031cee8580d55528f5fb80e754fbf6e43dedb25
+++ revision.hh ee41c7c61df986d551aebd2445a6232150a9c8b0
@@ -125,9 +125,13 @@ toposort(std::set<revision_id> const & r
void
toposort(std::set<revision_id> const & revisions,
std::vector<revision_id> & sorted,
- app_state & app);
+ database & db);
void
+toposort(std::vector<revision_id> & sorted,
+ database & db);
+
+void
erase_ancestors(std::set<revision_id> & revisions, app_state & app);
void