Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.
/ hgVersionMe Public archive

Sane versioning between branches in Mercurial

Notifications You must be signed in to change notification settings

k-f-/hgVersionMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Versioning between branches in Mercurial

Purpose

Wrote this for a project some friends and I worked on. All work in our case was done in "Default" with merges to Release, and then possibly Deploy.

Requirements

Because of how Mercurial handles tags between branches you must add these lines to your hgrc

vim .hg/hgrc
[merge-tools]
merge-tags.executable = cat
merge-tags.args = $local $other | sort -u >> $output

[merge-patterns]
.hgtags = merge-tags

Hate it?

Good! It's gross, heavy handed and probably shouldn't be written in bash. Improve it and let me know.

About

Sane versioning between branches in Mercurial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published