diff src/mainwindow.cpp @ 565:c2e212ab0068

Make it possible to set an empty remote URL, fixing #357
author Chris Cannam
date Wed, 29 Feb 2012 10:38:28 +0000
parents 39cac58b4f92
children 88ec0ae91dcc
line wrap: on
line diff
--- a/src/mainwindow.cpp	Tue Feb 28 16:59:25 2012 +0000
+++ b/src/mainwindow.cpp	Wed Feb 29 10:38:28 2012 +0000
@@ -289,7 +289,7 @@
         path = s.value("default").toString();
     }
 
-    std::cerr << "hgQueryPaths: setting m_remoteRepoPath to " << m_remoteRepoPath << " from file " << hgrc.absoluteFilePath() << std::endl;
+//    std::cerr << "hgQueryPaths: setting m_remoteRepoPath to " << m_remoteRepoPath << " from file " << hgrc.absoluteFilePath() << std::endl;
     
     m_remoteRepoPath = path;