9 lines
160 B
C#
9 lines
160 B
C#
namespace Sep.Git.Tfs.Commands
|
|
{
|
|
[Pluggable("find-rev")]
|
|
[Description("find-rev revision")]
|
|
public class FindRevision : GitTfsCommand
|
|
{
|
|
}
|
|
}
|