##// END OF EJS Templates
Add a features list to branches.cache to detect caches of old hg versions....
Add a features list to branches.cache to detect caches of old hg versions. The leading space in the written file makes sure that the feature list never can match an existing version, even if the first feature can be read as hex. Additionally old hg versions display the id with --debug, too.

File last commit:

r3592:fffc8a73 default
r4168:bbfe5a3f default
Show More
test-up-local-change.out
136 lines | 3.2 KiB | text/plain | TextLexer
/ tests / test-up-local-change.out
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding a
Thomas Arendsen Hein
Make hg update more verbose by default (issue12)...
r2175 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 diff -r 33aaa84a386b a
mpm@selenic.com
Add a simple testing framework...
r331 --- a/a
+++ b/a
mason@suse.com
Add new bdiff based unidiff generation.
r1637 @@ -1,1 +1,1 @@ a
mpm@selenic.com
Add a simple testing framework...
r331 -a
+abc
Bryan O'Sullivan
Update tests to match new addremove chattiness.
r767 adding b
mpm@selenic.com
Update test output for status change...
r748 M a
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:33aaa84a386b
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 1
mpm@selenic.com
Add a simple testing framework...
r331 resolving manifests
Matt Mackall
merge: various tidying...
r3314 overwrite False partial False
ancestor 33aaa84a386b local 33aaa84a386b+ remote 802f095af299
Matt Mackall
merge: simplify actions with helper function
r3121 a: versions differ -> m
b: remote created -> g
mpm@selenic.com
Add a simple testing framework...
r331 merging a
Matt Mackall
merge: various tidying...
r3314 my a@33aaa84a386b+ other a@802f095af299 ancestor a@33aaa84a386b
Matt Mackall
merge: combine merge and get lists
r2977 getting b
Benoit Boissinot
ui: output the number of file updated/merged/removed/... on update...
r1922 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 1:802f095af299
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 2
mpm@selenic.com
Add a simple testing framework...
r331 resolving manifests
Matt Mackall
merge: various tidying...
r3314 overwrite False partial False
ancestor 33aaa84a386b local 802f095af299+ remote 33aaa84a386b
Matt Mackall
merge: simplify actions with helper function
r3121 b: remote deleted -> r
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 removing b
Benoit Boissinot
ui: output the number of file updated/merged/removed/... on update...
r1922 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:33aaa84a386b
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 1
Vadim Gelfer
merge with other head by default, not tip....
r2915 abort: there is nothing to merge - use "hg update" instead
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 failed
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:33aaa84a386b
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 1
resolving manifests
Matt Mackall
merge: various tidying...
r3314 overwrite False partial False
ancestor 33aaa84a386b local 33aaa84a386b+ remote 802f095af299
Matt Mackall
merge: simplify actions with helper function
r3121 a: versions differ -> m
b: remote created -> g
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 merging a
Matt Mackall
merge: various tidying...
r3314 my a@33aaa84a386b+ other a@802f095af299 ancestor a@33aaa84a386b
Matt Mackall
merge: combine merge and get lists
r2977 getting b
Benoit Boissinot
ui: output the number of file updated/merged/removed/... on update...
r1922 1 files updated, 1 files merged, 0 files removed, 0 files unresolved
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 1:802f095af299
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
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Add a simple testing framework...
r331 summary: 2
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 1:802f095af299
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
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
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
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 0:33aaa84a386b
mpm@selenic.com
Add a simple testing framework...
r331 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
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
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 diff -r 802f095af299 a
mpm@selenic.com
Fix local file changes being ignored after non-branch merge...
r768 --- a/a
+++ b/a
mason@suse.com
Add new bdiff based unidiff generation.
r1637 @@ -1,1 +1,1 @@ a2
mpm@selenic.com
Fix local file changes being ignored after non-branch merge...
r768 -a2
+abc
Thomas Arendsen Hein
Make hg update more verbose by default (issue12)...
r2175 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 adding b
M a
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 1:802f095af299
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 2
Benoit Boissinot
Backed out changeset 41989e55fa375de4376e7e64b17e38312e8ec140
r3592 abort: update spans branches, use 'hg merge' or 'hg update -C' to lose changes
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 failed
mcmillen@cs.cmu.edu
Spelling fix: "commited" -> "committed"
r1995 abort: outstanding uncommitted changes
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 failed
resolving manifests
Matt Mackall
merge: various tidying...
r3314 overwrite False partial False
ancestor 33aaa84a386b local 802f095af299+ remote 030602aee63d
Matt Mackall
merge: simplify actions with helper function
r3121 a: versions differ -> m
b: versions differ -> m
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 merging a
Matt Mackall
merge: various tidying...
r3314 my a@802f095af299+ other a@030602aee63d ancestor a@33aaa84a386b
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 merging b
Matt Mackall
merge: various tidying...
r3314 my b@802f095af299+ other b@030602aee63d ancestor b@000000000000
Benoit Boissinot
ui: output the number of file updated/merged/removed/... on update...
r1922 0 files updated, 2 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 1:802f095af299
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 2
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 2:030602aee63d
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 tag: tip
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 parent: 0:33aaa84a386b
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 summary: 3
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 diff -r 802f095af299 a
Benoit Boissinot
abort when using 'update -m' and this is not a merge...
r1674 --- a/a
+++ b/a
@@ -1,1 +1,1 @@ a2
-a2
+abc
Benoit Boissinot
fix update when a locally added file match the target revision...
r2065 adding a
pulling from ../a
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
Matt Mackall
merge: if filemerge skips merge, report as updated
r3400 1 files updated, 0 files merged, 0 files removed, 0 files unresolved