sapling/eden/scm/tests/test-bookmarks-loading-order.t
Jun Wu 1f8d8cfbf0 store: always enable store and fncache
Summary:
fncache and store have been default on for years. Enable them unconditionally.
This also makes sure that metalog is always available.

Practically, the only place that does not use fncache is hgsql server repos and
they are irrelevant now.

Reviewed By: DurhamG

Differential Revision: D28595289

fbshipit-source-id: 32b9906c179518acdb17a206b54f98a3dc994921
2021-05-25 19:43:45 -07:00

22 lines
386 B
Perl

#chg-compatible
$ configure modern
$ setconfig ui.allowemptycommit=1
$ newrepo
$ echo A | hg debugdrawdag
Active bookmark.
$ hg up A -q
Read bookmark while updating it.
With metalog it works fine:
$ hg log -r A -T '{desc}\n' --config hooks.pre-bookmark-load='hg commit -m A2'
A
$ hg log -r A -T '{desc}\n' --config hooks.pre-bookmark-load='hg commit -m A3'
A2