Show More
@@ -2195,7 +2195,7 b' def tip(ui, repo, **opts):' | |||
|
2195 | 2195 | |
|
2196 | 2196 | Show the tip revision. |
|
2197 | 2197 | """ |
|
2198 |
cmdutil.show_changeset(ui, repo, opts).show(repo.changelog.count() |
|
|
2198 | cmdutil.show_changeset(ui, repo, opts).show(nullrev+repo.changelog.count()) | |
|
2199 | 2199 | |
|
2200 | 2200 | def unbundle(ui, repo, fname, **opts): |
|
2201 | 2201 | """apply a changegroup file |
General Comments 0
You need to be logged in to leave comments.
Login now