Skip to content
Snippets Groups Projects
Commit 2e0b2a38 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

test-transaction-safety: glog out irrelevant flag

The test is focussing on the inline flag, so we glob out the other to highlight
that fact and prevent noise in the future.
parent cf23a843
No related branches found
No related tags found
1 merge request!727no longer inline changelogs
......@@ -155,7 +155,7 @@
#if revlogv1
$ hg debugrevlog of | grep inline
flags : inline, generaldelta
flags : inline, * (glob)
#endif
......@@ -167,7 +167,7 @@
#if revlogv1
$ hg debugrevlog of | grep inline
flags : inline, generaldelta
flags : inline, * (glob)
#endif
......@@ -180,7 +180,7 @@
#if revlogv1
$ hg debugrevlog of | grep inline
flags : inline, generaldelta
flags : inline, * (glob)
#endif
......@@ -192,7 +192,7 @@
#if revlogv1
$ hg debugrevlog of | grep inline
flags : inline, generaldelta
flags : inline, * (glob)
#endif
......@@ -206,7 +206,7 @@
#if revlogv1
$ hg debugrevlog of | grep inline
flags : inline, generaldelta
flags : inline, * (glob)
#endif
......@@ -218,7 +218,7 @@
#if revlogv1
$ hg debugrevlog of | grep inline
flags : inline, generaldelta
flags : inline, * (glob)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment