comparison tests/test-mq-qnew.out @ 10372:27d542bc0f5b

qnew: ignore force option This makes the default behavior the same as qnew --force, and deprecates the force option.
author Augie Fackler <durin42@gmail.com>
date Sun, 07 Feb 2010 07:37:05 -0600
parents 3e7663b2f3fc
children 8cb81d75730c
comparison
equal deleted inserted replaced
10371:eacfff116e17 10372:27d542bc0f5b
3 abort: "series" cannot be used as the name of a patch 3 abort: "series" cannot be used as the name of a patch
4 abort: "status" cannot be used as the name of a patch 4 abort: "status" cannot be used as the name of a patch
5 abort: "guards" cannot be used as the name of a patch 5 abort: "guards" cannot be used as the name of a patch
6 abort: ".hgignore" cannot be used as the name of a patch 6 abort: ".hgignore" cannot be used as the name of a patch
7 % qnew with uncommitted changes 7 % qnew with uncommitted changes
8 abort: local changes found, refresh first 8 uncommitted.patch
9 A somefile
10 % qnew implies add 9 % qnew implies add
11 A .hgignore 10 A .hgignore
12 A series 11 A series
13 A test.patch 12 A uncommitted.patch
14 % qnew missing 13 % qnew missing
15 abort: missing: No such file or directory 14 abort: missing: No such file or directory
16 % qnew -m 15 % qnew -m
17 foo bar 16 foo bar
18 17
20 abort: patch "first.patch" already exists 19 abort: patch "first.patch" already exists
21 abort: patch "first.patch" already exists 20 abort: patch "first.patch" already exists
22 % qnew -f from a subdirectory 21 % qnew -f from a subdirectory
23 popping first.patch 22 popping first.patch
24 popping mtest.patch 23 popping mtest.patch
25 popping test.patch 24 popping uncommitted.patch
26 patch queue now empty 25 patch queue now empty
27 adding d/b 26 adding d/b
28 M d/b 27 M d/b
29 diff --git a/d/b b/d/b 28 diff --git a/d/b b/d/b
30 --- a/d/b 29 --- a/d/b