[PATCH] test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway

Mads Kiilerich mads at kiilerich.com
Sat May 2 05:57:22 CDT 2009


# HG changeset patch
# User Mads Kiilerich <mads at kiilerich.com>
# Date 1241261840 -7200
# Node ID 2d6d725c0169f3870fa33ae672d8bf405a20d712
# Parent  41ba1dd055d26a4a75ff6e353caf82bb6754acba
test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway

diff --git a/tests/test-glog b/tests/test-glog
--- a/tests/test-glog
+++ b/tests/test-glog
@@ -170,6 +170,6 @@
 cd ..
 hg clone -U -r31 repo repo2
 cd repo2
-hg incoming -q --graph | sed -e 's|$HGTMP|[HGTMP]|'
+hg incoming -q --graph
 cd ..
 hg -R repo outgoing --graph repo2


More information about the Mercurial-devel mailing list