Sun Jan  6 00:18:21 EST 2008  Mark Stosberg <[EMAIL PROTECTED]>
  * issue395: eliminate patches with a single character name from shell scripts 
in the test suite.
New patches:

[issue395: eliminate patches with a single character name from shell scripts in the test suite.
Mark Stosberg <[EMAIL PROTECTED]>**20080106051821] {
hunk ./tests/annotate.sh 12
-$DARCS record -a -m a -A test
+$DARCS record -a -m ab -A test
hunk ./tests/get_tag.sh 13
-$DARCS record -a -m A -A x
+$DARCS record -a -m AA -A x
hunk ./tests/get_tag.sh 15
-$DARCS record -a -m B -A x
+$DARCS record -a -m BB -A x
hunk ./tests/get_tag.sh 17
-$DARCS record -a -m C -A x
+$DARCS record -a -m CC -A x
hunk ./tests/get_tag.sh 21
-$DARCS record -a -m D -A x
+$DARCS record -a -m DD -A x
hunk ./tests/get_tag.sh 23
-$DARCS record -a -m E -A x
+$DARCS record -a -m EE -A x
hunk ./tests/get_tag.sh 25
-$DARCS record -a -m F -A x
+$DARCS record -a -m FF -A x
hunk ./tests/impossible_unrevert.sh 12
-$DARCS record -a -m a -A test
+$DARCS record -a -m aa -A test
hunk ./tests/impossible_unrevert.sh 21
-$DARCS record -a -m b -A test
+$DARCS record -a -m bb -A test
hunk ./tests/merge_three_patches.sh 33
-$DARCS record -m A
+$DARCS record -m AA
hunk ./tests/merge_three_patches.sh 40
-$DARCS record -m B
+$DARCS record -m BB
hunk ./tests/mergeresolved.sh 24
-$DARCS record -m A
+$DARCS record -m AA
hunk ./tests/mergeresolved.sh 32
-$DARCS record -m B
+$DARCS record -m BB
hunk ./tests/partial.sh 18
-$DARCS record -a -m a -A x
+$DARCS record -a -m aa -A x
hunk ./tests/partial.sh 21
-$DARCS record -a -m b -A x
+$DARCS record -a -m bb -A x
hunk ./tests/partial.sh 29
-$DARCS tag -m t -A x
+$DARCS tag -m tt -A x
hunk ./tests/partial.sh 37
-$DARCS record -a -m c -A x
+$DARCS record -a -m cc -A x
hunk ./tests/pending.sh 20
-$DARCS record -a --patch-name=1
+$DARCS record -a --patch-name=11
hunk ./tests/pending.sh 30
-$DARCS record -a --patch-name=2
+$DARCS record -a --patch-name=22
hunk ./tests/pull_binary.sh 20
-$DARCS record -l -a -A author -m x
+$DARCS record -l -a -A author -m xx
hunk ./tests/pull_binary.sh 22
-$DARCS record -a -A author -m y
+$DARCS record -a -A author -m yy
hunk ./tests/push.sh 17
-$DARCS record -a --patch-name=1
+$DARCS record -a --patch-name=11
hunk ./tests/push.sh 23
-$DARCS record -a --patch-name=2
+$DARCS record -a --patch-name=22
hunk ./tests/replace.sh 38
-$DARCS rec -am x
+$DARCS rec -am xx
hunk ./tests/three_way_conflict.sh 22
-$DARCS record -a -A author -m A
+$DARCS record -a -A author -m AA
hunk ./tests/three_way_conflict.sh 25
-$DARCS record -a -A author -m B
+$DARCS record -a -A author -m BB
hunk ./tests/three_way_conflict.sh 28
-$DARCS record -a -A author -m C
+$DARCS record -a -A author -m CC
}

Context:

