Files
tubestation/taskcluster/docker/updatebot/hgrc
Tom Ritter fd7f3bd823 Bug 1867119: Add the evolve extension to the updatebot Dockerfile r=freddyb
This is needed so we can use evolve commands like `hg next`
which is needed to submit two patches to phabricator separately.

Differential Revision: https://phabricator.services.mozilla.com/D196727
2023-12-18 15:50:41 +00:00

12 lines
315 B
Plaintext

[ui]
ssh = ssh -i $HOME/id_rsa -l updatebot@mozilla.com -o UserKnownHostsFile=$HOME/ssh_known_hosts
username = Updatebot <updatebot@mozilla.com>
[extensions]
strip =
evolve = $HOME/.mozbuild/evolve/hgext3rd/evolve
push-to-try = $HOME/.mozbuild/version-control-tools/hgext/push-to-try
[experimental]
evolution=all