comparison tests/test-glog.t @ 14084:2285e5c97f72

graphlog: fix log -G --prune follow() revset really means '::.' while we want something based on the passed argument. Also, ancestors() revset does not include the parent revisions.
author Patrick Mezard <pmezard@gmail.com>
date Sat, 30 Apr 2011 19:42:00 +0200
parents 2520ebfd9f5c
children 2d7cb340a53f
comparison
equal deleted inserted replaced
14083:2520ebfd9f5c 14084:2285e5c97f72
1414 $ hg log -G --no-merges --template 'nodetag {rev}\n' | grep nodetag | wc -l 1414 $ hg log -G --no-merges --template 'nodetag {rev}\n' | grep nodetag | wc -l
1415 \s*9 (re) 1415 \s*9 (re)
1416 $ hg log -G -d 'brace ) in a date' 1416 $ hg log -G -d 'brace ) in a date'
1417 abort: invalid date: 'brace ) in a date' 1417 abort: invalid date: 'brace ) in a date'
1418 [255] 1418 [255]
1419 $ hg log -G -P 32 --template '{rev}\n'
1420 @ 36
1421 |
1422 o 35
1423 |
1424 o 34
1425 |
1426 | o 33
1427 | |