Mercurial > public > mercurial-scm > evolve
annotate docs/tutorial/testlib/docgraph_setup.sh @ 7052:9ad6b690a518 stable tip
Added tag 11.1.8 for changeset 4f273a1ee194
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 11 Mar 2025 15:06:15 +0400 |
parents | aad37ffd7d58 |
children |
rev | line source |
---|---|
3376
aad37ffd7d58
doc: import the training support
Boris Feld <boris.feld@octobus.net>
parents:
diff
changeset
|
1 . $TESTDIR/testlib/pythonpath.sh |
aad37ffd7d58
doc: import the training support
Boris Feld <boris.feld@octobus.net>
parents:
diff
changeset
|
2 |
aad37ffd7d58
doc: import the training support
Boris Feld <boris.feld@octobus.net>
parents:
diff
changeset
|
3 cat >> $HGRCPATH << EOF |
aad37ffd7d58
doc: import the training support
Boris Feld <boris.feld@octobus.net>
parents:
diff
changeset
|
4 [extensions] |
aad37ffd7d58
doc: import the training support
Boris Feld <boris.feld@octobus.net>
parents:
diff
changeset
|
5 docgraph= |
aad37ffd7d58
doc: import the training support
Boris Feld <boris.feld@octobus.net>
parents:
diff
changeset
|
6 EOF |