##// END OF EJS Templates
Incorporated most of Aron Griffis suggestions for sh compatibility.
Incorporated most of Aron Griffis suggestions for sh compatibility.

File last commit:

r801:1f9ec150 default
r804:19388dcb default
Show More
test-up-local-change.out
65 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-up-local-change.out
mpm@selenic.com
Add a simple testing framework...
r331 + hg init
+ hg addremove
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding a
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m 1 -d 0 0
mpm@selenic.com
[PATCH] add clone command...
r485 + hg clone . ../r2
mpm@selenic.com
Add a simple testing framework...
r331 + hg up
+ hg diff
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
+ hg addremove
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding b
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m 2 -d 0 0
mpm@selenic.com
Add a simple testing framework...
r331 + 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 local file changes being ignored after non-branch merge...
r768 diff -r 1e71731e6fbb a
--- a/a
+++ b/a
@@ -1,1 +1,1 @@
-a2
+abc