- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 8 Jan 2013 13:20:04 -0800
- To: Dean Jackson <dino@apple.com>
- Cc: Alexis Menard <alexis.menard@intel.com>, www-style list <www-style@w3.org>
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