Bug 162866 - [build] [patch] extract revision from hg in newvers.sh
Summary: [build] [patch] extract revision from hg in newvers.sh
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 10.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-25 05:30 UTC by KOIE Hidetaka
Modified: 2019-01-24 06:38 UTC (History)
1 user (show)

See Also:


Attachments
file.txt (2.59 KB, patch)
2011-11-25 05:30 UTC, KOIE Hidetaka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KOIE Hidetaka 2011-11-25 05:30:10 UTC
I'm using hgsubversion that is a subversion client on mercurial(hg).
This patch is to extract hg-revision, svn-revision, and applied MQ patches.

This patch includes some minor bugfixs:
- echo "$svnversion" is removed. (it is a debug code?)
- hg/git are not used when svnversion command exists and /usr/src is not managed by subvresion.

Fix: Patch attached with submission follows:
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2018-05-20 23:53:54 UTC
For bugs matching the following conditions:
- Status == In Progress
- Assignee == "bugs@FreeBSD.org"
- Last Modified Year <= 2017

Do
- Set Status to "Open"
Comment 2 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2019-01-24 06:38:18 UTC
Mercurial support was added in base r256499. Closing as OBE