Update merge.go

This commit is contained in:
manojcchoudhary
2021-03-06 21:12:27 +05:30
committed by GitHub
parent ff3b6b0659
commit 4f5befbb74

View File

@@ -120,7 +120,7 @@ func (cmd MergeCmd) Exec(ctx context.Context, commandStr string, args []string,
return 1
} else if dEnv.IsMergeActive() {
cli.Println("error: Merging is not possible because you have not committed an active merge.")
cli.Println("hint: add affected tables using 'dolt add <table>' and commit using {{.EmphasisLeft}}dolt commit -m <msg>{{.EmphasisRight}}")
cli.Println("hint: add affected tables using 'dolt add <table>' and commit using 'dolt commit -m <msg>'")
cli.Println("fatal: Exiting because of active merge")
return 1
}