##// END OF EJS Templates
make manifest friendlier...
make manifest friendlier switch to using context code ..which uses first parent by default show file hashes only with debug switch show permissions with verbose fix up tests

File last commit:

r3084:75dcfe28 default
r3736:ad3d5b43 default
Show More
test-init.out
62 lines | 1.6 KiB | text/plain | TextLexer
Thomas Arendsen Hein
Added tests for local and remote init....
r2599 # creating 'local'
adding foo
Benoit Boissinot
clone: simplifying dest repo creation...
r3037 #test failure
abort: repository local already exists!
Thomas Arendsen Hein
Added tests for local and remote init....
r2599 # init+push to remote2
changeset: 0:c4e059d443be
tag: tip
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: init
pushing to ssh://user@dummy/remote2
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
# clone to remote1
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
Benoit Boissinot
clone: simplifying dest repo creation...
r3037 # init to existing repo
Benoit Boissinot
sshrepo: don't try to validate when creating the repo...
r3084 abort: repository remote1 already exists!
abort: could not create remote repo!
Benoit Boissinot
clone: simplifying dest repo creation...
r3037 # clone to existing repo
Benoit Boissinot
sshrepo: don't try to validate when creating the repo...
r3084 abort: repository remote1 already exists!
abort: could not create remote repo!
Thomas Arendsen Hein
Added tests for local and remote init....
r2599 # output of dummyssh
Got arguments 1:user@dummy 2:hg init remote2 3: 4: 5:
Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio 3: 4: 5:
Got arguments 1:user@dummy 2:hg -R remote2 serve --stdio 3: 4: 5:
Benoit Boissinot
clone: simplifying dest repo creation...
r3037 Got arguments 1:user@dummy 2:hg init remote1 3: 4: 5:
Thomas Arendsen Hein
Added tests for local and remote init....
r2599 Got arguments 1:user@dummy 2:hg -R remote1 serve --stdio 3: 4: 5:
Benoit Boissinot
sshrepo: don't try to validate when creating the repo...
r3084 Got arguments 1:user@dummy 2:hg init remote1 3: 4: 5:
Got arguments 1:user@dummy 2:hg init remote1 3: 4: 5:
Thomas Arendsen Hein
Added tests for local and remote init....
r2599 # comparing repositories
0:c4e059d443be
0:c4e059d443be
0:c4e059d443be
# check names for repositories (clashes with URL schemes, special chars)
# hg init "bundle"
ok
# hg init "file"
ok
# hg init "hg"
ok
# hg init "http"
ok
# hg init "https"
ok
# hg init "old-http"
ok
# hg init "ssh"
ok
# hg init "static-http"
ok
# hg init " "
ok
# hg init "with space"
ok