Mercurial > hg
view tests/test-pull-r.out @ 10796:ce2ae8bf3ae3 stable
Add missing --mq option to hg log.
Since norepo is a string, not a list, the norepo check was matching
command names against any substring in norepo. This fix splits norepo
into a list of commands.
author | Michael Glassford <glassfordmjg@gmail.com> |
---|---|
date | Wed, 31 Mar 2010 10:59:00 -0400 |
parents | d42821cd5c96 |
children | f0bfe42c7b1f |
line wrap: on
line source
changeset: 2:effea6de0384 tag: tip parent: 0:bbd179dfa0a7 user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: add bar changeset: 1:ed1b79f46b9a user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: change foo changeset: 0:bbd179dfa0a7 user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: add foo % pull a missing revision abort: unknown revision 'missing'! % pull multiple revisions with update 0:bbd179dfa0a7 rolling back last transaction % pull -r 0 changeset: 0:bbd179dfa0a7 tag: tip user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: add foo % pull -r 1 changeset: 1:ed1b79f46b9a tag: tip user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: change foo changeset: 0:bbd179dfa0a7 user: test date: Thu Jan 01 00:00:00 1970 +0000 summary: add foo % pull -r 1 again