about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepobrowseBase.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-14 00:47:28 +0000
committerEric Wong <e@80x24.org>2016-04-05 18:58:27 +0000
commitdd3ff54154f7a771da07c10f500e3033c8ce71bc (patch)
tree7c758ded52dc4ecc711e8805100a91d612c473b2 /lib/PublicInbox/RepobrowseBase.pm
parent1e7a2bbd2c7b0c1d5f989c0e225d22276055eff1 (diff)
downloadpublic-inbox-dd3ff54154f7a771da07c10f500e3033c8ce71bc.tar.gz
While we want to keep a consistent set of parameters across
different VCSes, we cannot expect users of non-git VCSes to
use the same parameter names which make sense for git users.
Diffstat (limited to 'lib/PublicInbox/RepobrowseBase.pm')
-rw-r--r--lib/PublicInbox/RepobrowseBase.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepobrowseBase.pm b/lib/PublicInbox/RepobrowseBase.pm
index 06381b2a..60da2d94 100644
--- a/lib/PublicInbox/RepobrowseBase.pm
+++ b/lib/PublicInbox/RepobrowseBase.pm
@@ -3,7 +3,7 @@
 package PublicInbox::RepobrowseBase;
 use strict;
 use warnings;
-require PublicInbox::RepobrowseQuery;
+require PublicInbox::RepobrowseGitQuery;
 use PublicInbox::Hval;
 
 sub new { bless {}, shift }