-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
33 lines (23 loc) · 758 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* push/pull
With the prevalence of DVCS, should have this. For grabbing/pushing history, without actually changing the working copy.
* diff
diff working copy to base version
arbitrary diff between revisions
* info
Repository/Working copy general info: upstream servers, version, last commit log, etc.
* status
status of working copy. clean? modified files, missing files.
* revert/clean
get working copy back to pristine state
* installed
is this plugin usable? are the required commands installed on the system
* log/history
the history tree
* RSS feeds
* blame/annotate
* test-URL - automatically identify server type
* init - prepare new project
* checkout - and get the latest version
* commit - yeah..
* branch - for branching
* universal GUI