2

I'd like to know how I can configure TortoiseHg Workbench so it alawys supplies the --subrepos switch when checking status. I can do this with the commandline no problem. I only need to do this for this 1 repository - it is the only repo that has a subrepo.

  • root
    • folder 1
    • folder 2
    • folder 3 (this is a subrepo)

In TortoiseHg Workbench if I'm at the root level and I'm on the commit tab, I press the refresh file list icon and it will show me the status for everything except in the subrepo... Not what I want, I want to know that there are changes in that subrepo.

Even when I commit it is excluding new files, it doesn't see them as added. It will commit any changes, but not new files.

unwind
  • 391,730
  • 64
  • 469
  • 606
Simon Martin
  • 4,203
  • 7
  • 56
  • 93

1 Answers1

2

I'm using TortoiseHg 2.3.1. In the commit window:

enter image description here

Mark Tolonen
  • 166,664
  • 26
  • 169
  • 251