appveyor thinks other branch is default branch
Hi,
I've connected my mercurial server directly to AppVeyor. When I build in AppVeyor, it takes the newest commit, which is not the default branch. I have default branch = default in my settings so that should be OK.
So it looks like AppVeyor thinks a commit from a different branch belongs to the default branch? It just takes the newest commit from the repository (which doesn't belong to the default branch) and builds that. When I view the "Latest Build" tab, it also shows "default" as the branch with a commit message which belongs to branch "X".
Richard
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on May 13, 2015 @ 06:26 PM
Hi Richard,
I see what you mean. Seems we should do
hg clone -r <branch>
when no commit specified. I'll file a bug.Support Staff 2 Posted by Feodor Fitsner on Jun 01, 2015 @ 03:39 AM
It's been fixed and update deployed.
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 01:56 AM.