[Bug 3658] New: hg pull --rebase doesn't update

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Thu Oct 11 06:25:37 CDT 2012


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

          Priority: normal
            Bug ID: 3658
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg pull --rebase doesn't update
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: nesdavid at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: earlier
         Component: Mercurial
           Product: Mercurial

The command doesn't update when there's nothing to rebase, leaving the working
copy in an old revision.

Steps to reproduce in version 2.2.2

$ hg clone repo1 repo2
updating to branch default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved

$ cd repo2
[hack hack hack]
$ hg ci

$ cd ../repo1
$ hg pull --rebase ../repo2
pulling from ../repo2
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
nothing to rebase

$ hg tip
changeset:   1:472b0009c1bf
$ hg parent
changeset:   0:d68df7124b76

$ hg up
1 files updated, 0 files merged, 0 files removed, 0 files unresolved

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


More information about the Mercurial-devel mailing list