Submitter | Yuya Nishihara |
---|---|
Date | March 13, 2017, 6:59 p.m. |
Message ID | <f414ec9383e4c4dde3cb.1489431548@mimosa> |
Download | mbox | patch |
Permalink | /patch/19296/ |
State | Accepted |
Headers | show |
Comments
On 13-Mar-2017 11:59 AM, "Yuya Nishihara" <yuya@tcha.org> wrote: > > # HG changeset patch > # User Yuya Nishihara <yuya@tcha.org> > # Date 1489422293 25200 > # Mon Mar 13 09:24:53 2017 -0700 > # Node ID f414ec9383e4c4dde3cbede18ef6afd71a78b474 > # Parent 2657aad32bdde8ab6225d988a0a5cd979f6834d1 > py3: prove hg tip works Wow, great!
On Mon, Mar 13, 2017 at 11:59:08AM -0700, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara <yuya@tcha.org> > # Date 1489422293 25200 > # Mon Mar 13 09:24:53 2017 -0700 > # Node ID f414ec9383e4c4dde3cbede18ef6afd71a78b474 > # Parent 2657aad32bdde8ab6225d988a0a5cd979f6834d1 > py3: prove hg tip works Very nice. Queued. > > 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 > > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
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