equal
deleted
inserted
replaced
1137 def export(ui, repo, *changesets, **opts): |
1137 def export(ui, repo, *changesets, **opts): |
1138 """dump the header and diffs for one or more changesets |
1138 """dump the header and diffs for one or more changesets |
1139 |
1139 |
1140 Print the changeset header and diffs for one or more revisions. |
1140 Print the changeset header and diffs for one or more revisions. |
1141 |
1141 |
1142 The information shown in the changeset header is: author, |
1142 The information shown in the changeset header is: author, date, |
1143 changeset hash, parent(s) and commit comment. |
1143 changeset hash, parent(s) and commit comment. |
1144 |
1144 |
1145 NOTE: export may generate unexpected diff output for merge |
1145 NOTE: export may generate unexpected diff output for merge |
1146 changesets, as it will compare the merge changeset against its |
1146 changesets, as it will compare the merge changeset against its |
1147 first parent only. |
1147 first parent only. |