feat(core): add mercurial adapter for vcs status and diff (#35141)

This commit is contained in:
Shoubhit Dash
2026-07-03 17:42:25 +05:30
committed by GitHub
parent 8d790a9ed5
commit 5657cec4f2
12 changed files with 769 additions and 99 deletions
+1 -1
View File
@@ -744,7 +744,7 @@ export type Project = {
id: string
worktree: string
vcsDir?: string
vcs?: "git"
vcs?: "git" | "hg"
time: {
created: number
initialized?: number