summaryrefslogtreecommitdiff
path: root/applyPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'applyPatch.go')
-rw-r--r--applyPatch.go14
1 files changed, 4 insertions, 10 deletions
diff --git a/applyPatch.go b/applyPatch.go
index 223a2d9..626a582 100644
--- a/applyPatch.go
+++ b/applyPatch.go
@@ -3,16 +3,6 @@
package main
-import (
- "os"
- "path/filepath"
- "strings"
-
- "go.wit.com/lib/protobuf/forgepb"
- "go.wit.com/lib/protobuf/gitpb"
- "go.wit.com/log"
-)
-
/*
// saves the patches in ~/.config/forge/currentpatches/
func savePatchset(pset *forgepb.Patchset) error {
@@ -45,6 +35,7 @@ func savePatchset(pset *forgepb.Patchset) error {
}
*/
+/*
// re-run git CheckDirty() on everything
func IsAnythingDirty() bool {
doCheckDirtyAndConfigSave()
@@ -55,7 +46,9 @@ func IsAnythingDirty() bool {
return true
}
}
+*/
+/*
// From 18ee541f89be2e9f9a91c54873da87885e8ffdf5 Mon Sep 17 00:00:00 2001
// From: Jeff Carr <[email protected]>
// Date: Sun, 5 Jan 2025 01:18:47 -0600
@@ -122,3 +115,4 @@ func doRegister(newurl string) error {
}
return nil
}
+*/