Bug 162866

Summary: [build] [patch] extract revision from hg in newvers.sh
Product: Base System Reporter: KOIE Hidetaka <koie>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: gonzo
Priority: Normal    
Version: 10.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

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