3
mirror_path="~/arch/mirrors"
6
prompts ["Mirror update"] = "occasionally"
7
promptquestions["Mirror update"] = "Update local archive mirror first?"
8
prompts ["Import from commit"] = "often"
9
promptquestions["Import from commit"] = "Perform initial import?"
10
prompts ["Empty commit"] = "occasionally"
11
promptquestions["Empty commit"] = "You have not made any changes. Are you sure?"
12
prompts ["Writethrough"] = "often"
13
promptquestions["Writethrough"] = "This is a local mirror. Do you wish to commit to its source?"
14
prompts ["Create log"] = "occasionally"
15
promptquestions["Create log"] = "No log for this commit. Create now?"
16
prompts ["Versionfix"] = "often"
17
promptquestions["Versionfix"] = "This version is sealed. Are you sure?"
18
prompts ["Out of date"] = "occasionally"
19
promptquestions["Out of date"] = "Commit out-of-date revision?"
20
prompts ["Archive lookup"] = "always"
21
promptquestions["Archive lookup"]="Look up archive?"
22
prompts ["Make local mirror"] = "often"
23
promptquestions["Make local mirror"]="Create a local mirror for fast access?"
24
prompts ["Update version"] = "often"
25
promptquestions["Update version"]="Update the tree version?"
26
prompts ["Source latest revision"] = "always"
27
promptquestions["Source latest revision"]="Use mirror source to determine latest revision?"
28
prompts ["get link"] = "occasionally"
29
promptquestions["get link"]="Hard-link to library?"
30
prompts ["Use lookup location"] = "often"
31
promptquestions["Use lookup location"]="Use this looked-up location?"
32
prompts ["Use lookup mirror location"] = "often"
33
promptquestions["Use lookup mirror location"]="Use this looked-up mirror location?"
34
promptquestions["Tagline in other tree"] = "Use tagline in a non-tagline tree?"
35
prompts["Tagline in other tree"] = "occasionally"
36
promptquestions["Implicit in other tree"] = \
37
"Use implicit in a non-implicit tree?"
38
prompts["Implicit in other tree"] = "occasionally"
39
promptquestions["Explicit in other tree"] = "Use explicit in a non-supported tree?"
40
prompts["Explicit in other tree"] = "occasionally"
41
promptquestions["Fallthrough to explicit"] = "Use explicit id instead of tagline?"
42
prompts["Fallthrough to explicit"] = "often"
43
promptquestions["Log for merge"] = "Add merge info to log?"
44
prompts["Log for merge"] = "always"
45
promptquestions["Overwrite log"] = \
46
"A log already exists. Do you wish to overwrite it?"
47
prompts["Overwrite log"] = "occasionally"
48
promptquestions["Omit log summary"] = \
49
"Log summary is missing or blank. Commit anyway?"
50
prompts["Omit log summary"] = "occasionally"
51
promptquestions["Register wrong name"] = \
52
"Do you wish to register this archive with the wrong name?"
53
prompts["Register wrong name"] = "never"
54
promptquestions["Send merge"] = \
55
"Send this merge request?"
56
prompts["Send merge"] = "often"
57
promptquestions["Register cached"] = \
58
"Register this location as a cached archive?"
59
prompts["Register cached"] = "often"
60
fromaddr = "abentley@panoramicfeedback.com"
61
promptquestions["Submit user-supplied"] = \
62
"Submit this location to the registry?"
63
prompts["Submit user-supplied"] = "often"
64
fromaddr = "abentley@panoramicfeedback.com"
66
promptquestions["changelog for merge"] = \
67
"Use changelog-style log-for-merge?"
68
prompts["changelog for merge"] = "always"
70
promptquestions["ignore deprecations"] = "Ignore deprecation warnings?"
71
prompts["ignore deprecations"] = "never"