svn path=/main/trunk/; revision=8125
"lfull" : "Remember report from last run (full listing)"
}
modes=modeshelp.keys()
+modes.sort()
repoman_options={
"--commitmsg" : "Adds a commit message via the command line",
"--commitmsgfile" : "Adds a commit message from the specified file",
if helpfulness:
print bold(" Modes:"),turquoise("scan (default)"),
for x in modes[1:]:
+ if x == "scan":
+ continue
print "|",turquoise(x),
print
print