Commit History

Author SHA1 Message Date
  milki 279cf57684 typo 12 years ago
  Adam 'Cezar' Jenkins bbf86c4b27 Wrote tests for the ConfigDict dict changes 13 years ago
  Jelmer Vernooij 268ebfc643 Some refactoring, put all os.environ-cleaning functionality in TestCase.setUp(). 13 years ago
  Jelmer Vernooij dd760f78a6 merge trunk 13 years ago
  Jelmer Vernooij e0a42ca310 Use TestCase.assertEqual rather than TestCase.assertEquals. 13 years ago
  Risto Kankkunen b1e3dcaeea Don't look up "HOME" environment variable unconditionally to avoid KeyError 13 years ago
  Jelmer Vernooij 5f109a429d Options on the same line as sections in config files are now supported. #920553 13 years ago
  Jelmer Vernooij 831159881e $HOME is now explicitly specified for tests that use it to read 13 years ago
  Jelmer Vernooij 323e324c95 Add tests for default git config file. 13 years ago
  Jelmer Vernooij ba6599e136 Provide Config.get_boolean. 13 years ago
  Jelmer Vernooij 7c1404b6fe Make section names and variable names case insensitive. 13 years ago
  Jelmer Vernooij be730e954d Fix parsing of comments. 13 years ago
  Jelmer Vernooij f7e7fcf6c3 Simplify some code, add tests for boolean settings without = sign. 13 years ago
  Jelmer Vernooij 8f401efb52 Add checking of section names. 13 years ago
  Jelmer Vernooij 2fd34ce7f5 Add checking of variable names. 13 years ago
  Jelmer Vernooij ba17e3f954 Simplify section handling. 13 years ago
  Jelmer Vernooij f73b1e6c6c Fix section parsing. 13 years ago
  Jelmer Vernooij d894f62ba6 Fix formatting/parsing. 13 years ago
  Jelmer Vernooij 78f95ecdb1 More config fixes. 13 years ago
  Jelmer Vernooij 223e17b6d0 Add write file tests. 13 years ago
  Jelmer Vernooij 81b8f0ac74 Implement _escape_value. 13 years ago
  Jelmer Vernooij 087d13fd4f Add support for escaping config values. 13 years ago
  Jelmer Vernooij ca29e9c081 Fix unescaping values. 13 years ago
  Jelmer Vernooij 6e2ce77b6b Use StackedConfig in Repo.get_config. 13 years ago
  Jelmer Vernooij 718e8185f8 Add StackedConfig. 13 years ago
  Jelmer Vernooij 686d1e6cc1 add write_to_{file,path} and from_{file,path} methods to ConfigFile. 13 years ago
  Jelmer Vernooij eeb7f637fc Use ConfigFile in Repo.get_config(). 13 years ago
  Jelmer Vernooij fe30fbe49b Add stubs for dulwich.config. 13 years ago