From 89aa1dbe167ada7550dedf57fc11a969bed3c8e4 Mon Sep 17 00:00:00 2001 From: galinette-34 <62066654+galinette-34@users.noreply.github.com> Date: Thu, 3 Sep 2020 14:56:04 +0200 Subject: [PATCH] Update ProtocolInformation.tsx Second output redirection to file .hg/hgrc need operator ">>" --- scm-plugins/scm-hg-plugin/src/main/js/ProtocolInformation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-plugins/scm-hg-plugin/src/main/js/ProtocolInformation.tsx b/scm-plugins/scm-hg-plugin/src/main/js/ProtocolInformation.tsx index 1a23cf5428..5d964336ee 100644 --- a/scm-plugins/scm-hg-plugin/src/main/js/ProtocolInformation.tsx +++ b/scm-plugins/scm-hg-plugin/src/main/js/ProtocolInformation.tsx @@ -53,7 +53,7 @@ class ProtocolInformation extends React.Component { echo "[paths]" > .hg/hgrc
echo "default = {href} - " > .hg/hgrc + " >> .hg/hgrc
echo "# {repository.name} " > README.md