From c0fa5feaf084d4e1674b966ef9b7524bc2fe1ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Mon, 19 Apr 2010 23:06:00 +0200 Subject: Print more info on what is exported where --- src/repository.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/repository.cpp b/src/repository.cpp index 922027d..f7f7a30 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -376,9 +376,9 @@ void Repository::Transaction::commit() QByteArray::number(repository->commitCount) + " branch " + branch + " = SVN r" + QByteArray::number(revnum) + "\n\n"); - printf(" %d modifications to \"%s\"", - deletedFiles.count() + modifiedFiles.count(), - qPrintable(repository->name)); + printf(" %d modifications from SVN %s to %s/%s", + deletedFiles.count() + modifiedFiles.count(), svnprefix.data(), + qPrintable(repository->name), branch.data()); while (repository->fastImport.bytesToWrite()) if (!repository->fastImport.waitForBytesWritten(-1)) -- cgit v1.2.1