##// END OF EJS Templates
test-mq-qclone: test --mq option
Patrick Mezard -
r10427:400ffd5f default
parent child Browse files
Show More
@@ -75,3 +75,7 b' hg qclone http://localhost:$HGPORT2/a d'
75 hg --cwd d log --template "{desc}\n"
75 hg --cwd d log --template "{desc}\n"
76 hg --cwd d qpush -a
76 hg --cwd d qpush -a
77 hg --cwd d log --template "{desc}\n"
77 hg --cwd d log --template "{desc}\n"
78
79 echo '% test --mq works and uses correct repository config'
80 hg --cwd d outgoing --mq
81 hg --cwd d log --mq --template '{rev} {desc|firstline}\n'
@@ -78,3 +78,8 b' applying b.patch'
78 now at: b.patch
78 now at: b.patch
79 imported patch b.patch
79 imported patch b.patch
80 a
80 a
81 % test --mq works and uses correct repository config
82 comparing with http://localhost:20061/a/.hg/patches
83 searching for changes
84 no changes found
85 0 b.patch
General Comments 0
You need to be logged in to leave comments. Login now