我正试图查看我项目历史上的每一个变更集。。。至少是最后1000名。所以我运行命令:
tf history $/MyProject /recursive /format:brief
... at the VS command line. This popped up a history window with most of the changesets in the MyProject project, but even here there si the odd changeset missing. For example, the list of changeset IDs goes: 3956 3955 3954 3953 3952 3949 3948 3947 [...]
未显示变更集3950-3951;为什么?我怎么能强迫他们展示呢?