[Bug 5582] New: local tags are not shared

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Jun 1 13:26:09 UTC 2017


https://bz.mercurial-scm.org/show_bug.cgi?id=5582

            Bug ID: 5582
           Summary: local tags are not shared
           Product: Mercurial
           Version: 4.2
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: share
          Assignee: bugzilla at mercurial-scm.org
          Reporter: martinvonz at google.com
                CC: mercurial-devel at mercurial-scm.org

$ hg init src
$ cd src
$ echo a > a
$ hg add a
$ hg ci -m a
$ hg tag --local tag
$ cd ..
$ hg share src dst
$ hg -R dst tags
  tip                                0:d1c2a0a13fbc
# local tag "tag" is not there

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


More information about the Mercurial-devel mailing list