comparison tests/test-glog.t @ 16158:e04cc21b01b2

graphlog: rewrite --rev like all other options
author Patrick Mezard <patrick@mezard.eu>
date Thu, 23 Feb 2012 11:21:30 +0100
parents 4a828d3bc04a
children ec33539b61f6
comparison
equal deleted inserted replaced
16157:4a828d3bc04a 16158:e04cc21b01b2
1484 | o 33 1484 | o 33
1485 | | 1485 | |
1486 $ hg log -G --follow a 1486 $ hg log -G --follow a
1487 abort: -G/--graph option is incompatible with --follow with file argument 1487 abort: -G/--graph option is incompatible with --follow with file argument
1488 [255] 1488 [255]
1489
1490 Test multiple revision specifications are correctly handled
1491
1492 $ hg log -G -r 27 -r 25 -r 21 -r 34 -r 32 -r 31 --template '{rev}\n'
1493 o 34
1494 |
1495 o 32
1496 |\
1497 | o 31
1498 | |\
1499 o | | 27
1500 |/ /
1501 | o 25
1502 |/
1503 o 21
1504 |\