I have a mercurial project in which I would like to use jQuery-File-Upload.
I added the following to my .hgsub
file in order to create a subrepo for this plugin:
public/assets/common/js/filedrop = [git]git://github.com/blueimp/jQuery-File-Upload.git
The problem I have is that I need to use in the jquery-ui
branch of this git repo in my project.
Is there any way to specify the branch name of a git repo to pull as a hg subrepo?