how to display the "clone" parent?

Matt Mackall mpm at selenic.com
Tue Oct 6 12:42:38 CDT 2009


On Tue, 2009-10-06 at 12:58 -0400, Robert P. J. Day wrote:
> On Tue, 6 Oct 2009, David Champion wrote:
> 
> > * On 06 Oct 2009, Robert P. J. Day wrote:
> > >   so how does one display the "parent" repository?  i believe that's
> > > what i can see in .hg/hgrc:
> > >
> > > [paths]
> > > default = /home/rpjday/hg/test/hello
> >
> > Correct.  You can enter multiple repo path aliases here.  'Default'
> > is put in automatically by 'clone'.  You can see all paths with 'hg
> > paths'; 'hg paths default' will show just the default path.  You can
> > create an alias for this if you expect to do it often:
> >
> > [alias]
> > origin = paths default
> 
>   ah, that's what i was after, and i'm therefore assuming that
> "origin" is the proper terminology for that.  thanks.

Actually, 'default path' is the proper term here.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial mailing list