comparison tests/test-log @ 3718:7db88b094b14

fix hg log -r ''
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 27 Nov 2006 22:56:26 -0200
parents c7c6f1a45348
children 7df171ea50cd
comparison
equal deleted inserted replaced
3717:9e248cfd8b94 3718:7db88b094b14
74 echo % log --follow-first 74 echo % log --follow-first
75 hg log --follow-first 75 hg log --follow-first
76 76
77 echo % log -P 2 77 echo % log -P 2
78 hg log -P 2 78 hg log -P 2
79
80 echo '% log -r ""'
81 hg log -r ''
82
83 exit 0