------------------------------------------------------------------------------ To reply, visit https://hellosplat.com/s/beanbag/tickets/4965/ ------------------------------------------------------------------------------
New ticket #4965 by alx For Beanbag, Inc. > RBTools Status: New Tags: Priority:Medium, Type:Enhancement ------------------------------------------------------------------------------ Add support for git-remote-hg ============================================================================== # What version are you running? 2.0.1 # Describe the enhancement and the motivation for it. I need to work with a remote hg repository. However, I use git locally, so I use git-remote-hg to fetch/push to the hg remote. I'd like to be able to rbt post directly from my git local repo, without needing to have a dummy hg local repo to which I push from git before rbt posting. # Please provide any additional information below. $ git remote -v origin hg::https://hg.nginx.org/unit/ (fetch) origin hg::https://hg.nginx.org/unit/ (push) $ rbt setup-repo --server https://hg.nginx.com --api-token TOKEN Fails because it doesn't find a git repository (of course, it's a mercurial one). ------------------------------------------------------------------------------ -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard-issues/20220222154337.32490.73891%40ip-10-1-54-209.ec2.internal.
