[Bug 4413] New: See if tip from one repo is in another repo

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Oct 17 18:57:16 CDT 2014


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

          Priority: normal
            Bug ID: 4413
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: See if tip from one repo is in another repo
          Severity: feature
    Classification: Unclassified
                OS: Windows
          Reporter: philip.w.mcadams at intel.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: earlier
         Component: Mercurial
           Product: Mercurial

Problem statement:  I have a large amount of sandbox repos on our Mercurial
server that I need to delete but I want to make sure they have been pushed to
the main development repo before deleting them. 

Questions: Is there a command to see if the tip of a sandbox repo is in the
production repo?

I'm aware that I can use "hg id" to get the tip of the sandbox repo and then
check the production repo using "hg log -r <tip changeset>". Is there a single
command that combines these operations?

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


More information about the Mercurial-devel mailing list