[Bug 3593] New: largefiles does not work with mq

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Fri Aug 17 10:29:34 CDT 2012


http://bz.selenic.com/show_bug.cgi?id=3593

          Priority: normal
            Bug ID: 3593
                CC: mercurial-devel at selenic.com, natosha at gmail.com
          Assignee: bugzilla at selenic.com
           Summary: largefiles does not work with mq
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: raincomplex at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.3
         Component: largefiles
           Product: Mercurial

qpush and qrefresh fail when there is a largefile in the patch. This replicates
the issue:


hg init

echo 'some data' > foo
hg add --large foo
hg ci -m 'add large file'

hg qimport -r -1
hg qrefresh


Output:

...
refresh interrupted while patch was popped! (revert --all, qpush to recover)
abort: file ".hglf/foo" is a largefile standin
(commit the largefile itself instead)


Performing the recovery commands produces the same abort message.

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


More information about the Mercurial-devel mailing list