[Bug 3861] New: pull with rebase without local changes + largefiles enabled causes rebase to abort prematurely

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Mar 18 19:05:28 CDT 2013


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

          Priority: normal
            Bug ID: 3861
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: pull with rebase without local changes + largefiles
                    enabled causes rebase to abort prematurely
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: michael.monsen at hexagonmetrology.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5.1
         Component: rebase
           Product: Mercurial

I have rebase and largefiles enabled.

I have no local commits.

I issue the command:

hg pull --rebase

New changesets are downloaded, and rebase is called.  Normally rebase will
report "nothing to rebase" and update the repository to the head of the branch.
 However if largefiles is enabled, rebase will abort before updating.

If I disable largefiles, then rebase will not abort and will update to the head
of the branch after reporting "nothing to rebase".

I expected that rebase would behave the same (update to the head) in either
situation.

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


More information about the Mercurial-devel mailing list