comparison tests/test-glog.t @ 18991:c1af1fb314bc

log: fix behavior with empty repositories (issue3497) Make output in this special case consistent with general case one.
author Alexander Plavin <me@aplavin.ru>
date Wed, 17 Apr 2013 00:29:54 +0400
parents 275224c6e89c
children c010cb6fdef7
comparison
equal deleted inserted replaced
18990:7373be706f02 18991:c1af1fb314bc
1540 $ hg init follow 1540 $ hg init follow
1541 $ cd follow 1541 $ cd follow
1542 $ testlog --follow 1542 $ testlog --follow
1543 [] 1543 []
1544 [] 1544 []
1545 abort: unknown revision '0'!
1545 $ echo a > a 1546 $ echo a > a
1546 $ echo aa > aa 1547 $ echo aa > aa
1547 $ echo f > f 1548 $ echo f > f
1548 $ hg ci -Am "add a" a aa f 1549 $ hg ci -Am "add a" a aa f
1549 $ hg cp a b 1550 $ hg cp a b