The following command fails:

$ fossil tag add -n --user-override username tagname checkin

But this one works as expected:

$ fossil tag add --dryrun --user-override username tagname checkin

That's because -n is the short form for both --limit and --dryrun:

http://fossil-scm.org/index.html/artifact?ln=440&name=24c77636171affc2
http://fossil-scm.org/index.html/artifact?ln=457&name=24c77636171affc2

I think the short form for --limit should be changed, because
-n|--dryrun is also used by a few other commands.

While at it, I noticed that --dryrun is sometimes spelled --dry-run,
maybe this could be unified?

--Florian
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to