how to display the "clone" parent?

David Champion dgc at uchicago.edu
Tue Oct 6 11:50:14 CDT 2009


* 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

-- 
 -D.    dgc at uchicago.edu    NSIT    University of Chicago


More information about the Mercurial mailing list