From 72da461078a7d04396a2123575f0cabd14e095de Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 13 Aug 2008 13:31:09 +0200 Subject: [PATCH] Enhance error message --- src/repository.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.0