aboutsummaryrefslogtreecommitdiff
path: root/internal/commitquery/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/commitquery/errors.go')
-rw-r--r--internal/commitquery/errors.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/commitquery/errors.go b/internal/commitquery/errors.go
new file mode 100644
index 00000000..e99011d0
--- /dev/null
+++ b/internal/commitquery/errors.go
@@ -0,0 +1,5 @@
+package commitquery
+
+import "errors"
+
+var errBadGenerationOrder = errors.New("commitquery: priority queue violated generation ordering")