Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles.t @ 21110:49e13e76ec5a
largefiles: changed overridelog to work with graphlog
Log for largefiles was failing for graph log since it was overriding match
instead of matchandpats.
[Mads Kiilerich modified this patch to address his review comments and ended up
rewriting/removing most of it.]
author | Lucas Moscovicz <lmoscovicz@fb.com> |
---|---|
date | Wed, 05 Mar 2014 15:55:09 -0800 |
parents | 4b15a369e067 |
children | 5c0d5b95b824 |
line wrap: on
line diff
--- a/tests/test-largefiles.t Thu Mar 06 14:52:07 2014 -0800 +++ b/tests/test-largefiles.t Wed Mar 05 15:55:09 2014 -0800 @@ -760,8 +760,8 @@ $ hg log -qf sub2/large7 7:daea875e9014 $ hg log -Gqf sub2/large7 - abort: cannot follow file not in parent revision: "sub2/large7" - [255] + @ 7:daea875e9014 + | $ cd .. $ hg clone a -r 3 c adding changesets @@ -1143,6 +1143,8 @@ $ hg log -G --template '{rev}:{node|short} {desc|firstline}\n' sub @ 9:598410d3eb9a modify normal file largefile in repo d | + o 8:a381d2c8c80e modify normal file and largefile in repo b + | o 6:4355d653f84f edit files yet again | o 5:9d5af5072dbd edit files again @@ -1165,6 +1167,8 @@ $ hg log -G --template '{rev}:{node|short} {desc|firstline}\n' 'glob:sub/*' @ 9:598410d3eb9a modify normal file largefile in repo d | + o 8:a381d2c8c80e modify normal file and largefile in repo b + | o 6:4355d653f84f edit files yet again | o 5:9d5af5072dbd edit files again @@ -2203,6 +2207,12 @@ summary: anotherlarge $ hg log -G anotherlarge + @ changeset: 1:9627a577c5e9 + | tag: tip + | user: test + | date: Thu Jan 01 00:00:00 1970 +0000 + | summary: anotherlarge + | $ echo more >> anotherlarge $ hg st . M anotherlarge