Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14007510
D7765.id17600.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7765.id17600.diff
View Options
Index: src/applications/diffusion/engine/DiffusionCommitHookEngine.php
===================================================================
--- src/applications/diffusion/engine/DiffusionCommitHookEngine.php
+++ src/applications/diffusion/engine/DiffusionCommitHookEngine.php
@@ -432,8 +432,6 @@
return $this->findMercurialChangegroupRefUpdates();
case 'prepushkey':
return $this->findMercurialPushKeyRefUpdates();
- case 'pretag':
- return $this->findMercurialPreTagRefUpdates();
default:
throw new Exception(pht('Unrecognized hook "%s"!', $hook));
}
@@ -693,10 +691,6 @@
return array($ref_update);
}
- private function findMercurialPreTagRefUpdates() {
- return array();
- }
-
private function findMercurialContentUpdates(array $ref_updates) {
// TODO: Implement.
return array();
Index: src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
===================================================================
--- src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
+++ src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
@@ -412,12 +412,6 @@
$repository->getCallsign(),
'prepushkey');
- // This one handles creating tags.
- $data[] = csprintf(
- 'pretag.phabricator = %s %s %s',
- $bin,
- $repository->getCallsign(),
- 'pretag');
$data[] = null;
$data = implode("\n", $data);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 30, 7:06 AM (2 w, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730782
Default Alt Text
D7765.id17600.diff (1 KB)
Attached To
Mode
D7765: Remove "pretag" hook support in Mercurial
Attached
Detach File
Event Timeline
Log In to Comment