f5d6...3ddc
Author: Robin Luckey
Date: 2010-01-14 09:47:58 -0800
[FIX] Escape ">" character in Hg filenames
a6e3...c1c4
Author: Robin Luckey
Date: 2009-11-05 09:53:25 -0800
[FIX] restict_url_to_trunk fails if already trunk
e5a1...a45e
Author: Andy Verprauskus
Date: 2009-11-02 11:06:10 -0800
[FIX] forge detection failing if svn url terminates without a trailing /
876b...2b31
Author: Andy Verprauskus
Date: 2009-11-02 11:03:18 -0800
Merge branch 'master' of git@thechaw.com:ohloh_scm
9533...3d92
Author: Andy Verprauskus
Date: 2009-11-02 10:45:41 -0800
OH-104 Dont auto-descend beyond /trunk directories
43c1...d920
Author: Robin Luckey
Date: 2009-10-27 13:33:54 -0700
[FIX] Use Bzr Author name when available
c139...da1d
Author: Andy Verprauskus
Date: 2009-10-19 11:12:46 -0700
[FIX] as of SVN 1.6.5 or earlier, svn info returns an error code when doing svn info on missing files. Existing code, e.g. deepen_diff(), relies on this returning an empty result with a success code.
18b8...985d
Author: Robin Luckey
Date: 2009-08-11 12:20:07 -0700
[FIX] HgAdapter: Compatibility with hg 1.2.1
44f5...ac45
Author: Robin Luckey
Date: 2009-08-11 12:10:22 -0700
[FIX] BzrAdapter: rename + modify in single commit
f42e...e14b
Author: Robin Luckey
Date: 2009-08-07 10:05:49 -0700
[FIX] BzrAdapter: Support bzr 1.17
d600...760b
Author: Robin Luckey
Date: 2009-07-07 10:20:51 -0700
[FIX] HgAdapter: Speed improvement for cat_file_parent(). New implementation requires only 2 shell commands (rather than 3).
148f...65e8
Author: Robin Luckey
Date: 2009-06-12 15:37:47 -0700
[CHANGE] Svn: Increase the maximum length of a branch_name to 80 characters
d40a...6534
Author: Robin Luckey
Date: 2009-05-20 18:40:14 -0700
[FIX] Svn: Fix a complicated directory renaming case: If a directory is renamed, and then the branch we are tracking is created within that directory *during the same commit*, then the parser would mistakenly think that the branch had been moved.
59ba...7355
Author: Robin Luckey
Date: 2009-05-19 15:52:59 -0700
[FIX] Hg and Git: better SourceForge detection in guess_forge()
06b3...4e9d
Author: Robin Luckey
Date: 2009-05-19 14:26:27 -0700
[FIX] Svn: Improve guess_forge() to better recognize rubyforge.org
e00b...a913
Author: Robin Luckey
Date: 2009-05-13 11:08:54 -0700
[CHANGE] Svn: Relax validation rules for usernames to allow email addresses.
0085...589b
Author: Robin Luckey
Date: 2009-05-13 10:26:59 -0700
[FIX] Git: Prevent merge commits from being duplicated.
c4f0...90b4
Author: Robin Luckey
Date: 2009-05-13 09:37:37 -0700
[NEW] GitParser can parse a generic git log (that is, doesn't require our custom formatter).
0f25...3653
Author: Robin Luckey
Date: 2009-04-23 10:06:26 -0700
[NEW] Bzr: Implement export
6e41...e5d4
Author: Robin Luckey
Date: 2009-04-23 09:53:10 -0700
[NEW] Hg: Implement export