changeset 4109:c097b6f4f082

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Thu, 22 Feb 2007 19:00:05 -0600
parents 06d65498f73b (diff) 226df1808f16 (current diff)
children 972519384853
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/convert-repo	Tue Feb 20 20:55:23 2007 +0100
+++ b/contrib/convert-repo	Thu Feb 22 19:00:05 2007 -0600
@@ -293,7 +293,7 @@
         if os.path.isdir(path + "/.git"):
             path += "/.git"
         self.path = path
-        if not os.path.exists(path + "/HEAD"):
+        if not os.path.exists(path + "/objects"):
             raise NoRepo("couldn't open GIT repo %s" % path)
 
     def getheads(self):