Mercurial > hg > mercurial-source
comparison tests/test-annotate.t @ 13697:eaee75036725
annotate: catch nonexistent files using match.bad callback (issue1590)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 19 Mar 2011 01:34:49 -0500 |
parents | 4fee1fd3de9a |
children | bf93e78f2638 |
comparison
equal
deleted
inserted
replaced
13696:136854393eed | 13697:eaee75036725 |
---|---|
226 annotate after ABA with follow | 226 annotate after ABA with follow |
227 | 227 |
228 $ hg annotate --follow foo | 228 $ hg annotate --follow foo |
229 foo: foo | 229 foo: foo |
230 | 230 |
231 missing file | |
232 | |
233 $ hg ann nosuchfile | |
234 abort: nosuchfile: no such file in rev c8abddb41a00 | |
235 [255] |