##// END OF EJS Templates
log: fix crash on empty revision with --copies switch...
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.

File last commit:

r37336:39f7d4ee default
r37794:141017c7 default
Show More
test-check-interfaces.py.out
2 lines | 129 B | text/plain | TextLexer
/ tests / test-check-interfaces.py.out
Gregory Szorc
repository: port peer interfaces to zope.interface...
r37336 public attribute not declared in interfaces: badpeer.badattribute
public attribute not declared in interfaces: badpeer.badmethod