.hgtags @ e2d60e4e3caf

Fix error: don't assume status is a tuple

This fix also works with older versions of Mercurial. `repo.status()` used to
return a named tuple; since 5.2.1 it returns an object. So `st[:5]` no longer
works, but `st.modified` works with both old and new versions of Mercurial.
author Sietse Brouwer <sbbrouwer@gmail.com>
date Tue, 26 May 2020 14:57:58 +0200
parents 8fe3ed7a10ac
children (none)
d390b5e2719169d39b522f5dcf0320ce81a08d57 0.1
a6ec48f03985b7c2bb6b7fbe16c6bbec2d650783 0.2