sapling/eden/scm/tests/test-strict.t
Jun Wu beca0cbd81 tests: add devel.segmented-changelog-rev-compat=true for some tests
Summary: This makes them more compatible with the next change.

Reviewed By: LynBusch

Differential Revision: D38913572

fbshipit-source-id: a5a6925dc514db8ba404da99f86dc94809d4df68
2022-09-12 11:49:55 -07:00

31 lines
479 B
Perl

#chg-compatible
#debugruntest-compatible
$ setconfig devel.segmented-changelog-rev-compat=true
$ hg init repo
$ cd repo
$ echo a > a
$ hg ci -Ama
adding a
$ hg an a
0: a
$ hg --config ui.strict=False an a
0: a
$ setconfig ui.strict=true
No difference - "an" is an alias
$ hg an a
0: a
$ hg annotate a
0: a
should succeed - up is an alias, not an abbreviation
$ hg up
0 files updated, 0 files merged, 0 files removed, 0 files unresolved