Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
docs/tutorial/testlib/docgraph_setup.sh
author
Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 27 Aug 2018 11:33:09 +0200
changeset 4010
4c2fcd53c601
parent 3376
aad37ffd7d58
permissions
-rw-r--r--
sqlite: fast path when nothing to save If we have no new data to save, we should try to do anything. Doing something concurrently is hard enough. If we can avoid doing it at all that would be great.
.
$TESTDIR
/testlib/pythonpath.sh
cat
>>
$HGRCPATH
<< EOF
[extensions]
docgraph=
EOF