Show More
@@ -1475,9 +1475,9 def log(ui, repo, *pats, **opts): | |||
|
1475 | 1475 | Print the revision history of the specified files or the entire project. |
|
1476 | 1476 | |
|
1477 | 1477 | By default this command outputs: changeset id and hash, tags, |
|
1478 |
parents, user, date and time, and a summary for each |
|
|
1479 | -v switch adds some more detail, such as changed files, manifest | |
|
1480 | hashes or message signatures. | |
|
1478 | non-trivial parents, user, date and time, and a summary for each | |
|
1479 | commit. When the -v/--verbose switch is used, the list of changed | |
|
1480 | files and full commit message is shown. | |
|
1481 | 1481 | """ |
|
1482 | 1482 | class dui: |
|
1483 | 1483 | # Implement and delegate some ui protocol. Save hunks of |
General Comments 0
You need to be logged in to leave comments.
Login now