summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/updatebot/hgrc
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/docker/updatebot/hgrc')
-rw-r--r--taskcluster/docker/updatebot/hgrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/taskcluster/docker/updatebot/hgrc b/taskcluster/docker/updatebot/hgrc
new file mode 100644
index 0000000000..7d1db24ae0
--- /dev/null
+++ b/taskcluster/docker/updatebot/hgrc
@@ -0,0 +1,7 @@
+[ui]
+ssh = ssh -i $HOME/id_rsa -l updatebot@mozilla.com -o UserKnownHostsFile=$HOME/ssh_known_hosts
+username = Updatebot <updatebot@mozilla.com>
+
+[extensions]
+strip =
+push-to-try = $HOME/.mozbuild/version-control-tools/hgext/push-to-try \ No newline at end of file