I am working with Git repositories in the following way:
if you want to add default path, you have to work with default in your ~project/.hg/hgrc file. As Follows:
default
~project/.hg/hgrc
[paths] default = https://path/to/your/repo
Good Luck.