I’ve used Git for quite some time now, and I’m used to adding remotes to my repository, so I can push and pull from URLs with a particular name. Is it possible to do the same in hg? I’m tired of typing the full URL every time I want to push.
Share
http://www.selenic.com/mercurial/hg.1.html#url-paths
There’s also SchemesExtension if you do a lot of work with various repos on a particular site (e.g. Bitbucket).