[minor white-space and code style improvements
Mark Stosberg <[EMAIL PROTECTED]>**20080105183641] 
[typo fix on GNUmakefile comment
Mark Stosberg <[EMAIL PROTECTED]>**20080105183027] 
[refactor: improve style and portability of pull.pl test script.
Mark Stosberg <[EMAIL PROTECTED]>**20080105181751
     Many direct system calls were eliminated. No functional changes.  
] 
[add feature requested in issue576.
David Roundy <[EMAIL PROTECTED]>**20080105150125] 
[fix bug in issue576.
David Roundy <[EMAIL PROTECTED]>**20080105144929] 
[add test that triggers bug in issue576.
David Roundy <[EMAIL PROTECTED]>**20080105144812] 
[add configure support for libwww.
David Roundy <[EMAIL PROTECTED]>**20080104201255] 
[make bug message more explicit.
David Roundy <[EMAIL PROTECTED]>**20080104004253] 
[Initial implementation of HTTP pipelining using libwww.
Dmitry Kurochkin <[EMAIL PROTECTED]>**20071222144902] 
[make indent slightly more concise using lines and unlines.
David Roundy <[EMAIL PROTECTED]>**20080104003953] 
[Make sure we test the 'darcs' we just built and not one in a global path.
Mark Stosberg <[EMAIL PROTECTED]>**20080102002235
     This done by using "$DARCS" instead of 'darcs'.
     However, in my case the updated test FAILS unexplainably with 2.0.0pre3,
     by failing to detect that a file has changed. 
     If I follow along in a shell and run the same commands with Darcs 2, 
     the problem does not appear. 
] 
[refactor: replace recursive indent with more concise find-and-replace syntax
Mark Stosberg <[EMAIL PROTECTED]>**20080101200447] 
[issue347 - document that single quotes should be used in .darcs/defaults
Mark Stosberg <[EMAIL PROTECTED]>**20080101164428] 
[simplify (and debug) pending handling.
David Roundy <[EMAIL PROTECTED]>**20071227133618
 Note that this change could lead to performance regressions, but I believe
 that these regressions would be strongly bounded (never worse than a
 whatsnew), and this simplification makes the code much easier to safely
 modify.
] 
[make updating of pending on pull much more efficient.
David Roundy <[EMAIL PROTECTED]>**20071224131059] 
[simplify a bit of code.
David Roundy <[EMAIL PROTECTED]>**20071224131023] 
[fix type-witness bug in HopefullyPrivate.
David Roundy <[EMAIL PROTECTED]>**20071223141149] 
[simplify Get
David Roundy <[EMAIL PROTECTED]>**20071223025108] 
[simplify tentativelyAddPatch by removing unused return value.
David Roundy <[EMAIL PROTECTED]>**20071223024400] 
[simplify away np2prims and nps2prims.
David Roundy <[EMAIL PROTECTED]>**20071223022145] 
[try to avoid rewriting patches that we've just read.
David Roundy <[EMAIL PROTECTED]>**20071222190029] 
[generalize CommandsAux utility functions.
David Roundy <[EMAIL PROTECTED]>**20071222162952] 
[add new instances for PatchInfoAnd.
David Roundy <[EMAIL PROTECTED]>**20071222144439] 
[change tentativelyAddPatch to accept a PatchInfoAnd p.
David Roundy <[EMAIL PROTECTED]>**20071222140517] 
[internal prepration for optimization saving patch writing.
David Roundy <[EMAIL PROTECTED]>**20071222134834] 
[add changelog entry.
David Roundy <[EMAIL PROTECTED]>**20071219162646] 
[add fixme indicating where the code could be simplified.
David Roundy <[EMAIL PROTECTED]>**20071221135649] 
[make reading of hashed inventories lazier.
David Roundy <[EMAIL PROTECTED]>**20071221133453] 
[resolve conflicts in mv_and_remove_tests.sh.
David Roundy <[EMAIL PROTECTED]>**20071219144638] 
[Fix !(...|...) in mv_and_remove_tests.sh.
Dave Love <[EMAIL PROTECTED]>**20071218001826
 Assume the original construct should have been `! ... | ...' and
 replace with a portable version of that.
] 
[[issue571] Redo last HAVE_TERMIO_H fix.
Dave Love <[EMAIL PROTECTED]>**20071218140508
 Not the most direct fix, but simpler.
] 
[Fix configure test for gadt type witnesses.
Dave Love <[EMAIL PROTECTED]>**20071218120139] 
[use --ignore-times in all tests.
David Roundy <[EMAIL PROTECTED]>**20071217225159
 This is because the hashed repository is a bit pickier, in that
 it no longer checks file lengths when the file modification times
 match.
] 
[enable modification time checking on hashed repositories.
David Roundy <[EMAIL PROTECTED]>**20071217220237] 
[Pass two args to `cmp' in tests, following POSIX.
Dave Love <[EMAIL PROTECTED]>**20071216180503
 Fixes some failures on Solaris.
] 
[resolve silly conflict with myself.
David Roundy <[EMAIL PROTECTED]>**20071217200855] 
[clean up SelectChanges (eliminating Bools)
David Roundy <[EMAIL PROTECTED]>**20071217191809] 
[make a few more files compile with type witnesses.
David Roundy <[EMAIL PROTECTED]>**20071217183234] 
[fix bug in revert (in writing the unrevert file).
David Roundy <[EMAIL PROTECTED]>**20071216215225] 
[make a few more files compile with type witnesses.
David Roundy <[EMAIL PROTECTED]>**20071217164815] 
[remove tabs.
David Roundy <[EMAIL PROTECTED]>**20071216224617] 
[bump version number preemptively to 2.0.0pre3.
David Roundy <[EMAIL PROTECTED]>**20071216222823] 
[fix doc bug in show contents.
David Roundy <[EMAIL PROTECTED]>**20071216214002] 
[TAG 2.0.0pre2
David Roundy <[EMAIL PROTECTED]>**20071216201647] 
Patch bundle hash:
e320111bcc354504f201ca3b880eb7b343e55f47
_______________________________________________
darcs-devel mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to