debugstate: add new --datesort option
sorts the output lines by mtime, then by filename
rebase: restore mq guards after rebasing (
issue2107)
Guards on rebased mq patches were lost.
This patch restores them after the qimporting step.
tests: no need to explicitly export HOME in test files
the test runner ensures that HOME is set to a temp dir
tests: set HOME to the test temp dir (
issue2707)
dirstate: eliminate _lastnormal set
We can get rid of the _lastnormal set by using the filesystem mtimes to
identify the problematic "lastnormal" files on status(), forcing a file
content-comparison if the file's mtime timeslot is equal to _lastnormaltime.
convert/mtn: avoid unnecessary initial test of mtn repo
As soon as before() is called, we'll know if there is a problem (and get a
better error message).