开发者

How check incoming changes with Bazaar?

开发者 https://www.devze.com 2023-01-16 20:32 出处:网络
With Mercurial I do: 开发者_如何转开发 $ hg in With SVN I do: $ svn log -r BASE:HEAD How do this with Bazaar?bzr missing

With Mercurial I do:

开发者_如何转开发
$ hg in

With SVN I do:

$ svn log -r BASE:HEAD

How do this with Bazaar?


bzr missing
will show you the unpulled and unmerged commits.

0

精彩评论

暂无评论...
验证码 换一张
取 消