From 99a8a7dea9470925596b9923ef0593a9f644d3b2 Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Wed, 25 Mar 2009 21:38:10 +0000 Subject: [PATCH] A bit more verbose. --- parsecvs-as-sidehist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsecvs-as-sidehist b/parsecvs-as-sidehist index b5fa5f9..8461952 100755 --- a/parsecvs-as-sidehist +++ b/parsecvs-as-sidehist @@ -50,7 +50,7 @@ git fetch --append "$WORK_DIR" refs/heads/*:"$REMOTE"/* # refs/remotes/PREFIX/... (then "git branch -a" shows it); # one of these variants will be used in the wrapper that makes a forest. -echo $"The ref to the fetched history has been appended to FETCH_HEAD." +printf $"The ref to the fetched history has been appended to FETCH_HEAD and stored as %s.\n" "$REMOTE" echo $"Cleaning up:" rm -rf "$WORK_DIR" && printf $"%s removed.\n" "$WORK_DIR" -- 2.11.4.GIT