##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.

File last commit:

r9327:9a69ab6d merge default
r10378:e1401c74 default
Show More
test-mq-qimport.out
54 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-mq-qimport.out
Martin Geisler
qimport: report filename in case of IOError...
r6940 % qimport non-existing-file
Benoit Boissinot
Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
r7421 abort: unable to read non-existing-file
David Soria Parra
mq: Parse commit message after we find start of changeset patch...
r9287 % import email
adding email to series file
applying email
now at: email
% hg tip -v
changeset: 0:1a706973a7d8
tag: qtip
tag: tip
tag: email
tag: qbase
user: Username in patch <test@example.net>
date: Thu Jan 01 00:00:00 1970 +0000
files: x
description:
First line of commit message.
More text in commit message.
Martin Geisler
Merge with crew-stable
r9288 popping email
David Soria Parra
mq: Parse commit message after we find start of changeset patch...
r9287 patch queue now empty
Brendan Cully
mq: let qimport read patches from URLs
r7158 % import URL
adding url.diff to series file
url.diff
Brendan Cully
mq: make qimport -f work properly. Closes issue1255....
r7160 % import patch that already exists
abort: patch "url.diff" already exists
applying url.diff
Martin Geisler
mq: lowercase output...
r7627 now at: url.diff
Brendan Cully
mq: make qimport -f work properly. Closes issue1255....
r7160 foo
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping url.diff
Martin Geisler
mq: lowercase output...
r7627 patch queue now empty
Brendan Cully
mq: make qimport -f work properly. Closes issue1255....
r7160 % qimport -f
adding url.diff to series file
applying url.diff
Martin Geisler
mq: lowercase output...
r7627 now at: url.diff
Brendan Cully
mq: make qimport -f work properly. Closes issue1255....
r7160 foo2
Mads Kiilerich
mq: qpop now tells which patches are popped...
r9110 popping url.diff
Martin Geisler
mq: lowercase output...
r7627 patch queue now empty
Patrick Mezard
mq: qimport must read patches in binary mode
r6027 % build diff with CRLF
adding b
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
% qimport CRLF diff
adding b.diff to series file
applying b.diff
Martin Geisler
mq: lowercase output...
r7627 now at: b.diff
Dirkjan Ochtman
mq: add -P/--push option to qimport
r8362 % try to import --push
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
adding another.diff to series file
applying another.diff
now at: another.diff
Dirkjan Ochtman
mq: warn about finalizing patches without cset message
r8832 patch b.diff finalized without changeset message
patch another.diff finalized without changeset message