Mercurial > public > mercurial-scm > hg
diff tests/test-log.t @ 37776:141017c7f7a9
log: fix crash on empty revision with --copies switch
If a revset is empty, .max() raises ValueError.
I don't see any reason to recompute the revs, so I made it reuse the one
returned by logcmdutil.getrevs(). If no revs specified by command line,
the endrev will be smartset.spanset(repo) + 1, which is basically the same
as len(repo), the default of getrenamedfn(). If --follow specified,
revs.max() points to the working parent, which seems more correct.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 13 Apr 2018 23:45:07 +0900 |
parents | 814151cd8c4a |
children | ea63a2004d09 |
line wrap: on
line diff