mercurial/cext/parsers.c
changeset 49273 34020d1f1635
parent 49044 be9bf75a837c
child 49820 3eac92509484
equal deleted inserted replaced
49271:87a3f43b9dc2 49273:34020d1f1635
   372 			t->mtime_s = mtime;
   372 			t->mtime_s = mtime;
   373 		}
   373 		}
   374 	} else {
   374 	} else {
   375 		PyErr_Format(PyExc_RuntimeError,
   375 		PyErr_Format(PyExc_RuntimeError,
   376 		             "unknown state: `%c` (%d, %d, %d)", state, mode,
   376 		             "unknown state: `%c` (%d, %d, %d)", state, mode,
   377 		             size, mtime, NULL);
   377 		             size, mtime);
   378 		Py_DECREF(t);
   378 		Py_DECREF(t);
   379 		return NULL;
   379 		return NULL;
   380 	}
   380 	}
   381 
   381 
   382 	return t;
   382 	return t;