Patch #32835
Make breadcrumbs of repository browser copy-paste friendly
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | SCM | |||
Target version: | 4.2.0 |
Description
Currently, the breadcrumbs list in the repository browser is not copy-paste friendly.
Suppose that the page shows "root/subversion_test/helloworld.c". When you copy & paste the breadcrumbs, the pasted text will be "root / subversion_test / helloworld.c". The problem is that it has unnecessary white-spaces around slashes. But I think probably the text you want to be pasted is "root/subversion_test/helloworld.c" (without white-spaces).
This patch removes the superfluous spaces that surround "/" from the pasted text.
Associated revisions
Make breadcrumbs of repository browser copy-paste friendly (#32835).
Patch by Go MAEDA.