chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5d1f4e2
)
backend.py: Change default lock directory.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000
(20:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 7 Apr 2015 18:54:17 +0000
(19:54 +0100)
All of the other state things end up under the working tree, so this
should too.
backend.py
patch
|
blob
|
blame
|
history
diff --git
a/backend.py
b/backend.py
index d6fac7832d6bf722b93cef3dadddd0def542ffd3..576486cb4f4ac1e8f41cd3fe83c60670758f060d 100644
(file)
--- a/
backend.py
+++ b/
backend.py
@@
-37,7
+37,7
@@
import util as U
CONF.DEFAULTS.update(
## A directory in which we can create lockfiles.
- LOCKDIR = OS.path.join(
ENV['HOME'], 'var', 'lock', 'chpwd
'))
+ LOCKDIR = OS.path.join(
HOME, 'lock
'))
###--------------------------------------------------------------------------
### Utilities.