What I've learned from scmproj (Re: what should be done to merge nested trees patch to bzr-core?)

Alexander Belchenko bialix at ukr.net
Thu Jun 16 18:30:13 UTC 2011


16.06.2011 18:00, Brian de Alwis пишет:
> On 16-Jun-2011, at 9:58 AM, Alexander Belchenko wrote:
>> I think you should be able to emulate recursive status with
>>
>> `bzr ecmd status`
>>
>> that should recursively show you status for each component.
> 
> 'ecmd' is great.  But 'ecmd status' shows text for every nested component even if there are no changes.

Yep, for pcmd (in scmproj) I've added more extra checks to make sure I
don't print useless info, but it has a price of slightly slower
execution of commands. Though that could be improved by using bzrlib
API directly, I've just never had enough motivation to add that to
scmproj.



More information about the bazaar mailing list