diff options
Diffstat (limited to 'taskcluster/docker/updatebot/hgrc')
-rw-r--r-- | taskcluster/docker/updatebot/hgrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/taskcluster/docker/updatebot/hgrc b/taskcluster/docker/updatebot/hgrc new file mode 100644 index 0000000000..b211de26cb --- /dev/null +++ b/taskcluster/docker/updatebot/hgrc @@ -0,0 +1,11 @@ +[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 |