log tests/test-import.t @ 38722:2009d84f245a

age author description
Tue, 24 Apr 2018 21:29:00 +0900 Yuya Nishihara import: fix crash on --exact check of empty commit (issue5702) stable
Mon, 09 Apr 2018 21:06:46 +0900 Yuya Nishihara patch: error out if reached to EOF while reading hunk
Sun, 08 Apr 2018 14:59:12 +0900 Yuya Nishihara py3: fix string issues of email message in test-import.t
Sun, 08 Apr 2018 14:46:24 +0900 Yuya Nishihara py3: use lower-cased module 'email.message' in test-import.t
Sat, 07 Apr 2018 13:46:32 +0900 Yuya Nishihara py3: byte-stringify test-import.t
Sun, 11 Feb 2018 17:08:40 +0530 Pulkit Goyal py3: replace file() with open() in test-import.t
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Fri, 01 Dec 2017 15:21:05 -0600 Kevin Bullock merge with stable
Sun, 12 Nov 2017 00:24:38 -0500 Matt Harbison test-largefiles: demonstrate problems with renaming and reverting a directory stable
Sat, 21 Oct 2017 16:50:57 +0900 Yuya Nishihara patch: improve heuristics to not take the word "diff" as header (issue1879)
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Tue, 20 Jun 2017 23:23:45 -0400 Matt Harbison tests: adjust quoting to keep Windows happy with recent $PYTHON change
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Thu, 12 Jan 2017 21:06:55 +0900 Matthieu Laneuville templatekw: force noprefix=False to insure diffstat consistency (issue4755)
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Sat, 08 Oct 2016 05:26:58 -0700 Ryan McElroy import: abort instead of crashing when copy source does not exist (issue5375)
Fri, 26 Aug 2016 12:48:20 +0200 liscju import: report directory-relative paths in error messages (issue5224)
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function
Mon, 16 Nov 2015 14:12:27 -0500 Matt Harbison test-import: don't use printf to append an extension to $HGRCPATH
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori hook: centralize passing HG_PENDING to external hook process
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori cmdutil: make in-memory changes visible to external editor (issue4378)
Tue, 13 Oct 2015 12:25:43 -0700 FUJIWARA Katsunori localrepo: restore dirstate to one before rollbacking if not parent-gone
Wed, 07 Oct 2015 13:05:25 -0700 Pierre-Yves David import: allow processing of extra part header after import
Tue, 06 Oct 2015 09:51:24 -0700 Pierre-Yves David import: allow processing of extra part header during import
Thu, 18 Jun 2015 15:42:40 -0500 Matt Mackall patch: add fuzz config flag (issue4697)
Mon, 01 Jun 2015 22:41:07 -0400 Matt Harbison test-import: sync with 6084926366b9 for platforms without execbit
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
Mon, 18 May 2015 11:43:10 -0400 Matt Harbison test-import: update for no-execbit platforms with 1ef96a3b8b89
Thu, 14 May 2015 17:38:38 +0200 Gilles Moris summary: add a phase line (draft, secret) to the output
Mon, 09 Mar 2015 18:22:24 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches into the working dir