[Bug 4530] New: Inconsistent management of phase with bundle created using "incoming".

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Feb 5 14:37:30 UTC 2015


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

          Priority: normal
            Bug ID: 4530
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Inconsistent management of phase with bundle created
                    using "incoming".
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: glavoie at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.3
         Component: Mercurial
           Product: Mercurial

This issue has been found through TortoiseHg. When using the incoming button,
with 3.2.4 and older, incoming changesets were imported correctly as "public".
With TortoiseHg 3.3, incoming changesets are imported as "draft". The remote
repository has the default publish mode (true). 

I can get the following change with the command line output:
Version 3.2.4:
C:\...>hg -R incoming.hg phase -r 800:tip
800: public
801: public
802: public
803: public
804: public
805: public

Version 3.3:
C:\...>hg -R incoming.hg phase -r 800:tip
800: draft
801: draft
802: draft
803: draft
804: draft
805: draft

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


More information about the Mercurial-devel mailing list