Show More
@@ -1490,15 +1490,8 b' glog always reorders nodes which explain' | |||||
1490 | $ hg log -G -d 'brace ) in a date' |
|
1490 | $ hg log -G -d 'brace ) in a date' | |
1491 | abort: invalid date: 'brace ) in a date' |
|
1491 | abort: invalid date: 'brace ) in a date' | |
1492 | [255] |
|
1492 | [255] | |
1493 | $ hg log -G -P 32 --template '{rev}\n' |
|
1493 | $ testlog --prune 31 --prune 32 | |
1494 | @ 36 |
|
1494 | ('group', ('group', ('and', ('not', ('group', ('or', ('string', '31'), ('func', ('symbol', 'ancestors'), ('string', '31'))))), ('not', ('group', ('or', ('string', '32'), ('func', ('symbol', 'ancestors'), ('string', '32')))))))) | |
1495 | | |
|
|||
1496 | o 35 |
|
|||
1497 | | |
|
|||
1498 | o 34 |
|
|||
1499 | | |
|
|||
1500 | | o 33 |
|
|||
1501 | | | |
|
|||
1502 | $ hg log -G --follow a |
|
1495 | $ hg log -G --follow a | |
1503 | abort: -G/--graph option is incompatible with --follow with file argument |
|
1496 | abort: -G/--graph option is incompatible with --follow with file argument | |
1504 | [255] |
|
1497 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now