Page MenuHomeFreeBSD

MFC r339990
ClosedPublic

Authored by 0mp on Mar 5 2020, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 3:51 AM
Unknown Object (File)
Nov 10 2023, 9:13 AM
Unknown Object (File)
Oct 23 2023, 5:41 AM
Unknown Object (File)
Oct 9 2023, 8:09 AM
Unknown Object (File)
Jul 15 2023, 10:23 PM
Unknown Object (File)
Jun 26 2023, 11:21 PM
Subscribers

Details

Reviewers
bcr
Group Reviewers
manpages
Summary

Does it look correct?

I've used svn merge -c 339990 ^/head stable/12.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29811
Build 27639: arc lint + arc unit

Event Timeline

It does look right. Just make sure that you commit the directory, not the file itself directly. Otherwise, you'll lose the mergeinfo.

At the bottom of the commit message window, you should have:

_M 12
M stable/12/contrib/smbfs/mount_smbfs/mount_smbfs.8

Also, remove the "MFC after" line (since this is what you are doing with this commit) and add at the very top of the commit message: MFC r<revisionnumber>:

This revision is now accepted and ready to land.Mar 5 2020, 7:51 PM
In D23976#527050, @bcr wrote:

It does look right. Just make sure that you commit the directory, not the file itself directly. Otherwise, you'll lose the mergeinfo.

At the bottom of the commit message window, you should have:

_M 12
M stable/12/contrib/smbfs/mount_smbfs/mount_smbfs.8

Also, remove the "MFC after" line (since this is what you are doing with this commit) and add at the very top of the commit message: MFC r<revisionnumber>:

Done! See the output of svn log -c 358917.