# HG changeset patch # User Peter Sanchez # Date 1672942920 21600 # Thu Jan 05 12:22:00 2023 -0600 # Node ID 60b03ad72ccb04b14058564b9252518eb8f3beba # Parent a434ba602bc1768db5c1bd31a41e22864f0cd218 Removing typo diff --git a/bin/hgsemver b/bin/hgsemver --- a/bin/hgsemver +++ b/bin/hgsemver @@ -24,7 +24,7 @@ "-r", ".", "-T", - "{latesttag}{sub('^-0-.*', '', '-{latesttagdistance}-m{node|short}')}", + "{latesttag}{sub('^-0-.*', '', '-{latesttagdistance}-{node|short}')}", ], stdout=subprocess.PIPE, )