mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
use code blocks for request and response
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Clone empty repository
|
||||
|
||||
```http
|
||||
GET /scm/hg/hgtest?cmd=capabilities HTTP/1.1.
|
||||
Accept-Encoding: identity.
|
||||
accept: application/mercurial-0.1.
|
||||
@@ -72,3 +73,4 @@ Content-Length: 15.
|
||||
Server: Jetty(7.6.21.v20160908).
|
||||
.
|
||||
publishing.True
|
||||
```
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Push bookmark
|
||||
|
||||
```http
|
||||
GET /scm/hg/hgtest?cmd=capabilities HTTP/1.1.
|
||||
Accept-Encoding: identity.
|
||||
accept: application/mercurial-0.1.
|
||||
@@ -113,3 +114,4 @@ Content-Length: 2.
|
||||
Server: Jetty(7.6.21.v20160908).
|
||||
.
|
||||
1
|
||||
```
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Push multiple branches to new repository
|
||||
|
||||
```http
|
||||
GET /scm/hg/hgtest?cmd=capabilities HTTP/1.1.
|
||||
Accept-Encoding: identity.
|
||||
accept: application/mercurial-0.1.
|
||||
@@ -163,3 +164,4 @@ Content-Length: 2.
|
||||
Server: Jetty(7.6.21.v20160908).
|
||||
.
|
||||
1
|
||||
```
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Push multiple branches
|
||||
|
||||
```http
|
||||
GET /scm/hg/hgtest?cmd=capabilities HTTP/1.1.
|
||||
Accept-Encoding: identity.
|
||||
accept: application/mercurial-0.1.
|
||||
@@ -179,3 +180,4 @@ Content-Length: 2.
|
||||
Server: Jetty(7.6.21.v20160908).
|
||||
|
||||
1
|
||||
```
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Push single changeset
|
||||
|
||||
```http
|
||||
GET /scm/hg/hgtest?cmd=capabilities HTTP/1.1.
|
||||
Accept-Encoding: identity.
|
||||
accept: application/mercurial-0.1.
|
||||
@@ -143,4 +144,4 @@ Content-Length: 2.
|
||||
Server: Jetty(7.6.21.v20160908).
|
||||
|
||||
1
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user