changeset 4114:d5011e347476

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Mon, 26 Feb 2007 12:12:29 -0600
parents 972519384853 (diff) b53c6f7dbb1f (current diff)
children bb70d5fa02ae eb0967c6e77b
files contrib/convert-repo
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/convert-repo	Wed Feb 21 00:38:06 2007 +0100
+++ b/contrib/convert-repo	Mon Feb 26 12:12:29 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):