# HG changeset patch # User Tomas Zeman # Date 1471869744 -7200 # Node ID c53b549bf0d7edefae823a17edfc1c5e5b842133 # Parent 155cead83fd305802188f6430302471542ebc63e .hgrc: spull, spull, sclone diff -r 155cead83fd3 -r c53b549bf0d7 config/.hgrc --- a/config/.hgrc Thu Jan 21 11:12:38 2016 +0100 +++ b/config/.hgrc Mon Aug 22 14:42:24 2016 +0200 @@ -11,3 +11,7 @@ [diff] git = 1 +[alias] +spull = pull --remotecmd=sudohg +spush = push --remotecmd=sudohg +sclone = clone --remotecmd=sudohg