From 4fc6777ad867438d7cee0bf77fb22a28813f8012 Mon Sep 17 00:00:00 2001 From: Alex Skryl Date: Mon, 28 Jun 2010 21:32:31 -0500 Subject: [PATCH] Fixed README --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 2f48457..6dd52b7 100644 --- a/README +++ b/README @@ -47,8 +47,10 @@ contains 'customer' for each sprint provided. Print all the unique files touched by any CL in the two issues specified. ./af -i 169439,169835 -ur2 -Integrate all the files in all the CLs (non integration CLs) for a specific issue. -./af -i 186735 -r2 -uf "change_list_description:no_integrates" | xargs -I$ p4 integrate branch1/$ branch2/$ +Integrate all the files in all the CLs (non integration CLs) for a specific issue. +Note that all file paths are returned with the depot name prepended. colrm can be used +to trim the output to a convenient character position. +./af -i 186735 -r2 -uf "change_list_description:no_integrates" | colrm 1 30 | args -I$ p4 integrate branch1/$ branch2/$ Prints every issue in a sprint, the Cls for each issue, and the files touched by each CL. This data tree is also dumped to a yaml file.