Re: How to get subrepo status in CLI (like tortoisehg)

2016-10-25 Thread John Gee
On 19/10/2016, at 02:42, David Demelier wrote: > > Hello, > > TortoiseHG shows nice status about subrepositories like this: > > S GameCore 4 > S GameTests 4 > > But I can't get the same with hg on the command line, even with -S > option. Instead it shows all the files relative to their reposit

How to get subrepo status in CLI (like tortoisehg)

2016-10-18 Thread David Demelier
Hello, TortoiseHG shows nice status about subrepositories like this: S GameCore 4 S GameTests 4 But I can't get the same with hg on the command line, even with -S option. Instead it shows all the files relative to their repositories, like this: hg status -S M GameCore\common\CMakeLists.txt M Ga