##// END OF EJS Templates
revlog: extract function for getting node from known-to-exist rev...
revlog: extract function for getting node from known-to-exist rev Many of the calls to index_node() (which converts a rev to a nodeid) are done with a rev that's know to exist. If the function fails, there's something really wrong and we should just abort. This was done in only one place. This patch starts by extracting that code to a function that we can reuse in later patches. Differential Revision: https://phab.mercurial-scm.org/D3456

File last commit:

r37449:5ac84b20 default
r37877:a91f31a1 default
Show More
test-symlink-os-yes-fs-no.py.out
12 lines | 394 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 adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
Denis Laxalde
transaction-summary: show the range of new revisions upon pull/unbundle (BC)...
r34662 new changesets d326ae2d01ee
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 adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
Denis Laxalde
transaction-summary: show the range of new revisions upon pull/unbundle (BC)...
r34662 new changesets d326ae2d01ee
Martin Geisler
dirstate: ignore symlinks when fs cannot handle them (issue1888)...
r11769 4 files updated, 0 files merged, 0 files removed, 0 files unresolved