[Bug 5509] New: import doesn't work: "no diffs found"

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Mon Mar 20 08:35:23 UTC 2017


https://bz.mercurial-scm.org/show_bug.cgi?id=5509

            Bug ID: 5509
           Summary: import doesn't work: "no diffs found"
           Product: Mercurial
           Version: 4.1.1
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: alexxxx89 at yandex.kz
                CC: mercurial-devel at mercurial-scm.org

1. Make any changes in the repo.
2. Run hg diff > 1
3. Run hg --revert all
4. Run hg import 1 --no-commit
5. Observe the result:
applying 1
abort: 1: no diffs found

Expected result: the changes should be re-applied.

I believe the reproduction of the issue does not depend on the specific repo or
the nature of the changes made. Import simply always fails. Confirmed with
Mercurial 3.9, 4.0.1 and 4.1.1. Works fine with 3.7.3 (it always worked for as
long as I remember, since 2.x probably, only started failing recently).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list