{"id":19291860,"url":"https://github.com/dmnd/hg-blametrail","last_synced_at":"2025-04-22T06:31:52.397Z","repository":{"id":7206962,"uuid":"8512373","full_name":"dmnd/hg-blametrail","owner":"dmnd","description":"🕵 Interactive mode for hg blame that traces when a particular line was introduced - not just when it was last edited","archived":false,"fork":false,"pushed_at":"2017-01-28T22:43:52.000Z","size":12,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T20:31:32.220Z","etag":null,"topics":["blame","diff","hg","mercurial"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-01T23:24:31.000Z","updated_at":"2023-03-08T16:36:53.000Z","dependencies_parsed_at":"2022-09-18T06:55:51.299Z","dependency_job_id":null,"html_url":"https://github.com/dmnd/hg-blametrail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnd%2Fhg-blametrail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnd%2Fhg-blametrail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnd%2Fhg-blametrail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnd%2Fhg-blametrail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmnd","download_url":"https://codeload.github.com/dmnd/hg-blametrail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250183247,"owners_count":21388682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blame","diff","hg","mercurial"],"created_at":"2024-11-09T22:28:16.309Z","updated_at":"2025-04-22T06:31:52.133Z","avatar_url":"https://github.com/dmnd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mercurial Blame Trail\n=====================\n\nAn interactive mode for `hg blame` that helps you trace when a particular line\nwas introduced - not just when it was last edited.\n\nEssentially it automates this process:\n\n    hg blame -n some/file.py\n    \u003cmanually inspect file to find changeset line was last modified in\u003e\n    hg up \u003cchangeset\u003e\n    hg blame -n some/file.py\n    \u003cmanually inspect file to find changeset line was last modified in\u003e\n    hg up \u003cchangeset\u003e\n    hg blame -n some/file.py\n    \u003cmanually inspect file to find changeset line was last modified in\u003e\n    hg up \u003cchangeset\u003e\n    ...\n\nUsage\n-----\n\nThis extension adds a couple of options to `hg blame`:\n\n  * `--trail` which should be given a line number, and activates the\n    interactive mode\n  * `--context` the number of lines to display before and after the line being\n    traced\n\nExample of tracing line 116 of a file, with a context of 2:\n\n    $ hg blame --trail 116 some/file.py --context=2\n\n\nInstall\n-------\n\nAdd the following to your `.hgrc`:\n\n    [extensions]\n    blametrail = /path/to/hg-blametrail/blametrail.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmnd%2Fhg-blametrail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmnd%2Fhg-blametrail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmnd%2Fhg-blametrail/lists"}