4

In the PlasticSCM client GUI, is there a way to view a "joint" 2D revision tree for more than one file? That is, to see all changesets which touched one of a set of files I specify.

I can't find a way to view anything else than "revision tree of one file" or "revision tree (actually, branch explorer) of entire repo."

Basically, is there a Plastic equivalent to the following git command?

gitk -- include/a.h src/a.cpp docs/call_sequence.xml
4

1 回答 1

1

Plastic SCM 允许您一次仅获取一个文件的修订树。

于 2013-05-02T10:17:26.503 回答