An error occurred fetching the project authors.
  1. 25 Sep, 2000 2 commits
    • Greg Ward's avatar
      Fixed some bugs and mis-features in handling config files: · ceb9e226
      Greg Ward authored
        * options can now be spelled "foo-bar" or "foo_bar" (handled in
          'parse_config_files()', just after we parse a file)
        * added a "[global]" section so there's a place to set global
          options like verbose/quiet and dry-run
        * respect the "negative alias" dictionary so (eg.) "quiet=1" is
          the same as "verbose=0" (this had to be done twice: once in
          'parse_config_file()' for global options, and once in
          '_set_command_options()' for per-command options)
        * the other half of handling boolean options correctly: allow
          commands to list their boolean options in a 'boolean_options'
          class attribute, and use it to translate strings (like "yes", "1",
          "no", "0", etc) to true or false
      ceb9e226
    • Thomas Wouters's avatar
      Fix inconsistent use of space/tabs. · 84da8aa7
      Thomas Wouters authored
      84da8aa7
  2. 24 Sep, 2000 35 commits
  3. 23 Sep, 2000 3 commits