annotate tests/test-pull.out @ 2550:45235e492cc6

Disable automatic line endings conversion on windows The rationale behind this is that such conversion implies a particular situation in which all files in the repo are terminated by only LF. This is documented nowhere and it bit me sharply when I upgraded. Furthermore, it works on the assumption that a file containing no NULL characters are actually a text file. Therefore it cannot guarantee that no binary file will be harmed in the process. Currently, if a file already contains CRLF line endings when it is copied to the working dir from the repo, then the version in the working dir will be corrupted by an extra CR. I'm working on a patch that will turn this into a warning. But as a side effect, committing such a file back will strip it from its CR. In all case, unrequested data modification can occur under the feet of the user, which is bad(tm), ihmo.
author Raphael Marmier <raphael@marmier.net>
date Mon, 03 Jul 2006 10:18:46 -0700
parents 4e35843b2683
children 9d1c3529ebbc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2182
4e35843b2683 Corrected test output for deprecated addremove command.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2175
diff changeset
1 (the addremove command is deprecated; use add and remove --after instead)
767
61ed30e82b27 Update tests to match new addremove chattiness.
Bryan O'Sullivan <bos@serpentine.com>
parents: 642
diff changeset
2 adding foo
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
3 checking changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
4 checking manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
5 crosschecking files in changesets and manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
6 checking files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
7 1 files, 1 changesets, 1 total revisions
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
8 requesting all changes
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
9 adding changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
10 adding manifests
775
122449dd89db Fix up test results
mpm@selenic.com
parents: 767
diff changeset
11 adding file changes
122449dd89db Fix up test results
mpm@selenic.com
parents: 767
diff changeset
12 added 1 changesets with 1 changes to 1 files
2175
b2ae81a7df29 Make hg update more verbose by default (issue12)
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2152
diff changeset
13 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
14 checking changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
15 checking manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
16 crosschecking files in changesets and manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
17 checking files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
18 1 files, 1 changesets, 1 total revisions
2175
b2ae81a7df29 Make hg update more verbose by default (issue12)
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2152
diff changeset
19 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
20 foo
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
21 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo
522
2f1de824798a Fix empty pull bug that appeared this morning
mpm@selenic.com
parents: 350
diff changeset
22 pulling from http://localhost:20059/
2f1de824798a Fix empty pull bug that appeared this morning
mpm@selenic.com
parents: 350
diff changeset
23 searching for changes
2f1de824798a Fix empty pull bug that appeared this morning
mpm@selenic.com
parents: 350
diff changeset
24 no changes found