]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.cpp
Enhance error message
[svn-all-fast-export.git] / 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.168639 seconds and 4 git commands to generate.