# # patch "commands.cc" # from [ec23f888462e29cca03a8074c1834499e3da9b68] # to [bd21bb696670d4ed77dfd154194b3d542637d296] # --- commands.cc +++ commands.cc @@ -2193,7 +2193,8 @@ } CMD(inventory, "informative", "[PATH]...", - "inventory of every file in working copy with associated status") + "inventory of every file in working copy with associated status", + % OPT_DB_NAME % OPT_BRANCH_NAME % OPT_ALL_FILES) { manifest_id old_manifest_id; revision_id old_revision_id;