hg diff --branch

Isaac Jurado diptongo at gmail.com
Sun Feb 15 08:33:27 CST 2009


On Sun, Feb 15, 2009 at 3:12 PM, Alpár Jüttner <alpar at cs.elte.hu> wrote:
>> > braces are special symbols in shell. In bash
>> >
>> > echo parent(6)
>> >
>> > produces error. It must be written as:
>> >
>> > echo 'parent(6)'
>>
>> Good point, I hadn't thought of that.
>
> What about using square braces instead?

Characters (,),[,],{ and } are all special symbols in current shells
(e.g: zsh, bash, etc).

-- 
Isaac Jurado
http://www.krenel.net

"The noblest pleasure is the joy of understanding"
Leonardo da Vinci



More information about the Mercurial-devel mailing list