Re: [css3-transitions] Inconsistencies on how the equivalent of some timing functions is described.

On Tue, Jan 8, 2013 at 12:40 PM, Dean Jackson <dino@apple.com> wrote:
> Fixed in https://dvcs.w3.org/hg/csswg/rev/ab47414d690c
>
> [Apologies for not following the commit message style - I'll do it properly next time]

If you're operating on the command line, there's a bash function in
the wiki that makes this automatic:

function commit {
  hg commit -m "[${PWD##*/}] ${1}" && hg pull --rebase && hg push
}

The [${PWD##*/}] part selects the name of the current directory, wraps
it in [], and puts it before your commit message.

~TJ

Received on Tuesday, 8 January 2013 21:20:51 UTC