The unified diff between revisions [869f0c37..] and [e24ccc23..] 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 [0219fa13f31351d209832ea210bb1e7a46bef761]
# to [2b9bb2299e2fe0f337e33d1989d6f3f6d8c793c7]
#
============================================================
--- commands.cc 0219fa13f31351d209832ea210bb1e7a46bef761
+++ commands.cc 2b9bb2299e2fe0f337e33d1989d6f3f6d8c793c7
@@ -1370,7 +1370,7 @@ CMD(cat, "informative",
{
revision_id rid;
complete(app, idx(args, 1)(), rid);
- file_path fp(idx(args, 2)());
+ file_path fp = app.prefix(idx(args, 2));
manifest_id mid;
app.db.get_revision_manifest(rid, mid);
manifest_map m;