changeset 9216:a3d0764a84b0

<oerjan> ` sed -i \'s/hg log/hlnp/\' bin/{doag,hog}
author HackBot
date Mon, 10 Oct 2016 22:49:06 +0000
parents 2e570f2b6a87
children 5749deafeff3
files bin/doag bin/hog
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/doag	Mon Oct 10 22:47:27 2016 +0000
+++ b/bin/doag	Mon Oct 10 22:49:06 2016 +0000
@@ -1,1 +1,1 @@
-hg log --removed --template "{date|shortdate} {desc}\n" -- "$@"
+hlnp --removed --template "{date|shortdate} {desc}\n" -- "$@"
--- a/bin/hog	Mon Oct 10 22:47:27 2016 +0000
+++ b/bin/hog	Mon Oct 10 22:49:06 2016 +0000
@@ -1,1 +1,1 @@
-hg log --template "{desc}\n" -- "$@"
+hlnp --template "{desc}\n" -- "$@"