hg status
? Make a .hgignore
at the top level of your repository. It supports glob and regex, and plain names. man hgignore
for more details.~/.hgrc
file and make sure the permissions on the file are such that nobody else can read it.
[auth] bitbucket.prefix = bitbucket.org/markd2 bitbucket.username = markd2 bitbucket.password = B4dg3rzRuL3 bitbucket.schemes = http httpsSo now when you do a
% hg push https://bitbucket.org/markd2/borkfitno need to authorize.
~/.hgrc
[extensions] extdiff = [extdiff] cmd.chdiff = /Local/Apps/Changes.app/Contents/Resources/chdiff opts.chdiff = --waitYour Changes.app path is probably different, so be sure to change it. Or add the
chdiff
's directory to your shell path.
Now you can
% hg chdiff
And get pretty diffing.