Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 557 Bytes

File metadata and controls

26 lines (14 loc) · 557 Bytes

hg-tools

Command line tools for doing that little extra with Mercurial.

hg-changemoddate file1...

Change modification date of files to when they were last committed.

hg-changeset-url [REV]

Display the URL for either the current changeset, or a specified one.

hg-modified

List modified files, ls -lrt style. (Long form, reverse chronological).

hg-phpcs-modified

Run phpcs (the PHP CodeSniffer) on modified files.

hg-phplint-modified

Lint modified php files.

hg-url

Display the URL of the current repository.