Skip to content

Commit 63b3c1d

Browse files
committed
review cx
1 parent 75753d9 commit 63b3c1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/repos/tfvc/changeset-command.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,13 @@ c:\projects>tf changeset /notes:@notes.txt 8675309
9898

9999
Where the *notes.txt* can be in the following format:
100100

101-
`field1=value1;`<br>`field2=value that`<br>`spans multiple`<br>`lines;`<br>`field3 = value3;`
101+
```
102+
field1=value1;
103+
field2=value that
104+
spans multiple
105+
lines;
106+
field3 = value3;
107+
```
102108

103109
The following example replaces the existing comment for changeset 8675309 and displays information about the changeset in the command prompt window. This example doesn't open the Visual Studio **Changeset** dialog box.
104110

0 commit comments

Comments
 (0)