Opened 14 years ago
Last modified 4 years ago
#9852 new enhancement
Mercurial plugin support for pulling repository description from hgrc
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | plugin - mercurial |
Component: | plugin/mercurial | Version: | |
Severity: | normal | Keywords: | repository |
Cc: | mmitar@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The description field of a Mercurial repository could be read from the repository's .hg/hgrc
file. It's usually specified in the [web]
section. The information could be used as the description if the field is left blank, or overridden otherwise. This would save admins from having to write the description in two places.
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
Keywords: | repository added |
---|---|
Milestone: | → 0.13 |
comment:2 by , 14 years ago
If possible, please allow overriding the description in hgrc
with no description. I do have descriptions in hgrc
for my repositories, for display in hgweb
, but I prefer not displaying them in Trac, because they take too much vertical space.
comment:3 by , 14 years ago
Milestone: | 0.13 → plugin - mercurial |
---|
comment:4 by , 14 years ago
Cc: | added |
---|
comment:5 by , 11 years ago
th:HgDirManagerPlugin provides all repositories found in a directory, and it also provides hgrc
descriptions for those repositories.
Ah yes, good idea. Now if you could transform this good idea into a good patch ;-)
I think I'll start using the main milestone instead of the somewhat redundant plugin - mercurial one, also useful as a way to show on which branch of the plugin the change will happen.