Show More
@@ -135,7 +135,7 b' def show_changeset(ui, repo, rev=0, chan' | |||||
135 | if ui.verbose: |
|
135 | if ui.verbose: | |
136 | ui.status("description:\n") |
|
136 | ui.status("description:\n") | |
137 | ui.status(description) |
|
137 | ui.status(description) | |
138 | ui.status("\n") |
|
138 | ui.status("\n\n") | |
139 | else: |
|
139 | else: | |
140 | ui.status("summary: %s\n" % description.splitlines()[0]) |
|
140 | ui.status("summary: %s\n" % description.splitlines()[0]) | |
141 | ui.status("\n") |
|
141 | ui.status("\n") |
@@ -28,6 +28,7 b' files+: c' | |||||
28 | description: |
|
28 | description: | |
29 | 2 |
|
29 | 2 | |
30 |
|
30 | |||
|
31 | ||||
31 | + rm b |
|
32 | + rm b | |
32 | + hg -d rawcommit -p 2 -d '0 0' -u user -t3 b |
|
33 | + hg -d rawcommit -p 2 -d '0 0' -u user -t3 b | |
33 | + hg -d manifest 3 |
|
34 | + hg -d manifest 3 | |
@@ -45,6 +46,7 b' files-: b' | |||||
45 | description: |
|
46 | description: | |
46 | 3 |
|
47 | 3 | |
47 |
|
48 | |||
|
49 | ||||
48 | + echo this is a22 |
|
50 | + echo this is a22 | |
49 | + hg -d rawcommit -p 3 -d '0 0' -u user -t4 a |
|
51 | + hg -d rawcommit -p 3 -d '0 0' -u user -t4 a | |
50 | + hg -d manifest 4 |
|
52 | + hg -d manifest 4 | |
@@ -62,6 +64,7 b' files: a' | |||||
62 | description: |
|
64 | description: | |
63 | 4 |
|
65 | 4 | |
64 |
|
66 | |||
|
67 | ||||
65 | + echo this is c22 |
|
68 | + echo this is c22 | |
66 | + hg -d rawcommit -p 1 -d '0 0' -u user -t5 c |
|
69 | + hg -d rawcommit -p 1 -d '0 0' -u user -t5 c | |
67 | + hg -d manifest 5 |
|
70 | + hg -d manifest 5 | |
@@ -79,6 +82,7 b' files: a' | |||||
79 | description: |
|
82 | description: | |
80 | 4 |
|
83 | 4 | |
81 |
|
84 | |||
|
85 | ||||
82 | + hg -d rawcommit -p 4 -p 5 -d '0 0' -u user -t6 |
|
86 | + hg -d rawcommit -p 4 -p 5 -d '0 0' -u user -t6 | |
83 | + hg -d manifest 6 |
|
87 | + hg -d manifest 6 | |
84 | d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a |
|
88 | d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a | |
@@ -94,6 +98,7 b' date: Thu Jan 1 00:00:00 1970' | |||||
94 | description: |
|
98 | description: | |
95 | 6 |
|
99 | 6 | |
96 |
|
100 | |||
|
101 | ||||
97 | + hg -d rawcommit -p 6 -d '0 0' -u user -t7 |
|
102 | + hg -d rawcommit -p 6 -d '0 0' -u user -t7 | |
98 | + hg -d manifest 7 |
|
103 | + hg -d manifest 7 | |
99 | d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a |
|
104 | d6e3c4976c13feb1728cd3ac851abaf7256a5c23 644 a | |
@@ -109,3 +114,4 b' date: Thu Jan 1 00:00:00 1970' | |||||
109 | description: |
|
114 | description: | |
110 | 7 |
|
115 | 7 | |
111 |
|
116 | |||
|
117 |
@@ -54,6 +54,7 b' files: a b' | |||||
54 | description: |
|
54 | description: | |
55 | 2 |
|
55 | 2 | |
56 |
|
56 | |||
|
57 | ||||
57 | changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e |
|
58 | changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e | |
58 | manifest: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0 |
|
59 | manifest: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0 | |
59 | user: test |
|
60 | user: test | |
@@ -62,6 +63,7 b' files: a' | |||||
62 | description: |
|
63 | description: | |
63 | 1 |
|
64 | 1 | |
64 |
|
65 | |||
|
66 | ||||
65 | + hg diff |
|
67 | + hg diff | |
66 | + sed 's/\(\(---\|+++\).*\)\t.*/\1/' |
|
68 | + sed 's/\(\(---\|+++\).*\)\t.*/\1/' | |
67 | diff -r 1e71731e6fbb a |
|
69 | diff -r 1e71731e6fbb a |
General Comments 0
You need to be logged in to leave comments.
Login now