Show More
@@ -1428,7 +1428,7 b' Test log -G options' | |||||
1428 | > | sed 's/.*nodetag/nodetag/' > log.nodes |
|
1428 | > | sed 's/.*nodetag/nodetag/' > log.nodes | |
1429 | > hg log -G --template 'nodetag {rev}\n' "$@" | grep nodetag \ |
|
1429 | > hg log -G --template 'nodetag {rev}\n' "$@" | grep nodetag \ | |
1430 | > | sed 's/.*nodetag/nodetag/' > glog.nodes |
|
1430 | > | sed 's/.*nodetag/nodetag/' > glog.nodes | |
1431 | > diff -u log.nodes glog.nodes |
|
1431 | > diff -u log.nodes glog.nodes | grep '^[-+@ ]' || : | |
1432 | > } |
|
1432 | > } | |
1433 |
|
1433 | |||
1434 | glog always reorders nodes which explains the difference with log |
|
1434 | glog always reorders nodes which explains the difference with log | |
@@ -1448,7 +1448,6 b' glog always reorders nodes which explain' | |||||
1448 | +nodetag 27 |
|
1448 | +nodetag 27 | |
1449 | +nodetag 25 |
|
1449 | +nodetag 25 | |
1450 | +nodetag 21 |
|
1450 | +nodetag 21 | |
1451 | [1] |
|
|||
1452 | $ testlog -u test -u not-a-user |
|
1451 | $ testlog -u test -u not-a-user | |
1453 | [] |
|
1452 | [] | |
1454 | (group |
|
1453 | (group | |
@@ -1975,7 +1974,6 b' Test --follow and forward --rev' | |||||
1975 | nodetag 8 |
|
1974 | nodetag 8 | |
1976 | nodetag 7 |
|
1975 | nodetag 7 | |
1977 | +nodetag 6 |
|
1976 | +nodetag 6 | |
1978 | [1] |
|
|||
1979 |
|
1977 | |||
1980 | Test --follow-first and forward --rev |
|
1978 | Test --follow-first and forward --rev | |
1981 |
|
1979 | |||
@@ -1992,7 +1990,6 b' Test --follow-first and forward --rev' | |||||
1992 | nodetag 8 |
|
1990 | nodetag 8 | |
1993 | nodetag 7 |
|
1991 | nodetag 7 | |
1994 | +nodetag 6 |
|
1992 | +nodetag 6 | |
1995 | [1] |
|
|||
1996 |
|
1993 | |||
1997 | Test --follow and backward --rev |
|
1994 | Test --follow and backward --rev | |
1998 |
|
1995 |
General Comments 0
You need to be logged in to leave comments.
Login now