aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-13 21:56:34 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-13 21:56:34 -0500
commite3a48b356ace6bd88f064fb65f16c53dfdc5f8eb (patch)
tree81c067ec4c6a1350db56185b386a0409597b300c /release.py
parentc83e48bb2e8ae304f629d7d6ae47fb97b5b325ff (diff)
downloadbugseverywhere-e3a48b356ace6bd88f064fb65f16c53dfdc5f8eb.tar.gz
Move Darcs over to Storage format.
We have to work around the same issue as mercurial (hg) issue 618. I can't find a Darcs bug report for this, but it's been fixed somewhere between 1.0.9 and 2.3.1. Example scripts demonstrating the bug: $ darcs=/usr/bin/darcs $ mkdir x; cd x; $darcs init; echo a > b; $darcs add b; \ $darcs record --all --author 'x <a@b.com>' --logfile b; \ echo z>b; $darcs record --all --author 'x <a@b.com>' --logfile b; \ echo g>b; $darcs record --all --author 'x <a@b.com>' --logfile b; \ cd ..; rm -rf x > /dev/null; $darcs --version Finished recording patch 'a' No changes! No changes! 1.0.9 (release) And showing it's been fixed: $ darcs=~/.cabal/bin/darcs $ mkdir x; cd x; $darcs init; echo a > b; $darcs add b; \ $darcs record --all --author 'x <a@b.com>' --logfile b; \ echo z>b; $darcs record --all --author 'x <a@b.com>' --logfile b; \ echo g>b; $darcs record --all --author 'x <a@b.com>' --logfile b; \ cd ..; rm -rf x > /dev/null; $darcs --version Finished recording patch 'a' Finished recording patch 'z' Finished recording patch 'g' 2.3.1 (release)
Diffstat (limited to 'release.py')
0 files changed, 0 insertions, 0 deletions