我正在尝试使用PowerShell将特定Mercurial分支中的内容下载到本地计算机。我发现了一些事情,但没有去。有什么帮助吗?
$ url =" http://testmerc01.development.local:48050/test/shortlog/502059c28165"
$ wc = New-Object -TypeName System.Net.WebClient
$ wc.Credentials = New-Object -TypeName System.Net.NetworkCredential' ******',' *******' iex($ wc.DownloadString($ url))
答案 0 :(得分:1)
使用以下命令似乎对我有用
hg clone“repository URL”-b“branch name”