From: Thiago Macieira Date: Wed, 13 Aug 2008 11:31:09 +0000 (+0200) Subject: Enhance error message X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/commitdiff_plain/72da461078a7d04396a2123575f0cabd14e095de Enhance error message --- diff --git a/src/repository.cpp b/src/repository.cpp index 538b6f0..699e686 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -217,7 +217,7 @@ void Repository::Transaction::commit() Branch &br = repository->branches[branch]; if (!br.created) { - qWarning() << "Branch" << branch << "doesn't exist at revision" + qWarning() << "Branch" << branch << "in repository" << repository->name << "doesn't exist at revision" << revnum << "-- did you resume from the wrong revision?"; br.created = revnum; }