Show More
@@ -38,9 +38,6 b' ruled out) prior to taking off the exper' | |||
|
38 | 38 | |
|
39 | 39 | * `hg diff` is similar, and probably shouldn't see the pointer file |
|
40 | 40 | |
|
41 | #. `Fix https multiplexing, and re-enable workers | |
|
42 | <https://www.mercurial-scm.org/pipermail/mercurial-devel/2018-January/109916.html>`_. | |
|
43 | ||
|
44 | 41 | #. Show to-be-applied rules with `hg files -r 'wdir()' 'set:lfs()'` |
|
45 | 42 | |
|
46 | 43 | * `debugignore` can show file + line number, so a dedicated command could be |
@@ -181,7 +181,7 b' eh.configitem(' | |||
|
181 | 181 | b'experimental', b'lfs.disableusercache', default=False, |
|
182 | 182 | ) |
|
183 | 183 | eh.configitem( |
|
184 |
b'experimental', b'lfs.worker-enable', default= |
|
|
184 | b'experimental', b'lfs.worker-enable', default=True, | |
|
185 | 185 | ) |
|
186 | 186 | |
|
187 | 187 | eh.configitem( |
@@ -17,6 +17,7 b' tell the client to store files elsewhere' | |||
|
17 | 17 | $ hg init server |
|
18 | 18 | $ hg --config "lfs.usercache=$TESTTMP/servercache" \ |
|
19 | 19 | > --config experimental.lfs.serve=False -R server serve -d \ |
|
20 | > --config experimental.lfs.worker-enable=False \ | |
|
20 | 21 | > -p $HGPORT --pid-file=hg.pid -A $TESTTMP/access.log -E $TESTTMP/errors.log |
|
21 | 22 | $ cat hg.pid >> $DAEMON_PIDS |
|
22 | 23 |
General Comments 0
You need to be logged in to leave comments.
Login now