Mon Jan  7 15:26:28 CET 2008  [EMAIL PROTECTED]
  * test: Add a test for darcs show tags.

Mon Jan  7 15:27:02 CET 2008  [EMAIL PROTECTED]
  * doc,typo: some s/darcs commit/darcs record/
New patches:

[test: Add a test for darcs show tags.
[EMAIL PROTECTED] {
addfile ./tests/show_tags.sh
hunk ./tests/show_tags.sh 1
+#!/bin/sh
+set -ev
+
+test $DARCS || DARCS=$PWD/../darcs
+
+rm -rf temp1
+mkdir temp1
+cd temp1
+$DARCS initialize
+echo ALL ignore-times >> _darcs/prefs/defaults
+echo A > foo
+$DARCS add foo
+$DARCS record -a -m AA -A x
+echo B > foo
+$DARCS record -a -m BB -A x
+echo C > foo
+$DARCS record -a -m CC -A x
+$DARCS tag -m 1.0 -A x
+echo D > foo
+$DARCS record -a -m DD -A x
+echo E > foo
+$DARCS record -a -m EE -A x
+echo F > foo
+$DARCS record -a -m FF -A x
+$DARCS tag -m 2.0 -A x
+
+$DARCS show tags > my
+cat my
+cat > ref <<EOF
+2.0
+1.0
+EOF
+
+cmp my ref
+
+rm -rf temp1
}
[doc,typo: some s/darcs commit/darcs record/
[EMAIL PROTECTED] {
hunk ./src/best_practices.tex 554
 $ darcs get Rl R1
 $ cd R1
 ...development of f1
-$ darcs commit -m'p1: f1 initial work'
+$ darcs record -m'p1: f1 initial work'
 ...
hunk ./src/best_practices.tex 556
-$ darcs commit -m'p2: my debugging tracepoints'
+$ darcs record -m'p2: my debugging tracepoints'
 ...
 
 $ cd ..
hunk ./src/best_practices.tex 564
 $ cd R2
 $ darcs pull -p p2 ../R1
 ... development of f2
-$ darcs commit -m'p3: f2 finished'
+$ darcs record -m'p3: f2 finished'
 
 $ cd ..
 $ darcs get Rl Rp
hunk ./src/best_practices.tex 580
 $ darcs pull ../R2
 ... updates R1 with f2 changes from R2
 ... more development of f1
-$ darcs commit -m'p4: f1 feature finished.'
+$ darcs record -m'p4: f1 feature finished.'
 
 $ cd ../Rl
 $ darcs pull --complement ../R1 ../Rp
}

Context:

[make indent slightly more concise using lines and unlines.
David Roundy <[EMAIL PROTECTED]>**20080104003953] 
[refactor: replace recursive indent with more concise find-and-replace syntax
Mark Stosberg <[EMAIL PROTECTED]>**20080101200447] 
[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:
029ffb58d98822a12bcfd99ed14854e0f0e94fb7
_______________________________________________
darcs-devel mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-devel

Reply via email to