[Bug 4120] New: log --patch doesn't work when a commit includes a largefiles

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Dec 3 12:03:55 CST 2013


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

          Priority: normal
            Bug ID: 4120
                CC: mercurial-devel at selenic.com, natosha at gmail.com
          Assignee: bugzilla at selenic.com
           Summary: log --patch doesn't work when a commit includes a
                    largefiles
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: long at tlvu.ca
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.8
         Component: largefiles
           Product: Mercurial

Mercurial 2.8, Python 2.6.6, RHEL 6.4 64-bits.

  $ hg log -pr .
  abort: large1 at d1da217c0b36: not found in manifest!
  [255]
  $ hg diff -c . --nodates
  diff -r 9b4c87b6db0b -r d1da217c0b36 .hglf/large1
  --- a/.hglf/large1
  +++ b/.hglf/large1
  @@ -1,1 +1,1 @@
  -4669e532d5b2c093a78eca010077e708a071bb64
  +bde8d9a1ba40f2167cc3b36f0621cbefcee42aa1
  diff -r 9b4c87b6db0b -r d1da217c0b36 normal1
  --- a/normal1
  +++ b/normal1
  @@ -1,1 +1,2 @@
   normal1
  +normal1

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


More information about the Mercurial-devel mailing list