I\'m having problems with pushing to mercurial repository:
$ hg push pushing to https://user:***@hg.domain.com/X_repo searching for changes abort: authorization
If anybody wants to make it run on local machine then adding this to server REPO/.hg/hgrc will do the work:
REPO/.hg/hgrc
[web] allow_push = * push_ssl = false
as described at this site.