Mercurial > hg
comparison tests/test-revset.t @ 16564:979f294dc574
merge with stable
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 02 May 2012 12:55:44 +0200 |
parents | 592701c8eac6 |
children | 592e0beee8b0 |
comparison
equal
deleted
inserted
replaced
16458:55982f62651f | 16564:979f294dc574 |
---|---|
302 $ log 'min(contains(a))' | 302 $ log 'min(contains(a))' |
303 0 | 303 0 |
304 $ log 'merge()' | 304 $ log 'merge()' |
305 6 | 305 6 |
306 $ log 'modifies(b)' | 306 $ log 'modifies(b)' |
307 4 | |
308 $ log 'modifies("path:b")' | |
309 4 | |
310 $ log 'modifies("*")' | |
311 4 | |
312 6 | |
313 $ log 'modifies("set:modified()")' | |
307 4 | 314 4 |
308 $ log 'id(5)' | 315 $ log 'id(5)' |
309 2 | 316 2 |
310 $ log 'outgoing()' | 317 $ log 'outgoing()' |
311 8 | 318 8 |