log tests/test-import-bypass.t @ 49742:30eb36d93072

age author description
Fri, 19 Nov 2021 12:57:53 -0800 Martin von Zweigbergk errors: return more detailed errors when failing to parse or apply patch
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Thu, 15 Oct 2020 21:48:43 -0700 Martin von Zweigbergk import: leverage cmdutil.check_incompatible_arguments()
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sun, 11 Feb 2018 17:11:45 +0530 Pulkit Goyal py3: replace file() with open() in test-import-bypass.t
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Fri, 26 Aug 2016 12:48:20 +0200 liscju import: report directory-relative paths in error messages (issue5224)
Tue, 10 Mar 2015 13:06:38 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches with --bypass
Fri, 06 Mar 2015 22:56:19 -0800 Siddharth Agarwal commands.import: accept a prefix option
Wed, 15 Oct 2014 15:35:59 -0400 Augie Fackler tests: use $PYTHON instead of hardcoding python
Sat, 23 Aug 2014 23:03:50 +0900 FUJIWARA Katsunori import: avoid editor invocation when importing with "--exact" for exact-ness
Sat, 23 Aug 2014 23:03:50 +0900 FUJIWARA Katsunori import: disallow meaningless combination of "--exact" and "--edit"
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori import: use "getcommiteditor()" instead of explicit editor choice
Fri, 22 Nov 2013 19:14:17 +0100 Martin Geisler tests: don't load unnecessary graphlog extension
Mon, 11 Jun 2012 01:40:51 +0200 Mads Kiilerich tests: add missing trailing 'cd ..'