comparison tests/test-glog.t @ 13631:29c800ee54cf stable

graphlog: give meaningful error if more than one file is given
author Klaus Koch <kuk42@gmx.net>
date Sun, 13 Mar 2011 15:04:13 +0100
parents 101366ad816c
children 9966c95b8c4f
comparison
equal deleted inserted replaced
13627:71a96f6c205d 13631:29c800ee54cf
684 hg glog [OPTION]... [FILE] 684 hg glog [OPTION]... [FILE]
685 685
686 show revision history alongside an ASCII revision graph 686 show revision history alongside an ASCII revision graph
687 [255] 687 [255]
688 688
689 Only one file is allowed:
690 $ hg log -G foo bar
691 abort: --graph option allows at most one file
692 [255]
693
689 Empty revision range - display nothing: 694 Empty revision range - display nothing:
690 $ hg glog -r 1..0 695 $ hg glog -r 1..0
691 696
692 From outer space: 697 From outer space:
693 $ cd .. 698 $ cd ..