Successful push but changes in pushed file are missing

Matt Mackall mpm at selenic.com
Thu Oct 2 14:25:36 CDT 2008


On Thu, 2008-10-02 at 15:12 -0400, Juliana Arnolds wrote:
> Hi,
> I'm having a problem where changes in my local Mercurial workspace are NOT showing up on the remote 
> Mercurial workspace despite the local commit and subsequent push to the remote Mercurial workspace 
> being successful.

Are you familiar with the essential but widely-underappreciated 'hg
parents' command?

Mercurial never updates the remote working directory on push. There are
numerous reasons for this:

- someone may be trying to do -work- in that working directory if there
is one
- updating is a potentially interactive process which can't be done
remotely
- many if not most remote repos have no need of a working directory.

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial mailing list