From 040b572d95e4ca27e1ada6113c405b8a1eb4a669 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 11 Mar 2026 20:41:32 +0800 Subject: commitquery: Merge from ancestor and mergebases --- commitquery/errors.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commitquery/errors.go (limited to 'commitquery/errors.go') diff --git a/commitquery/errors.go b/commitquery/errors.go new file mode 100644 index 00000000..e99011d0 --- /dev/null +++ b/commitquery/errors.go @@ -0,0 +1,5 @@ +package commitquery + +import "errors" + +var errBadGenerationOrder = errors.New("commitquery: priority queue violated generation ordering") -- cgit v1.3.1-10-gc9f91