rust/hg-core/src/revlog/mod.rs
changeset 50975 3aca98a35727
parent 50974 c950fdba7472
child 50976 9929c8a73488
--- a/rust/hg-core/src/revlog/mod.rs	Mon Aug 07 12:53:43 2023 +0200
+++ b/rust/hg-core/src/revlog/mod.rs	Mon Aug 07 15:07:48 2023 +0200
@@ -76,7 +76,6 @@
 #[derive(Clone, Debug, PartialEq)]
 pub enum GraphError {
     ParentOutOfRange(Revision),
-    WorkingDirectoryUnsupported,
 }
 
 /// The Mercurial Revlog Index