contrib/plan9/hgrc.d/9mail.rc
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 16 Apr 2014 16:34:48 -0500
changeset 21425 242637139efb
parent 19617 ba89c3872801
permissions -rw-r--r--
localrepo: reverse contexts in status This is a slight tweak to how localrepo.status calculates what files have changed. By forcing a changectx to be first operator and anything not a changectx to be the second operator, we can later exploit this to allow refactoring the status operation as a method of a context object. Furthermore, this change will speed up 'hg diff --reverse' when used with the working directory because the code will now hit a fast path without needing to calculate an unneeded second manifest.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19617
ba89c3872801 hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff changeset
     1
# The 9mail to support patchbomb and other email wrappers
ba89c3872801 hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff changeset
     2
[email]
ba89c3872801 hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff changeset
     3
method = /bin/mercurial/9mail
ba89c3872801 hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff changeset
     4