Project

General

Profile

Actions

Patch #826

closed

Fix browsing mercurial repositories

Added by Frédéric Moulins about 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2008-03-11
Due date:
% Done:

0%

Estimated time:

Description

Running redmine on linux, I wasn't able to browse a mercurial repository.

Listing entries using hg locate :
  • should use '/' to split entries path, not '\' ('\\').
  • should filter files with glob:**. Restricting paths to a depth of 2 does not work for deep repository trees like :
    README
    images/delete.png
    images/edit.png
    sources/deep/tree/few/files.txt
    sources/watchers_controller.rb
    

Files

fix-mercurial-repo-browsing.patch (1.01 KB) fix-mercurial-repo-browsing.patch fix mercurial repo browsing, patch against #1224 Frédéric Moulins, 2008-03-11 00:46
Actions

Also available in: Atom PDF