Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaHgでChangesetオブジェクトのタグのリストを取得する方法はありますか?
Changeset
あなたはTagsCommandですべてのタグを取得することができます
Map<String,Changeset> tagMap = TagsCommand.on(repo).execute();
次に、マップを繰り返し処理して、問題のチェンジセットを検索する必要があります。