The unified diff between revisions [24fb0b25..] and [8032bf83..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'database.hh'

#
#
# patch "database.hh"
#  from [cdb13d34c338f3d6fb2e48840fd9c3a5b698cbcb]
#    to [dd6db1d50f94c66c8b9a4090bd93c92d8885dcc3]
#
============================================================
--- database.hh	cdb13d34c338f3d6fb2e48840fd9c3a5b698cbcb
+++ database.hh	dd6db1d50f94c66c8b9a4090bd93c92d8885dcc3
@@ -156,6 +156,10 @@ public:

   void get_revision_manifest(revision_id const & cid,
                              manifest_id & mid);
+
+  void get_common_ancestors(std::set<revision_id> const & revs,
+                            std::set<revision_id> & common_ancestors);
+
   void get_revision_ids(std::set<revision_id> & ids);
   // this is exposed for 'db check':
   void get_file_ids(std::set<file_id> & ids);