Comments
Patch
@@ -1830,8 +1830,6 @@ def getgraphlogrevs(repo, pats, opts):
callable taking a revision number and returning a match objects
filtering the files to be detailed when displaying the revision.
"""
- if not len(repo):
- return [], None, None
limit = loglimit(opts)
# Default --rev value depends on --follow but --follow behaviour
# depends on revisions resolved from --rev...
@@ -1541,6 +1541,9 @@ have 2 filelog topological heads in a li
$ testlog --follow
[]
[]
+ $ testlog -rnull
+ ['null']
+ []
$ echo a > a
$ echo aa > aa
$ echo f > f