8000 GitHub - rdpate/home-hg: Manage ~/.hg symlink to .home-hg.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rdpate/home-hg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Home Hg

Manage ~/.hg symlink to .home-hg while running the given Mercurial command.

Quick Setup

# from scratch
hg init
mv .hg .home-hg

# ignore untracked files
printf %s\\n 'syntax: glob' '*' >>~/.hgignore
hhg add .hgignore

Example

$ hg root
abort: no repository found in '/home/roger' (.hg not found)!
$ hhg root
/home/roger

Manual Management

The two commands "hhg-activate" and "hhg-release" are what handle the symlink; "hhg" is a wrapper around them and Mercurial. "hhg-activate" and "hhg-release" can be executed manually or as an hhg subcommand, eg. "hhg hhg-activate".

About

Manage ~/.hg symlink to .home-hg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0