##// END OF EJS Templates
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.

File last commit:

r793:445970cc merge default
r800:ec85f9e6 default
Show More
test-up-local-change.out
76 lines | 1.3 KiB | text/plain | TextLexer
/ tests / test-up-local-change.out
mpm@selenic.com
Add a simple testing framework...
r331 + mkdir r1
+ cd r1
+ hg init
+ echo a
+ hg addremove
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding a
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 + hg commit -m 1 -d '0 0'
mpm@selenic.com
[PATCH] add clone command...
r485 + hg clone . ../r2
+ cd ../r2
mpm@selenic.com
Add a simple testing framework...
r331 + hg up
+ echo abc
+ hg diff
mpm@selenic.com
Fix up test results...
r775 + sed 's/\(\(---\|+++\) [^ \t]*\)[ \t].*/\1/'
Thomas Arendsen Hein
Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli....
r396 diff -r c19d34741b0a a
mpm@selenic.com
Add a simple testing framework...
r331 --- a/a
+++ b/a
@@ -1,1 +1,1 @@
-a
+abc
+ cd ../r1
+ echo b
+ echo a2
+ hg addremove
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding b
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 + hg commit -m 2 -d '0 0'
mpm@selenic.com
Add a simple testing framework...
r331 + cd ../r2
+ hg -q pull ../r1
+ hg status
mpm@selenic.com
Update test output for status change...
r748 M a
mpm@selenic.com
options: kill -d for debug...
r591 + hg --debug up
mpm@selenic.com
Add a simple testing framework...
r331 resolving manifests
Matt Mackall
Fix up test for update flags
r677 force None allow None moddirstate True linear True
mpm@selenic.com
update tests to reflect new short hash length...
r374 ancestor a0c8bcbbb45c local a0c8bcbbb45c remote 1165e8bd193e
mpm@selenic.com
Add a simple testing framework...
r331 a versions differ, resolve
remote created b
getting b
merging a
resolving a
mpm@selenic.com
update tests to reflect new short hash length...
r374 file a: other d730145abbf9 ancestor b789fdd96dc2
mpm@selenic.com
options: kill -d for debug...
r591 + hg --debug up -m
mpm@selenic.com
Add a simple testing framework...
r331 resolving manifests
Matt Mackall
Fix up test for update flags
r677 force None allow 1 moddirstate True linear True
mpm@selenic.com
update tests to reflect new short hash length...
r374 ancestor 1165e8bd193e local 1165e8bd193e remote 1165e8bd193e
mpm@selenic.com
Add a simple testing framework...
r331 + hg parents
mpm@selenic.com
Fix tests for short changeset hashes and hidden manifest hashes
r784 changeset: 1:1e71731e6fbb
Thomas Arendsen Hein
Fixed tests for displaying tags in hg history and hg parents....
r388 tag: tip
mpm@selenic.com
Add a simple testing framework...
r331 user: test
mpm@selenic.com
test suite: fix timezone problems and port collision problem...
r382 date: Thu Jan 1 00:00:00 1970
mpm@selenic.com
Add a simple testing framework...
r331 summary: 2
+ hg -v history
changeset: 1:1e71731e6fbb5b35fae293120dea6964371c13c6
Thomas Arendsen Hein
Fixed tests for displaying tags in hg history and hg parents....
r388 tag: tip
mpm@selenic.com
Add a simple testing framework...
r331 user: test
mpm@selenic.com
test suite: fix timezone problems and port collision problem...
r382 date: Thu Jan 1 00:00:00 1970
Thomas Arendsen Hein
Fixed test for previous change of 'hg -v history'....
r494 files: a b
mpm@selenic.com
Add a simple testing framework...
r331 description:
2
Thomas Arendsen Hein
Add an empty line after description in verbose mode of show_changeset....
r546
mpm@selenic.com
Add a simple testing framework...
r331 changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e
user: test
mpm@selenic.com
test suite: fix timezone problems and port collision problem...
r382 date: Thu Jan 1 00:00:00 1970
Thomas Arendsen Hein
Fixed test for previous change of 'hg -v history'....
r494 files: a
mpm@selenic.com
Add a simple testing framework...
r331 description:
1
Thomas Arendsen Hein
Add an empty line after description in verbose mode of show_changeset....
r546
mpm@selenic.com
Add a simple testing framework...
r331 + hg diff
mpm@selenic.com
Fix up test results...
r775 + sed 's/\(\(---\|+++\) [^ \t]*\)[ \t].*/\1/'
mpm@selenic.com
Fix local file changes being ignored after non-branch merge...
r768 diff -r 1e71731e6fbb a
--- a/a
+++ b/a
@@ -1,1 +1,1 @@
-a2
+abc