summaryrefslogtreecommitdiff
path: root/src/cmd/hgpatch/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/hgpatch/main.go')
-rw-r--r--src/cmd/hgpatch/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/hgpatch/main.go b/src/cmd/hgpatch/main.go
index 4f7aec22b..9e338abcb 100644
--- a/src/cmd/hgpatch/main.go
+++ b/src/cmd/hgpatch/main.go
@@ -182,7 +182,6 @@ func main() {
}
}
-
// make parent directory for name, if necessary
func makeParent(name string) {
parent, _ := filepath.Split(name)
@@ -240,7 +239,6 @@ func chk(err os.Error) {
}
}
-
// Undo log
type undo func() os.Error
@@ -258,7 +256,6 @@ func runUndo() {
}
}
-
// hgRoot returns the root directory of the repository.
func hgRoot() (string, os.Error) {
out, err := run([]string{"hg", "root"}, nil)