From f3d12ea6905e02027a3c6737e8852a297ed5ba54 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 18 Apr 2004 15:47:35 +0000 Subject: [PATCH] svnpath: Allow substitution of 'upstream'. --- svnpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svnpath b/svnpath index d6a7fc4..5eda458 100755 --- a/svnpath +++ b/svnpath @@ -13,6 +13,6 @@ if (! length $url) { if (length $wanted) { # Now jut substitute into it. - $url=~s!/(?:trunk|branches|tags)($|/)!/$wanted$1!; + $url=~s!/(?:trunk|branches|tags|upstream)($|/)!/$wanted$1!; } print $url; -- 2.30.2