[issue976] .hg/hgrc not handling paths

Carl mercurial-bugs at selenic.com
Mon Feb 11 21:39:55 CST 2008


New submission from Carl <navlrac at hotmail.com>:

When cloning a repository using the path shortcut in you global paths, the path
is not expanded to the .hg/hgrc file, or commands are not expanding the path
when using this.

eg.

in ~/.hgrc
" [paths]
" myproject = ssh://my.host.com//hg/my-project


# hg clone  myproject   test-dir
# cd test-dir
# hg incoming
abort: repository ../test-dir/myproject not found!

(hg version 0.9.5)

----------
messages: 5197
nosy: navlrac
priority: bug
status: unread
title: .hg/hgrc not handling paths

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue976>
____________________________________________________



More information about the Mercurial-devel mailing list