Show More
@@ -28,6 +28,15 b' hg --repository b tip' | |||
|
28 | 28 | echo %% abbrev of long option |
|
29 | 29 | hg --repo c tip |
|
30 | 30 | |
|
31 | echo "%% earlygetopt with duplicate options (36d23de02da1)" | |
|
32 | hg --cwd a --cwd b --cwd c tip | |
|
33 | hg --repo c --repository b -R a tip | |
|
34 | ||
|
35 | echo "%% earlygetopt short option without spaces (79cc512a34ed)" | |
|
36 | hg -qR a tip | |
|
37 | hg -q -Rb tip | |
|
38 | hg -qRc tip | |
|
39 | ||
|
31 | 40 | echo %% --cwd |
|
32 | 41 | hg --cwd a parents |
|
33 | 42 |
@@ -32,6 +32,24 b' user: test' | |||
|
32 | 32 | date: Thu Jan 01 00:00:01 1970 +0000 |
|
33 | 33 | summary: b |
|
34 | 34 | |
|
35 | %% earlygetopt with duplicate options (36d23de02da1) | |
|
36 | changeset: 1:b6c483daf290 | |
|
37 | tag: tip | |
|
38 | parent: -1:000000000000 | |
|
39 | user: test | |
|
40 | date: Thu Jan 01 00:00:01 1970 +0000 | |
|
41 | summary: b | |
|
42 | ||
|
43 | changeset: 0:8580ff50825a | |
|
44 | tag: tip | |
|
45 | user: test | |
|
46 | date: Thu Jan 01 00:00:01 1970 +0000 | |
|
47 | summary: a | |
|
48 | ||
|
49 | %% earlygetopt short option without spaces (79cc512a34ed) | |
|
50 | 0:8580ff50825a | |
|
51 | 0:b6c483daf290 | |
|
52 | 1:b6c483daf290 | |
|
35 | 53 | %% --cwd |
|
36 | 54 | changeset: 0:8580ff50825a |
|
37 | 55 | tag: tip |
General Comments 0
You need to be logged in to leave comments.
Login now