From 08ab56983c518114daeec48e75a053f9503615fb Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 17 Aug 2022 16:41:26 -0500 Subject: [PATCH] Fix whatsout --- google/.hgrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/.hgrc b/google/.hgrc index fc3cb17..7dc495c 100644 --- a/google/.hgrc +++ b/google/.hgrc @@ -40,8 +40,8 @@ changeset = {desc}\n\n {splitlines(diff()) % 'HG: {line}\n'} [alias] -whatsout = status -n --change . -whatsoutall = status --rev p4base --no-status +whatsout = status -n --change . --template=hgshort_status +whatsoutall = status --rev p4base --no-status --template=hgshort_status # unbranch = cp --forget --at-rev . $1 unbranch = !$HG uncommit --keep $1 && $HG forget $1 && $HG add $1 && $HG amend $1