~abentley/bzrtools/bzrtools.dev

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

promptquestions["changelog for merge"] = \
    "Use changelog-style log-for-merge?"
prompts["changelog for merge"] = "always"

promptquestions["ignore deprecations"] = "Ignore deprecation warnings?"
prompts["ignore deprecations"] = "never"