-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeatures.txt
121 lines (65 loc) · 2.66 KB
/
Features.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Sun Oct 21 18:32:13 2012
Added seek --removed option, for determining the first revision in which a
pattern does not match a file, to determine when a line of code was deleted.
Mon Oct 22 14:08:18 2012
Added --revision option to seek. Handles revisions of the form -rM:N, but not
relative revisions (e.g., -3).
Mon Oct 22 14:30:38 2012
Added handling of relative revisions, both single and multiple.
Tue Oct 23 19:39:37 2012
seek command: added color highlighting for matched line and revision.
Wed Oct 24 15:24:05 2012
seek command: added revision range (from:to) to displayed output for a match.
seek command: added "not found" line for no match.
Thu Oct 25 19:22:52 2012
seek command: added [ -C --no-color ] option.
Fri Oct 26 13:45:28 2012
help: added handling of 'pvn help subcommand'.
Sat Oct 27 16:36:13 2012
seek: improved message for not found, not removed.
Tue Oct 30 08:51:36 2012
seek: refined colors used for components (path, revisions, line number) in
output.
Mon Nov 5 19:29:52 2012
log: changed -v (verbose) to -f (--files), to include files. This eliminates
confusion with the standard -v option for debugging output.
Tue Nov 6 08:39:10 2012
all subcommands: added -v as universal option.
seek: fixed bug handling files.
seek: added exception when no expression provided.
Thu Nov 8 10:39:48 2012
commands: removed -f as short option for --color, which is the default.
Mon Dec 17 20:33:26 2012
Updated code to work with Rainbow and RIEL gems.
Tue Dec 18 20:27:19 2012
seek: fixed to be one-indexed, a la grep.
Wed Dec 19 18:27:37 2012
seek: added tests.
Thu Dec 20 20:01:24 2012
Added information to readme.
Sat Dec 29 13:20:24 2012
Fixed seek behavior on first match.
Sun Dec 30 18:47:42 2012
seek: added display of multiple matches.
all subcommands: wrapped summary output.
Mon Dec 31 19:56:01 2012
seek: refined seek to match multiple revisions.
Tue Jan 1 18:22:02 2013
seek: added --removed functionality.
seek: added functionality for between revisions.
Wed Jan 2 19:18:35 2013
seek: reduced colors in output.
Thu Jan 3 19:09:41 2013
diff: fixed description to reflect the current, not projected, functionality.
Fri Jan 4 20:07:57 2013
readme: expanded description of the pct subcommand.
Sat Jan 5 13:32:28 2013
svnx: migrated into its own gem.
Sun Jan 6 18:03:42 2013
synoption: migrated into its own gem.
Fri Aug 9 19:25:19 2013
status and log: paths are now displayed sorted by name.
Mon Aug 12 07:45:05 2013
Improved date displayed with log, with a more concise and clearer format.
Thu Nov 7 10:15:30 2013
Fixed status command for changes in SVNx::Action.