hgext/imerge.py
changeset 5154 ec24bfd852ab
parent 5153 1d5ebb0d366f
child 5221 8860f29447c1
--- a/hgext/imerge.py
+++ b/hgext/imerge.py
@@ -36,7 +36,7 @@ class ImergeStateFile(object):
         tf = tarfile.open(source, 'r')
         contents = tf.getnames()
         # tarfile normalizes path separators to '/'
-        statusfile = '/'.join(['.hg', 'imerge', 'status'])
+        statusfile = '.hg/imerge/status'
         if statusfile not in contents:
             raise InvalidStateFileException('no status file')