"--quiet" : "Be less verbose about extraneous info",
"--verbose" : "Displays every package name while checking",
"--version" : "Show version info",
-"--without-mask" : "Behave as if no package.mask entries exist",
+"--without-mask" : "Behave as if no package.mask entries exist (not " + \
+ "allowed\n with commit mode)",
"--xmlparse" : "Forces the metadata.xml parse check to be carried out"
}
repoman_shortoptions={
show_version()
if mymode=="last" or (mymode=="lfull"):
last()
-if mymode == "commit":
+if mymode == "commit" and \
+ not ("--force" in myoptions or "--pretend" in myoptions):
myoptions.pop("--ignore-masked", None)
+ myoptions.pop("--without-mask", None)
# Set this to False when an extraordinary issue (generally
# something other than a QA issue) makes it impossible to
Ignore masked packages (not allowed with commit mode)
.TP
\fB\-\-without\-mask\fR
-Behave as if no package.mask entries exist
+Behave as if no package.mask entries exist (not allowed with commit mode)
.TP
\fB-m\fR, \fB--commitmsg\fR
Adds a commit message via the command line