Show More
@@ -1830,8 +1830,6 b' def getgraphlogrevs(repo, pats, opts):' | |||||
1830 | callable taking a revision number and returning a match objects |
|
1830 | callable taking a revision number and returning a match objects | |
1831 | filtering the files to be detailed when displaying the revision. |
|
1831 | filtering the files to be detailed when displaying the revision. | |
1832 | """ |
|
1832 | """ | |
1833 | if not len(repo): |
|
|||
1834 | return [], None, None |
|
|||
1835 | limit = loglimit(opts) |
|
1833 | limit = loglimit(opts) | |
1836 | # Default --rev value depends on --follow but --follow behaviour |
|
1834 | # Default --rev value depends on --follow but --follow behaviour | |
1837 | # depends on revisions resolved from --rev... |
|
1835 | # depends on revisions resolved from --rev... |
General Comments 0
You need to be logged in to leave comments.
Login now