##// END OF EJS Templates
graphlog: add test for filelog graph
Steve Borho -
r5939:56e8a54b default
parent child Browse files
Show More
@@ -139,5 +139,8 b' hg glog -q'
139 echo % glog
139 echo % glog
140 hg glog
140 hg glog
141
141
142 echo % file glog
143 hg glog 5
144
142 echo % unused arguments
145 echo % unused arguments
143 hg glog -q foo || echo failed
146 hg glog -q foo bar || echo failed
@@ -307,9 +307,17 b' o changeset: 0:7aa22e58e8c1'
307 date: Thu Jan 01 00:00:00 1970 +0000
307 date: Thu Jan 01 00:00:00 1970 +0000
308 summary: (0) root
308 summary: (0) root
309
309
310 % file glog
311 o changeset: 5:3589c3c477ab
312 parent: 3:02173ffbf857
313 parent: 4:e2cad8233c77
314 user: test
315 date: Thu Jan 01 00:00:05 1970 +0000
316 summary: (5) expand
317
310 % unused arguments
318 % unused arguments
311 hg glog: invalid arguments
319 hg glog: invalid arguments
312 hg glog [OPTION]...
320 hg glog [OPTION] [FILE]...
313
321
314 show revision history alongside an ASCII revision graph
322 show revision history alongside an ASCII revision graph
315 failed
323 failed
General Comments 0
You need to be logged in to leave comments. Login now