current commands
git checkout master; git fetch git://git.code.sf.net/u/brondsem/test-forking 5d58d5da273616163e127746b6d975967a7d2bb6; git merge 5d58d5da273616163e127746b6d975967a7d2bb6
but 'git fetch' errors fatal: Couldn't find remote ref 5d58d5da273616163e127746b6d975967a7d2bb6
update to:
git checkout master; git fetch master; # or whatever the remote branch is git merge 5d58d5da273616163e127746b6d975967a7d2bb6
And Hg's merge command says there's nothing to merge
forge:db/2838