blob: d39430cc9e09f3286da02859081aaba5d1d4697b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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);
|