Tortoise Hg (Mercurial) - Opening the Shelve/Unshelve dialog from the Command Line

In Tortoise Hg (Mercurial) Source control:

To open the Shelve/Unshelve dialog from the Command Line:

thg shelve

this may save you some time !


historical note: there used to be a separate shelve extension for Tortoise hg, which operated from the command line.
however, I found it to be very buggy (TortoiseHg 2.3 could not unshelve changes, and the shelves were NOT integrated with the main Shelve dialog) and as of TortoiseHg 2.5.1 this separate extension appears to have been removed (thankfully!).

Comments

  1. you can run other commands too, to fire up the relevant UI:

    type this to list all the commands
    thg /?

    commit dialog:
    thg commit

    status dialog:
    thg status

    detect rename files dialog:
    thg guess

    workbench:
    thg

    ReplyDelete

Post a Comment