]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
hgrc: Also don't use pager for view and clone.
authorSimon Ruderich <simon@ruderich.org>
Fri, 1 May 2009 14:38:24 +0000 (16:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 1 May 2009 14:38:24 +0000 (16:38 +0200)
hgrc.m4

diff --git a/hgrc.m4 b/hgrc.m4
index 9fa589277d236bc36d1f85b0af8fdf6a97b1904a..9bfbb1a569af1ba4ee3ac05fbf7b737e87eda02d 100644 (file)
--- a/hgrc.m4
+++ b/hgrc.m4
@@ -53,6 +53,6 @@ preoutgoing.mq-no-push = ! hg qtop > /dev/null 2>&1
 # everything is easily readable in a terminal.
 [pager]
 pager = colordiff | less
-ignore = record, qrecord
+ignore = record, qrecord, view, clone
 
 # vim: ft=cfg