From ddfec219fd582419b914b77c6652ff03e7a2b8ca Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sat, 13 Feb 2010 18:55:34 -0800 Subject: Filter out usernames from Mercurial repository paths in .hgrc We filtered out the username from a path when running 'hg svn info', but not when reading from .hgrc. We now apply the same filtering logic. This allows post-review to match a repository path with a username in it against a repository path on a Review Board server. Patch by Tom Saeger. Reviewed at http://reviews.reviewboard.org/r/1390/ --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index f90ad89..76f5db2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,3 +26,4 @@ Contributors: * Stacey Sheldon * Stefan Ring * Steven Russell + * Tom Saeger -- cgit v1.2.3