##// END OF EJS Templates
Make show_changeset show added/deleted files only in debug mode....
Make show_changeset show added/deleted files only in debug mode. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Make show_changeset show added/deleted files only in debug mode. This was necessary due to performance reasons. manifest hash: 35af5e8ff88a8706406fc8c42251ada79c7c9549 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCwOUkW7P1GVgWeRoRAvB5AKCJ9x/P3XOJVlQnCoh8cblnye+9RgCgkXLW 7Bt8/5yhPnsejYIGUMnppgo= =DNsf -----END PGP SIGNATURE-----

File last commit:

r490:df9b77f6 default
r493:30752b14 default
Show More
test-up-local-change.out
73 lines | 1.4 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
+ hg commit -t 1 -u test -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
+ sed 's/\(\(---\|+++\).*\)\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
+ hg commit -t 2 -u test -d '0 0'
+ cd ../r2
+ hg -q pull ../r1
+ hg status
C a
+ hg -d up
resolving manifests
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
Add a simple testing framework...
r331 + hg -d up -m
resolving manifests
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
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
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 manifest: 1:1165e8bd193e17ad7d321d846fcf27ff3f412758
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
Make show_changeset show added and deleted files in verbose mode....
r490 files: a
files+: b
mpm@selenic.com
Add a simple testing framework...
r331 description:
2
changeset: 0:c19d34741b0a4ced8e4ba74bb834597d5193851e
manifest: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0
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
Make show_changeset show added and deleted files in verbose mode....
r490 files+: a
mpm@selenic.com
Add a simple testing framework...
r331 description:
1
+ hg diff
+ sed 's/\(\(---\|+++\).*\)\t.*/\1/'
Thomas Arendsen Hein
Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli....
r396 diff -r 1e71731e6fbb a
mpm@selenic.com
Add a simple testing framework...
r331 --- a/a
+++ b/a
@@ -1,1 +1,1 @@
-a2
+abc