From patchwork Mon Mar 13 18:59:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7,of,7] py3: prove hg tip works From: Yuya Nishihara X-Patchwork-Id: 19296 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Mon, 13 Mar 2017 11:59:08 -0700 # HG changeset patch # User Yuya Nishihara # Date 1489422293 25200 # Mon Mar 13 09:24:53 2017 -0700 # Node ID f414ec9383e4c4dde3cbede18ef6afd71a78b474 # Parent 2657aad32bdde8ab6225d988a0a5cd979f6834d1 py3: prove hg tip works diff --git a/tests/test-check-py3-commands.t b/tests/test-check-py3-commands.t --- a/tests/test-check-py3-commands.t +++ b/tests/test-check-py3-commands.t @@ -51,6 +51,17 @@ out some potential warnings that come fr \s*14 (re) $ $PYTHON3 $HGBIN files | wc -l \s*15 (re) + +Test if `hg tip` works: + + $ $PYTHON3 $HGBIN tip + changeset: 10:e76ed1e480ef + tag: tip + user: oxymoron@cinder.waste.org + date: Tue May 03 23:37:43 2005 -0800 + summary: Fix linking of changeset revs when merging + + $ cd .. #endif