From d9563ea5516e8e786debf223e10ec11695aee9d7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 9 Feb 2017 01:37:03 +0000 Subject: repobrowse: shorten internal names We'll still be keeping "repobrowse" for the public API for use with .psgi files, but shortening the name means less typing and we may have command-line tools, too. --- t/repobrowse_git.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/repobrowse_git.t b/t/repobrowse_git.t index 6ae7475b..0ac977f3 100644 --- a/t/repobrowse_git.t +++ b/t/repobrowse_git.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -use PublicInbox::RepobrowseGit qw(git_unquote); +use PublicInbox::RepoGit qw(git_unquote); is("foo\nbar", git_unquote('"foo\\nbar"'), 'unquoted newline'); is("Eléanor", git_unquote('"El\\303\\251anor"'), 'unquoted octal'); -- cgit v1.2.3-24-ge0c7