@pogo-vcs/pogo 0.10.2 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -118,6 +118,9 @@ For running the server, you need to have a PostgreSQL database running and the f
|
|
|
118
118
|
| | `start` | | Start the Pogo daemon service. |
|
|
119
119
|
| | `uninstall`| | Uninstall Pogo daemon service. |
|
|
120
120
|
| `pogo describe` | | `desc`, `rephrase` | Set the description for the current change. |
|
|
121
|
+
| `pogo diff` | | | Show differences between changes in unified diff format. |
|
|
122
|
+
| `pogo diff local` | | | Show differences between local unpushed changes and the remote state. |
|
|
123
|
+
| `pogo discard` | | | Discard all local changes and revert to the remote state. |
|
|
121
124
|
| `pogo edit` | | `checkout` | Sets the specified revision as the working-copy revision. |
|
|
122
125
|
| `pogo gc` | | | Run garbage collection on the server. |
|
|
123
126
|
| `pogo info` | | | Display the current working copy status. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pogo-vcs/pogo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "A centralized version control system that is simple and easy to use.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -37,74 +37,74 @@
|
|
|
37
37
|
"archives": {
|
|
38
38
|
"darwin-arm64": {
|
|
39
39
|
"name": "pogo_Darwin_arm64.tar.gz",
|
|
40
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
40
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.11.0/pogo_Darwin_arm64.tar.gz",
|
|
41
41
|
"bins": [
|
|
42
42
|
"pogo"
|
|
43
43
|
],
|
|
44
44
|
"format": "tar.gz",
|
|
45
45
|
"checksum": {
|
|
46
46
|
"algorithm": "sha256",
|
|
47
|
-
"digest": "
|
|
47
|
+
"digest": "5ba237ff9ecb09ed54b51e8d7fe38ad12ac93539ce66184c58f2da19c1e85a27"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"darwin-x64": {
|
|
51
51
|
"name": "pogo_Darwin_x86_64.tar.gz",
|
|
52
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
52
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.11.0/pogo_Darwin_x86_64.tar.gz",
|
|
53
53
|
"bins": [
|
|
54
54
|
"pogo"
|
|
55
55
|
],
|
|
56
56
|
"format": "tar.gz",
|
|
57
57
|
"checksum": {
|
|
58
58
|
"algorithm": "sha256",
|
|
59
|
-
"digest": "
|
|
59
|
+
"digest": "8ff53f68a24f9af32a5c87934e973992ad7737f0c00673346e928277707b2452"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"linux-arm64": {
|
|
63
63
|
"name": "pogo_Linux_arm64.tar.gz",
|
|
64
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
64
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.11.0/pogo_Linux_arm64.tar.gz",
|
|
65
65
|
"bins": [
|
|
66
66
|
"pogo"
|
|
67
67
|
],
|
|
68
68
|
"format": "tar.gz",
|
|
69
69
|
"checksum": {
|
|
70
70
|
"algorithm": "sha256",
|
|
71
|
-
"digest": "
|
|
71
|
+
"digest": "58c4770e13df5f05873d58356522a1b966b985342476727f4de10fbc628b2cc8"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"linux-x64": {
|
|
75
75
|
"name": "pogo_Linux_x86_64.tar.gz",
|
|
76
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
76
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.11.0/pogo_Linux_x86_64.tar.gz",
|
|
77
77
|
"bins": [
|
|
78
78
|
"pogo"
|
|
79
79
|
],
|
|
80
80
|
"format": "tar.gz",
|
|
81
81
|
"checksum": {
|
|
82
82
|
"algorithm": "sha256",
|
|
83
|
-
"digest": "
|
|
83
|
+
"digest": "eaceecf19a6e073af645d55e23a1c906ed36e4b1d2df8898a91721d3ce9efda7"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"win32-arm64": {
|
|
87
87
|
"name": "pogo_Windows_arm64.zip",
|
|
88
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
88
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.11.0/pogo_Windows_arm64.zip",
|
|
89
89
|
"bins": [
|
|
90
90
|
"pogo.exe"
|
|
91
91
|
],
|
|
92
92
|
"format": "zip",
|
|
93
93
|
"checksum": {
|
|
94
94
|
"algorithm": "sha256",
|
|
95
|
-
"digest": "
|
|
95
|
+
"digest": "beb4f5322ff9d4f9bb25275f486bc90ec0cb0ca62307a470bf1764f087a076a8"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"win32-x64": {
|
|
99
99
|
"name": "pogo_Windows_x86_64.zip",
|
|
100
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
100
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.11.0/pogo_Windows_x86_64.zip",
|
|
101
101
|
"bins": [
|
|
102
102
|
"pogo.exe"
|
|
103
103
|
],
|
|
104
104
|
"format": "zip",
|
|
105
105
|
"checksum": {
|
|
106
106
|
"algorithm": "sha256",
|
|
107
|
-
"digest": "
|
|
107
|
+
"digest": "0521cdc9017e085ffe182c6c5eba94f07dd0c723ec89fa3f0e7b8ee045096239"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|