The unified diff between revisions [850c20aa..] and [a80e1661..] 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 [d04179187700889eee2af3e4e6ada1ffad5e7317]
#    to [889b85e8285c01cbd3cfecfecc5b2d687f9cdcd3]
#
============================================================
--- commands.cc	d04179187700889eee2af3e4e6ada1ffad5e7317
+++ commands.cc	889b85e8285c01cbd3cfecfecc5b2d687f9cdcd3
@@ -1319,10 +1319,7 @@ CMD(cat, N_("informative"),
   // paths are interpreted as standard external ones when we're in a
   // working copy, but as project-rooted external ones otherwise
   file_path fp;
-  if (app.found_working_copy)
-    fp = file_path_external(idx(args, 0));
-  else
-    fp = file_path_internal_from_user(idx(args, 0));
+  fp = file_path_external(idx(args, 0));
   manifest_id mid;
   app.db.get_revision_manifest(rid, mid);
   manifest_map m;