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.
バザールに更新されていない作業ツリーがある場合は、
bzr st working tree is out of date, run 'bzr update'
作業コピーのリビジョン番号をどのように確認しますか?(または適用された最新のコミット)
Mercurialを使用するとhg parents、それを入手できます。バザールの対応物、または任意の回避策を探しています。
hg parents
了解しましたbzr version-info。
bzr version-info
--custom --template='your settings'その点で非常に優れているのは、パラメーターを介して出力をフォーマットすることもできることです。
--custom --template='your settings'
アップデート:
さらに簡単に、あなたも使用することができますbzr revno --tree。
bzr revno --tree