From cddeac1b36a80263970103d684a390f249d90dee Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 1 Sep 2008 22:06:10 +0200 Subject: [PATCH] Use graphlog extension to log output similar to hg view but as ASCII. --- hgrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hgrc b/hgrc index 49626c8..fb4cff6 100644 --- a/hgrc +++ b/hgrc @@ -16,6 +16,8 @@ git = True hgext.convert = # Simplify pull and merge processes. hgext.fetch = +# Log output similar to hg view but as ASCII. +hgext.graphlog = # Enable hg view. hgext.hgk = # Patch stack support. -- 2.44.1