##// END OF EJS Templates
factor out the url handling from httprepo...
factor out the url handling from httprepo Create url.py to handle all the url handling: - proxy handling - workaround various python bugs - handle username/password embedded in the url

File last commit:

r7160:1b7b21b6 default
r7270:2db33c1a default
Show More
test-mq-qimport.out
24 lines | 543 B | text/plain | TextLexer
% qimport non-existing-file
abort: unable to read non-existing-file
% import URL
adding url.diff to series file
url.diff
% import patch that already exists
abort: patch "url.diff" already exists
applying url.diff
Now at: url.diff
foo
Patch queue now empty
% qimport -f
adding url.diff to series file
applying url.diff
Now at: url.diff
foo2
Patch queue now empty
% 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
Now at: b.diff