2014-11-05 12:41:07 +01:00

14 lines
344 B
Plaintext

$NetBSD: patch-an,v 1.3 2013/10/14 06:51:02 adam Exp $
--- src/history.c.orig 2005-09-04 02:41:28.000000000 +0000
+++ src/history.c
@@ -781,7 +781,7 @@ history_write (int type, const char *upd
if (!strchr (config->logHistory, type))
return;
- if (noexec)
+ if (nolock)
goto out;
repos = Short_Repository (repository);