Skip to content
Snippets Groups Projects
Commit 144c75bea804 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

update_duplicate_sources: hg push --publish

Add that arg to bypass the ``auto-publish = abort`` setting I have in my
``.hgrc``.
parent 0ef6cfd015f0
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,6 @@
if [[ "x$branch_exist" != "x0" ]];
then
echo "${YELLOW}INFO ${RESET} - Pushing new branch $branch"
hg push --new-branch
hg push --new-branch --publish
else
echo "${YELLOW}INFO ${RESET} - Pushing branch $branch"
......@@ -62,6 +62,6 @@
else
echo "${YELLOW}INFO ${RESET} - Pushing branch $branch"
hg push
hg push --publish
fi
popd
rm -rf ${source_name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment