Vote #68914
完了Handle "named branch" for mercurial
0%
説明
Mercurial has a concept of branches inside the same repository (as opposed to "use another repository as branch"). Currently, redmine only 'sees' the main branch and not the other ones.
Handling the named branches would mean:
- see commits from those branches in the repository tab (/projects/xx/repository/, /projects/xx/repository/revisions, individual file revision logs, ...)
- use commits on those branches when matching for 'fixes' 'refs' and other actions
journals
--------------------------------------------------------------------------------
We finished implementing the feature of Mercurial named branches browsing based on git branches implementation in #1406.
These are images of Redmine hgsubversion mirror.
https://bitbucket.org/redmine/redmine-all
!hg-root.png!
!hg-1.1-stable-rev.png!
!hg-1.1-stable-url-path.png!
!hg-1.1-stable-file.png!
There is a discussion about the top page of a repository.
Please see #7984.
> use commits on those branches when matching for 'fixes' 'refs' and other actions
I can not understand your request.
Please create new issue with descriptions in detail.
--------------------------------------------------------------------------------
related_issues
relates,Closed,4924,mercurial reader disregard information from non-default branch
relates,Closed,4455,Mercurial overhaul
relates,Closed,1981,display mercurial tags
relates,New,7984,Confusing revisions links on repository root
relates,New,5083,Add the ability to view a range of revisions
relates,New,5386,Branch/Tags in Changeset Description
relates,New,2120,Different views between develop and funcional
relates,Closed,3909,Mercurial: show repository graphic history
relates,Closed,5501,Git: Mercurial: Adding visual merge/branch history to repository view
relates,New,539,Repository browser per Project Version.
relates,New,6159,Subversion: latest changesets performance improvement.
relates,New,5279,Branch level associations between projects and repositories.
relates,New,1311,Subversion: Show revision histories for branches
relates,New,3357,Revision log relative to current location in the Repository Browser
relates,New,3943,Subversion: Directory revision list contains faulty revisions
relates,Closed,1406,Browse through Git branches