Store default repository in hgrc
Created originally on Bitbucket by aditsu
Currently when I set the default repository for a project in eclipse, mercurialeclipse remembers it and can synchronize, but it doesn't save it in .hg/hgrc, so I can't push/pull from the command line without manually setting the default repository again.
I think mercurialeclipse should automatically store it in .hg/hgrc. By the way, where is it stored currently?