author | Martin von Zweigbergk <martinvonz@google.com> |
Thu, 30 Apr 2020 10:05:14 -0700 | |
changeset 5341 | 13376ca93fa3 |
parent 5193 | a4d081923c81 |
permissions | -rw-r--r-- |
5193
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
1 |
Enable obsolescence to avoid the warning issue when obsmarkers are found |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
2 |
|
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
3 |
$ cat << EOF >> $HGRCPATH |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
4 |
> [experimental] |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
5 |
> evolution = all |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
6 |
> EOF |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
7 |
|
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
8 |
$ $TESTDIR/../contrib/check-compat-strings.sh "$TESTDIR/../hgext3rd/" "$RUNTESTDIR/.." |