Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 10335:6ae4f390ec61
commands: fix more changeset header information in 'hg help export'
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 06 Feb 2010 08:57:57 -0500 |
parents | 3d75c691b77d |
children | 2e9656d284cc |
comparison
equal
deleted
inserted
replaced
10334:3d75c691b77d | 10335:6ae4f390ec61 |
---|---|
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, date, | 1142 The information shown in the changeset header is: author, date, |
1143 changeset hash, parent(s) and commit comment. | 1143 branch name (if non-default), changeset hash, parent(s) and commit |
1144 comment. | |
1144 | 1145 |
1145 NOTE: export may generate unexpected diff output for merge | 1146 NOTE: export may generate unexpected diff output for merge |
1146 changesets, as it will compare the merge changeset against its | 1147 changesets, as it will compare the merge changeset against its |
1147 first parent only. | 1148 first parent only. |
1148 | 1149 |