From cdba54a2cf2270f57b27c739f18c033a97155de1 Mon Sep 17 00:00:00 2001 From: Torgny Nyblom Date: Wed, 8 Sep 2010 21:34:15 +0200 Subject: Don't print the same message as in Transaction() Creation is already printed at the bottom. --- src/repository.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/repository.cpp') diff --git a/src/repository.cpp b/src/repository.cpp index ab2a7de..d071ce6 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -471,10 +471,6 @@ int FastImportRepository::createBranch(const QString &branch, int revnum, const QString &branchFrom, int branchRevNum) { startFastImport(); - if (!branches.contains(branch)) { - qWarning() << branch << "is not a known branch in repository" << name << endl - << "Going to create it automatically"; - } QByteArray branchFromDesc = "from branch " + branchFrom.toUtf8(); int mark = markFrom(branchFrom, branchRevNum, branchFromDesc); -- cgit v1.2.1