equal
deleted
inserted
replaced
3501 f7769ec2ab |
3501 f7769ec2ab |
3502 $ hg log -r 0 -T '{shortest(node, "not an int")}\n' |
3502 $ hg log -r 0 -T '{shortest(node, "not an int")}\n' |
3503 hg: parse error: shortest() expects an integer minlength |
3503 hg: parse error: shortest() expects an integer minlength |
3504 [255] |
3504 [255] |
3505 |
3505 |
|
3506 $ hg log -r 'wdir()' -T '{node|shortest}\n' |
|
3507 ffff |
|
3508 |
3506 $ cd .. |
3509 $ cd .. |
3507 |
3510 |
3508 Test shortest(node) with the repo having short hash collision: |
3511 Test shortest(node) with the repo having short hash collision: |
3509 |
3512 |
3510 $ hg init hashcollision |
3513 $ hg init hashcollision |