tests/test-mq-qnew.out
author Brendan Cully <brendan@kublai.com>
Thu, 30 Oct 2008 12:31:24 -0700
changeset 7296 695383442347
parent 2714 tests/test-mq-qnew-twice.out@85070b784896
child 7297 bd6deb7525f4
permissions -rw-r--r--
mq: put qnew tests into own file, fold in qnew-twice

adding a
% qnew should refuse bad patch names
abort: "series" cannot be used as the name of a patch
abort: "status" cannot be used as the name of a patch
abort: "guards" cannot be used as the name of a patch
abort: ".hgignore" cannot be used as the name of a patch
% qnew with uncommitted changes
abort: local changes found, refresh first
A somefile
% qnew implies add
A .hgignore
A series
A test.patch
% qnew missing
abort: missing: No such file or directory
% qnew -m
foo bar
% qnew twice
abort: patch "first.patch" already exists
abort: patch "first.patch" already exists