bzr touch
Lukáš Lalinský
lalinsky at gmail.com
Thu Jan 29 13:35:19 GMT 2009
On Thu, Jan 29, 2009 at 2:29 PM, Panagiotis Papadakos
<papadako at csd.uoc.gr> wrote:
> Hi everyone
>
> I was thinking if a command like 'bzr touch FILENAME', would be beneficial.
> This command would create the file and also add it to the branch.
>
> In this manner you just have to type:
>
> 'bzr touch lala'
>
> instead of
>
> 'touch lala'
> 'bzr add lala'
Probably not the solution you are looking for, but:
1. Install http://bzr.oxygene.sk/bzr-plugins/extcommand
2. Add "touch = touch $1 && bzr add $1" to [EXTERNAL_ALIASES] in bazaar.conf
3. bzr touch lala
Lukas
More information about the bazaar
mailing list