#4664 Empty repo logic incorrect for Hg

unreleased
open
nobody
None
SCM
nobody
2014-11-10
2012-08-07
No

To repro:

Create Hg tool, clone repo to sandbox. Then:

hg branch feature
touch myfile
hg add .
hg ci -m "Added myfile"
hg push

After the repo refresh is finished, the empty repo page is still displayed, even though the new branch is in the sidebar, and you can click on it to see your commit.

I suspect the code is looking for a commit on branch 'default' instead of any branch.

Discussion


Log in to post a comment.