diff options
author | Torgny Nyblom <kde@nyblom.org> | 2010-09-08 21:34:15 +0200 |
---|---|---|
committer | Torgny Nyblom <kde@nyblom.org> | 2010-09-08 21:34:15 +0200 |
commit | cdba54a2cf2270f57b27c739f18c033a97155de1 (patch) | |
tree | 3062a9488dbf866c6ce15a3e523b46c76013160e /src | |
parent | 5a955ba10bd32786fcbe570b4ae45418eaf51f19 (diff) | |
download | svn2git-cdba54a2cf2270f57b27c739f18c033a97155de1.tar svn2git-cdba54a2cf2270f57b27c739f18c033a97155de1.tar.gz svn2git-cdba54a2cf2270f57b27c739f18c033a97155de1.tar.bz2 svn2git-cdba54a2cf2270f57b27c739f18c033a97155de1.tar.xz svn2git-cdba54a2cf2270f57b27c739f18c033a97155de1.zip |
Don't print the same message as in Transaction()
Creation is already printed at the bottom.
Diffstat (limited to 'src')
-rw-r--r-- | src/repository.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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); |