mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2 ./pkg/commands/oscommands/cmd_obj_runner.go ./pkg/integration/tests/branch/rebase_and_drop.go", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
committed by
Stefan Haller
parent
90c1334535
commit
00530477c9
@@ -13,7 +13,7 @@ var RebaseAndDrop = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
SetupConfig: func(config *config.AppConfig) {},
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shared.MergeConflictsSetup(shell)
|
shared.MergeConflictsSetup(shell)
|
||||||
// addin a couple additional commits so that we can drop one
|
// adding a couple additional commits so that we can drop one
|
||||||
shell.EmptyCommit("to remove")
|
shell.EmptyCommit("to remove")
|
||||||
shell.EmptyCommit("to keep")
|
shell.EmptyCommit("to keep")
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user