Hi I have the following setting in my local hgrc file
[paths] default = https://[email protected]/kalthad/chemistry-exercises-problems sourcehut = ssh://[email protected]/~oub/chemistry-exercises-problems [hooks] incoming.notify = python:hgext.notify.hook outgoing.notify = python:hgext.notify.hook changegroup.default = hg push default changegroup.sourcehut = hg push sourcehut But hg push only pushes to default not to sourcehut. What do I miss? Regards Uwe Brauer _______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial
