]> andersk Git - svn-all-fast-export.git/commitdiff
Enhance error message
authorThiago Macieira <thiago@doriath.(none)>
Wed, 13 Aug 2008 11:31:09 +0000 (13:31 +0200)
committerThiago Macieira <thiago.macieira@trolltech.com>
Wed, 13 Aug 2008 11:31:20 +0000 (13:31 +0200)
src/repository.cpp

index 538b6f069d331def03227575bb1ca55d103e0706..699e686a25417063fb3b7f70ca0b6d90007c045a 100644 (file)
@@ -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;
         }
This page took 0.140273 seconds and 5 git commands to generate.