comparison 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
comparison
equal deleted inserted replaced
21109:4b15a369e067 21110:49e13e76ec5a
758 $ cat sub2/large7 758 $ cat sub2/large7
759 large7 759 large7
760 $ hg log -qf sub2/large7 760 $ hg log -qf sub2/large7
761 7:daea875e9014 761 7:daea875e9014
762 $ hg log -Gqf sub2/large7 762 $ hg log -Gqf sub2/large7
763 abort: cannot follow file not in parent revision: "sub2/large7" 763 @ 7:daea875e9014
764 [255] 764 |
765 $ cd .. 765 $ cd ..
766 $ hg clone a -r 3 c 766 $ hg clone a -r 3 c
767 adding changesets 767 adding changesets
768 adding manifests 768 adding manifests
769 adding file changes 769 adding file changes
1141 1:ce8896473775 edit files 1141 1:ce8896473775 edit files
1142 0:30d30fe6a5be add files 1142 0:30d30fe6a5be add files
1143 $ hg log -G --template '{rev}:{node|short} {desc|firstline}\n' sub 1143 $ hg log -G --template '{rev}:{node|short} {desc|firstline}\n' sub
1144 @ 9:598410d3eb9a modify normal file largefile in repo d 1144 @ 9:598410d3eb9a modify normal file largefile in repo d
1145 | 1145 |
1146 o 8:a381d2c8c80e modify normal file and largefile in repo b
1147 |
1146 o 6:4355d653f84f edit files yet again 1148 o 6:4355d653f84f edit files yet again
1147 | 1149 |
1148 o 5:9d5af5072dbd edit files again 1150 o 5:9d5af5072dbd edit files again
1149 | 1151 |
1150 o 4:74c02385b94c move files 1152 o 4:74c02385b94c move files
1162 4:74c02385b94c move files 1164 4:74c02385b94c move files
1163 1:ce8896473775 edit files 1165 1:ce8896473775 edit files
1164 0:30d30fe6a5be add files 1166 0:30d30fe6a5be add files
1165 $ hg log -G --template '{rev}:{node|short} {desc|firstline}\n' 'glob:sub/*' 1167 $ hg log -G --template '{rev}:{node|short} {desc|firstline}\n' 'glob:sub/*'
1166 @ 9:598410d3eb9a modify normal file largefile in repo d 1168 @ 9:598410d3eb9a modify normal file largefile in repo d
1169 |
1170 o 8:a381d2c8c80e modify normal file and largefile in repo b
1167 | 1171 |
1168 o 6:4355d653f84f edit files yet again 1172 o 6:4355d653f84f edit files yet again
1169 | 1173 |
1170 o 5:9d5af5072dbd edit files again 1174 o 5:9d5af5072dbd edit files again
1171 | 1175 |
2201 user: test 2205 user: test
2202 date: Thu Jan 01 00:00:00 1970 +0000 2206 date: Thu Jan 01 00:00:00 1970 +0000
2203 summary: anotherlarge 2207 summary: anotherlarge
2204 2208
2205 $ hg log -G anotherlarge 2209 $ hg log -G anotherlarge
2210 @ changeset: 1:9627a577c5e9
2211 | tag: tip
2212 | user: test
2213 | date: Thu Jan 01 00:00:00 1970 +0000
2214 | summary: anotherlarge
2215 |
2206 $ echo more >> anotherlarge 2216 $ echo more >> anotherlarge
2207 $ hg st . 2217 $ hg st .
2208 M anotherlarge 2218 M anotherlarge
2209 $ hg cat anotherlarge 2219 $ hg cat anotherlarge
2210 anotherlarge 2220 anotherlarge