Mercurial > public > mercurial-scm > hg
diff tests/test-log.t @ 25688:24cda1dd45ff
workingctx: don't report the tags for its parents
This fixes the bad distance calculation for '{latesttagdistance}' mentioned in
the previous patch.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 28 Jun 2015 13:38:03 -0400 |
parents | 517763f87141 |
children | 3dabc9b7494a |
line wrap: on
line diff
--- a/tests/test-log.t Tue Jun 30 23:34:12 2015 +0800 +++ b/tests/test-log.t Sun Jun 28 13:38:03 2015 -0400 @@ -1653,7 +1653,7 @@ "date": [*, 0], (glob) "desc": "", "bookmarks": [], - "tags": ["tip"], + "tags": [], "parents": ["65624cd9070a035fa7191a54f2b8af39f16b0c08"] } ] @@ -1677,7 +1677,7 @@ "date": [*, 0], (glob) "desc": "", "bookmarks": [], - "tags": ["tip"], + "tags": [], "parents": ["65624cd9070a035fa7191a54f2b8af39f16b0c08"], "manifest": null, "extra": {"branch": "default"},