Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6814991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:45:14+00:00 2026-05-26T20:45:14+00:00

I have a number of Mercurial projects checked out under a common Development directory.

  • 0

I have a number of Mercurial projects checked out under a common “Development” directory. What is the easiest way for me to list all projects under this directory that have outgoing changesets that haven’t been pushed to the parent repository? Going into each project directory and running hg outgoing isn’t ideal.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:45:15+00:00Added an answer on May 26, 2026 at 8:45 pm

    The easiest approach I have found is the following script:

    #!/bin/bash
    IFS=$(printf "\n\b")
    for project in `find . -type d -name .hg`
    do
        pushd -- "$project" > /dev/null || exit 1
        cd .. > /dev/null
        if hg outgoing | grep changeset: > /dev/null
        then
           echo `pwd`
        fi
        popd > /dev/null
    done
    

    NOTES

    1. If you’re using MQ but aren’t versioning the patch
      repository
      you’ll want to change the find command above to
      find . -type d -name .hg | grep -v .hg/patches/.hg
    2. If you want to list all projects with uncommitted work change the if statement to
      if [ `hg status | wc -l` -gt 0 ]
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have number of movieclips which I load on start, they all are instance
Using MacHG I get this message: Mercurial reported error number 255:abort: Resource busy I'm
Using Mercurial, TortoiseHG, Win XP. I had a working directory with a number of
I have a number of quasi-related projects that I want to version control. In
I've seen a number of blog posts, and have experienced for myself, that Mercurial
We have a Java application under Mercurial version control. We're working on implementing a
Edit: Brief Summary I have number files in a directory, called crash0, crash1 etc.
I have number array: 16,17,19,19,20. I need to find a missing number/gap (in this
I have number like this in my html <div class=number>950000</div> and I want jQuery
Our company has a large number of projects that have gone from VSS to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.