2016-12-15 3 views

答えて

0

、私は次のよう信じる:

は、私は以下のサブ問題を解決したら、私はこの問題を解決することができると信じて動作します:

// Get the changeset that the tag points to 
def referenced = $(hg id -q -r ${tag}) 

// Get the changeset that added the tag 
def addedTag = $(hg log -r children(${referenced}) --template {node}) 

// Check whether the remote repository contains the changeset 
def tagFound = $(hg outgoing -r ${addedTag}) 
関連する問題