comparison tests/test-mq-qrefresh-replace-log-message @ 5334:448eb46d4d84

mq: fix qrefresh -e with no patches applied
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 24 Sep 2007 19:00:11 -0300
parents 7a7d4937272b
children
comparison
equal deleted inserted replaced
5333:6e6a00a7bf75 5334:448eb46d4d84
5 echo "mq=" >> $HGRCPATH 5 echo "mq=" >> $HGRCPATH
6 6
7 #Repo init 7 #Repo init
8 hg init 8 hg init
9 hg qinit 9 hg qinit
10
11 echo =======================
12 echo "Should fail if no patches applied"
13 hg qrefresh
14 hg qrefresh -e
10 15
11 hg qnew -m "First commit message" first-patch 16 hg qnew -m "First commit message" first-patch
12 echo aaaa > file 17 echo aaaa > file
13 hg add file 18 hg add file
14 hg qrefresh 19 hg qrefresh