diff --git a/revup/topic_stack.py b/revup/topic_stack.py index 335d540..a15dd5e 100644 --- a/revup/topic_stack.py +++ b/revup/topic_stack.py @@ -1039,7 +1039,7 @@ async def push_git_refs(self, uploader: str, create_local_branches: bool) -> Non self.git_ctx.remote_name, *push_targets, ] - await self.git_ctx.git(*push_args, stderr=subprocess.PIPE) + await self.git_ctx.git(*push_args, stdout=subprocess.STDOUT, stderr=subprocess.STDOUT) async def query_github(self) -> None: """