[PATCH] status: add option to show status of files in subrepos

Didly Bom didlybom at gmail.com
Thu Jul 8 08:46:31 CDT 2010


On Thu, Jul 8, 2010 at 3:40 PM, David Mitchell
<david.mitchell at telogis.com>wrote:
>
>
>> So in mercurial's case what you propose it for mercurial to report:
>>
>> % hg status
>> S       ext
>>
>> Performing status on subrepository 'ext'
>> M       ext/a.txt
>>
>> Is that it? If so it seems a good solution to me.
>>
>
> Isn't this the behaviour mercurial has today? The point of the switch is to
> allow you to see the substatus without having to run multiple commands.
>

What I meant is that a single "hg status" command would first show that a
subrepo has changed ("S    ext" in the example) and then show "Performing
status on subrepository 'ext'" followed by the list of changes in that
subrepo. Thus there would be no need for more than one "hg status" command.

Angel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100708/74abcdfd/attachment.htm>


More information about the Mercurial-devel mailing list