obnox/ohloh/ohloh_scm.git
2009-02-05 Michael Adam[FIX] support hg version < 1.1 in walk tests ("fncache... master
2009-02-05 Michael Adam[FIX] fix typo in git_cat_file_test.rb : wrong class...
2009-02-05 Michael Adam[NEW] Adding Bazaar support: add --bzr to bin/ohlog...
2009-02-05 Michael Adam[NEW] Adding Bazaar support: add misc, pull and push...
2009-02-05 Michael Adam[NEW] Adding Bazaar support: add cat_file.rb adapter...
2009-02-05 Michael Adam[NEW] Adding Bazaar support: Add commits.rb and head...
2009-02-05 Michael Adam[NEW] Adding Bazaar support: add bzr to the adapter...
2009-02-05 Michael Adam[NEW] Adding Bazaar support : test infrastructure,...
2009-02-05 Michael Adam[NEW] start adding Bazaar support : parser and basic...
2009-02-05 Michael Adam[FIX] svn_xml_parser: work around a bug in rexml bailin...
2009-02-04 Robin Luckey[CHANGE] Ensure that the hg logs are ordered in the...
2009-02-04 Robin Luckey[CHANGE] No need for separate a separate commit walk...
2009-02-04 Robin Luckey[CHANGE] stop passing the --no-merges flag to git....
2009-02-04 Robin Luckey[NEW] git.walk(a,b) returns all commits from a to b
2009-02-02 Michael Adam[FIX] Make HgParserTest tests pass by using a rfc2822...
2009-02-02 Michael Adam[FIX] make HgParser::internal_parse parse dates correctly.
2009-02-02 Michael Adam[FIX] make SvnParserTest::test_log_parser() pass -...
2009-01-30 Michael Adam[FIX] support hg version < 1.1 in tests ("fncache"...
2009-01-30 Robin Luckey[FIX] HgAdapter needs to escape some special filename...
2009-01-28 Robin Luckey[NEW] ls_tree() function to get filenames for Ohcount
2009-01-27 Robin Luckey[FIX] git-whatchanged doesn't return merges by default...
2009-01-27 Robin Luckey[FIX] One more test case for recalc_branch_name(),...
2009-01-27 Robin Luckey[FIX] recalc_branch_name returned nil in the case when...
2009-01-27 Robin LuckeyMerge branch 'master' of robin@congo:dev/ohloh_scm
2009-01-27 Robin Luckey[FIX] svn.validate_server_connection was broken by...
2009-01-27 Robin Luckey[FIX] svn.validate_server_connection was broken by...
2009-01-27 Robin Luckey[FIX] Shortcut to just check for file existence in...
2009-01-27 Robin Luckey[NEW] adapter.head(), adapter.parents() methods allow...
2009-01-27 Robin Luckey[NEW] Adapter factory -- give me a path to a working...
2009-01-26 Robin Luckey[CHANGE] Some refactoring of test helper to remove...
2009-01-26 Robin Luckey[CHANGE] Speed compromise. Stop calculation SHA1 hashes...
2009-01-26 Robin Luckey[FIX] Update README to include Mercurial references.
2009-01-22 Robin Luckey[FIX] Incorrect syntax for hg via ssh://... not the...
2009-01-22 Robin Luckey[FIX] bug fixes in hg parser -- turns out that hg doesn...
2009-01-21 Robin Luckey[NEW] HgAdapter now computes SHA1 hash for files.
2009-01-21 Robin Luckey[NEW] hg.push(), hg.pull()
2009-01-21 Robin Luckey[NEW] hg.each_commit {} implemented.
2009-01-21 Robin Luckey[FIX] Rake now passes.
2009-01-21 Robin LuckeyMerge branch 'master' into hg
2009-01-21 Robin Luckey[FIX] Subversion can report both R and A for a file...
2009-01-21 Robin Luckey[NEW] hg.commits() and family. Rake does not pass.
2009-01-20 Robin Luckey[NEW] hg.cat_file, hg.exist?
2009-01-20 Robin Luckey[NEW] The beginnings of a Mercurial adapter. Basic...
2009-01-20 Robin Luckey[FIX] So it turns out that not just lib/scm but also...
2009-01-20 Robin Luckey[FIX] Yet another crash when a commit contains nil...
2009-01-20 Robin Luckey[FIX] More nil diffs cases caught
2009-01-20 Robin Luckey[FIX] Exclude duplicate diffs when Subversion reports...
2009-01-20 Robin Luckey[FIX] Ensure that Subversion branch_names do not end...
2009-01-19 Robin Luckey[NEW] Initial Revision
2009-01-14 chawbaccaInitial Project Commit