##// END OF EJS Templates
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao -
r12635:45ef87f4 default
parent child Browse files
Show More
@@ -52,6 +52,20 b' Testing -R/--repository:'
52 summary: b
52 summary: b
53
53
54
54
55 -R with a URL:
56
57 $ hg -R file:a identify
58 8580ff50825a tip
59 $ hg -R file://localhost/`pwd`/a/ identify
60 8580ff50825a tip
61
62 -R with a path alias:
63
64 $ cd c
65 $ hg -R default identify
66 8580ff50825a tip
67 $ cd ..
68
55 Implicit -R:
69 Implicit -R:
56
70
57 $ hg ann a/a
71 $ hg ann a/a
General Comments 0
You need to be logged in to leave comments. Login now