##// END OF EJS Templates
hg: establish a cache for localrepository instances...
hg: establish a cache for localrepository instances hgweb contained code for determining whether a cached localrepository instance was up to date. This code was way too low-level to be in hgweb. This functionality has been moved to a new "cachedlocalrepo" class in hg.py. The code has been changed slightly to facilitate use inside a class. hgweb has been refactored to use the new API. As part of this refactor, hgweb.repo no longer exists! We're very close to using a distinct repo instance per thread. The new cache records state when it is created. This intelligence prevents an extra localrepository from being created on the first hgweb request. This is why some redundant output from test-extension.t has gone away.

File last commit:

r11769:ca6cebd8 stable
r26219:ae33fff1 default
Show More
test-symlink-os-yes-fs-no.py.out
14 lines | 438 B | text/plain | TextLexer
/ tests / test-symlink-os-yes-fs-no.py.out
Dov Feldstern
test symlinks on symlink-capable os but non-capable filesystem (issue1149)...
r6879 requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Dov Feldstern
test symlinks on symlink-capable os but non-capable filesystem (issue1149)...
r6879 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
Martin Geisler
dirstate: ignore symlinks when fs cannot handle them (issue1888)...
r11769 requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
updating to branch default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved