log tests/test-import.py @ 197:6949fc164439 2.5

age author description
Fri, 13 Mar 2015 14:46:13 -0400 Brett Cannon hglib: make all imports absolute (issue4520)
Fri, 13 Mar 2015 12:28:06 -0500 Matt Mackall util: define BytesIO in one place
Fri, 13 Mar 2015 11:34:52 -0400 Brett Cannon hglib: use io.BytesIO when available (issue4520)
Fri, 13 Mar 2015 11:31:54 -0400 Brett Cannon hglib: abstract out use of cStringIO.StringIO (issue4520)
Mon, 09 Mar 2015 18:26:25 -0400 Brett Cannon hglib: move string literals in the test code to util.b() (issue4520)
Sun, 23 Jun 2013 17:52:16 -0500 Matt Mackall tests: make the tests work under Pypy (issue3965) 1.1
Mon, 16 Jan 2012 12:52:30 +0200 Idan Kamara client: fix import --no-commit flag (issue3206)
Fri, 09 Sep 2011 19:10:02 +0300 Idan Kamara tests: open files in binary mode so new lines aren't converted
Wed, 10 Aug 2011 00:42:43 +0300 Idan Kamara client: add missing options to import_()
Sat, 23 Jul 2011 22:55:39 +0300 Idan Kamara tests: rearrange tests and use nosetests