From: Simon Ruderich Date: Mon, 1 Sep 2008 20:06:10 +0000 (+0200) Subject: Use graphlog extension to log output similar to hg view but as ASCII. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=cddeac1b36a80263970103d684a390f249d90dee Use graphlog extension to log output similar to hg view but as ASCII. --- 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.