From 7769f874343034c4e2214fead258c9bf4a9f5798 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 6 Mar 2006 14:03:34 +0000 Subject: missing informative message after call to checkout_rev(). --- usr.bin/rcs/co.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index 3835ea73cf3..67c0f642258 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.57 2006/03/06 13:49:24 xsa Exp $ */ +/* $OpenBSD: co.c,v 1.58 2006/03/06 14:03:33 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -176,6 +176,9 @@ checkout_main(int argc, char **argv) continue; } + if (verbose == 1) + printf("done\n"); + rcs_close(file); if (flags & PRESERVETIME) -- cgit v1.2.3