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)
Mon, Feb 10, 5:57 AM
Unknown Object (File)
Sun, Feb 9, 10:50 AM
Unknown Object (File)
Sun, Feb 9, 10:50 AM
Unknown Object (File)
Sun, Feb 9, 10:50 AM
Unknown Object (File)
Sun, Feb 9, 10:50 AM
Unknown Object (File)
Thu, Feb 6, 2:07 AM
Unknown Object (File)
Sat, Feb 1, 9:14 PM
Unknown Object (File)
Tue, Jan 28, 5:57 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

Lint
Lint Skipped
Unit
Tests Skipped