aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2012-12-11 20:13:53 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2012-12-11 20:13:53 +0100
commit8f29cd260c8458595f553478108e8cd9f299c779 (patch)
tree0eb07218a962306ae73ba164f0bda2dd37fbe4e0
parentcaa851c8bef3e8e8ed94e2da17daf4ad00430cab (diff)
downloaddotfiles-8f29cd260c8458595f553478108e8cd9f299c779.tar.gz
dotfiles-8f29cd260c8458595f553478108e8cd9f299c779.zip
Add the show alias to emulate git show in mercurial
-rw-r--r--hgrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/hgrc b/hgrc
index df69509..2d45a41 100644
--- a/hgrc
+++ b/hgrc
@@ -1,6 +1,9 @@
[ui]
username = Miquel Sabaté <mikisabate@gmail.com>
+[alias]
+show = log -pr
+
[pager]
pager = LESS='FSRX' less