]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Use graphlog extension to log output similar to hg view but as ASCII.
authorSimon Ruderich <simon@ruderich.org>
Mon, 1 Sep 2008 20:06:10 +0000 (22:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 1 Sep 2008 20:06:10 +0000 (22:06 +0200)
hgrc

diff --git a/hgrc b/hgrc
index 49626c87e1ce495e74c73678edcafa7b287f569c..fb4cff68e9b91095c1b03b733b5e12b16741fdb2 100644 (file)
--- 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.