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: 'commands.cc'

#
#
# patch "commands.cc"
#  from [a10d3cb2745a4e0abf8281668b57204b333e03a6]
#    to [0fc12a37debd7db7812e2670afcb99d787f869e0]
#
============================================================
--- commands.cc	a10d3cb2745a4e0abf8281668b57204b333e03a6
+++ commands.cc	0fc12a37debd7db7812e2670afcb99d787f869e0
@@ -2222,6 +2222,11 @@ CMD(db, N_("database"),
         build_changesets_from_manifest_ancestry(app);
       else if (idx(args, 0)() == "rosterify")
         build_roster_style_revs_from_manifest_style_revs(app);
+      else if (idx(args, 0)() == "flip")
+        {
+          app.db.make_fwd_deltas("files", "file_deltas");
+          app.db.make_fwd_deltas("rosters", "roster_deltas");
+        }
       else
         throw usage(name);
     }