On Mon, Aug 5, 2013 at 10:30 PM, Felipe Contreras
<[email protected]> wrote:
> On Mon, Aug 5, 2013 at 3:12 PM, Antoine Pelisse <[email protected]> wrote:
>> $ git clone hg::~/my/repository && cd repository && git fetch
>>
>> Fix that by using python os.path.expanduser method.
>
> Shouldn't that be the job of the shell? (s/~/$HOME/)
I guess it is, as long as it looks like a path:
$ echo ~
/home/myuser
$ echo hg::~
hg::~
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html