Here are a bunch of patches I've been sitting on for far too long. The
two notable ones are the paralellization of the test suite and the
rebase fix.

The following changes since commit 3977d8258ae3d52ce0021a9a9496c09669c1f395:

  AUTHORS: add PJ to authors file (2013-05-29 17:35:30 -0700)

are available in the git repository at:

  git://repo.or.cz/stgit/kha.git safe

for you to fetch changes up to b26b7fb9569150b1877f86f9033dbdb5b58989a8:

  Fix --authdate date parsing (other formats) (2013-09-25 02:06:48 +0200)

----------------------------------------------------------------
Karl Wiberg (11):
      Mark up new failures in the test suite
      test-lib.sh: Let expected failures that don't fail cause the test to fail
      Set correct debug level when running tests with --verbose
      Print tracebacks to stderr
      Run the test suite in parallel
      Fix t1900-mail: --auto causes the patch signers to be CCed
      test-lib.sh: Don't set GIT_CONFIG to a relative path
      New failing test case: Rebase from dir to file
      Fix rebase where a directory is replaced by a file (fixes t2201 failure)
      Fix --authdate date parsing (ISO 8601 formats)
      Fix --authdate date parsing (other formats)

 stgit/argparse.py          |   3 +
 stgit/git.py               |   6 --
 stgit/lib/git.py           |  30 ++++++++
 stgit/main.py              |   8 +-
 t/Makefile                 |  18 +----
 t/t1800-import.sh          |  56 +++++++-------
 t/t1900-mail.sh            |  15 ++--
 t/t2201-rebase-file-dir.sh |  29 ++++++++
 t/t3300-edit.sh            |  23 ++++--
 t/t4000-upgrade.sh         |   2 +-
 t/test-lib.sh              |  27 ++++---
 t/test.py                  | 180 +++++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 322 insertions(+), 75 deletions(-)
 create mode 100755 t/t2201-rebase-file-dir.sh
 create mode 100644 t/test.py

-- 
Karl Wiberg, [email protected]
   subrabbit.wordpress.com
   www.treskal.com/kalle

_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to