From 95a4ca6f8e2163e00932d0a270662d4a139fa6c7 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 23 Aug 2020 07:35:25 +1000 Subject: remove todo comment --- pkg/commands/patch/patch_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/patch/patch_manager.go b/pkg/commands/patch/patch_manager.go index 3243bb238..29385479b 100644 --- a/pkg/commands/patch/patch_manager.go +++ b/pkg/commands/patch/patch_manager.go @@ -31,7 +31,7 @@ type loadFileDiffFunc func(from string, to string, reverse bool, filename string // PatchManager manages the building of a patch for a commit to be applied to another commit (or the working tree, or removed from the current commit). We also support building patches from things like stashes, for which there is less flexibility type PatchManager struct { // To is the commit sha if we're dealing with files of a commit, or a stash ref for a stash - To string // TODO: rename to 'to' + To string From string Reverse bool -- cgit v1.2.3