Page MenuHomePhabricator

Remove "pretag" hook support in Mercurial
ClosedPublic

Authored by epriestley on Dec 13 2013, 1:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 11:45 PM
Unknown Object (File)
Wed, Jan 1, 12:06 AM
Unknown Object (File)
Tue, Dec 31, 11:57 AM
Unknown Object (File)
Wed, Dec 11, 10:39 PM
Unknown Object (File)
Sat, Dec 7, 11:17 PM
Unknown Object (File)
Dec 6 2024, 2:12 AM
Unknown Object (File)
Dec 4 2024, 9:53 AM
Unknown Object (File)
Nov 29 2024, 5:26 AM
Subscribers

Details

Summary

Ref T4195. This doesn't actually work like I thought it did: it only fires locally, when you run hg tag. Mercurial tags are also weird and basically don't make any sense and everyone should use bookmarks instead. We could implement some flavor of this eventually, but I'd like to see users request it first. They can implement their own with content-based hooks once those work, anyway.

Test Plan

This code didn't do anything.

Diff Detail

Branch
morehooks4
Lint
Lint Passed
Unit
Tests Passed