Skip to content

Commit 7ecc93b

Browse files
committed
Adding documentation for revert all and diffs
1 parent 0d4c129 commit 7ecc93b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/settings.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,20 @@ You can change the maximum number of revisions to show when getting logs.
114114
"logHistorySize": 20,
115115
```
116116

117+
### Revert All
118+
You can enable revert all to show even when "revert" is set to "tortoiseSVN". This is designed to allow you to very quickly perform a revert all when you know for certain that you want to revert all files, bypassing the file selection.
119+
120+
```Javascript
121+
"alwaysEnableRevertAll": True,
122+
```
123+
124+
### Diffs
125+
If you have your diff set to "native" then you can change the diff tool used to an external tool. Note that this is not a fully formed feature, so it does not yet work with diff with previous, and it only supports tools that use the file location as the final parameter.
126+
127+
```Javascript
128+
"diffCommand": "meld"
129+
```
130+
117131

118132
## Tortoise SVN
119133
As TortoiseSVN is only available for Windows, this section only applies to Windows users.

0 commit comments

Comments
 (0)