December 2007
180 posts
Show number of changesets written to bundle files... →
Show number of changesets written to bundle files by default (issue569) This was only shown with -v before.
Dec 30th
"C" status code considered harmful, so changed to... →
“C” status code considered harmful, so changed to “=” (issue899) C means conflict in other SCMs, and = is more intuitive anyway.
Dec 30th
Adjust changed test output after 0145f9afb0e7... →
Adjust changed test output after 0145f9afb0e7 (trailing whitespace)
Dec 30th
2007/20071230.html →
Dec 30th
Removed tabs and trailing whitespace in python... →
Removed tabs and trailing whitespace in python files
Dec 29th
util: filter all st_mode with 0777 in checkexec →
util: filter all st_mode with 0777 in checkexec
Dec 28th
merge with crew →
merge with crew
Dec 28th
Clarify some messages during commit: →
Clarify some messages during commit: - use “branch ‘foo’” to distinguish from “branch merge”. - commit messags can be empty (to abort commits) - Added value for editor message: Tell about HG: lines like CVS does.
Dec 28th
merge with crew →
merge with crew
Dec 28th
Prompt for a commit message in editor, improve... →
Prompt for a commit message in editor, improve error message
Dec 28th
prompt: kill matchflags →
prompt: kill matchflags Python already lets one to embed RE flags directly in a regex, which is a much nicer way to do things: (?iLmsux) (One or more letters from the set “i”, “L”, “m”, “s”, “u”, “x”.) … matchflags was introduced in 67afecb8d6cc, and the record extension is the only user. I’ve killed...
Dec 27th
changelog: inline trivial call for extra data... →
changelog: inline trivial call for extra data unescaping
Dec 27th
test-convert-cvs: force cvs -f options to avoid... →
test-convert-cvs: force cvs -f options to avoid cvsrc There are some reference to a CVS_OPTIONS environment variable doing that but it does not work on my system (cvs 1.11.20, macosx).
Dec 27th
convert: don't read ~/.cvsrc in test-convert-cvs →
convert: don’t read ~/.cvsrc in test-convert-cvs
Dec 27th
hg: fail upon copy/link errors while cloning... →
hg: fail upon copy/link errors while cloning locally
Dec 27th
merge with crew-stable →
merge with crew-stable
Dec 27th
Tests for b5605d88dc27 and 840e2b315c1f... →
Tests for b5605d88dc27 and 840e2b315c1f (interactive prompts during merge)
Dec 27th
Make ui.prompt repeat on "unrecognized response"... →
Make ui.prompt repeat on “unrecognized response” again (issue897) (this was accidentally changed in ca0d02222d6a)
Dec 26th
OpenSocialという規格があるのか
Dec 26th
convert: svn-sink: copy and set properties after... →
convert: svn-sink: copy and set properties after adding dirs/files We can’t store properties for files we haven’t added to repo. Similarly, we can’t copy file to directory we haven’t added to svn yet. Remember needed changes and apply them in putcommit().
Dec 26th
merge with crew-stable →
merge with crew-stable
Dec 26th
Fix misleading error and prompts during... →
Fix misleading error and prompts during update/merge (issue556)
Dec 26th
WindowsTestingPlan →
Dec 26th
共用サーバーでhgwebdir.cgiまで動いてしまうと、自宅サーバーの必要性がほとんどなくなるなぁ
Dec 26th
zmx.jp で hgwebdir.cgi をBASIC認証で動作させた
Dec 26th
ShareSource2: Comming Soon だって
Dec 25th
tinyurlまたはln-s.netのURLをJSONでもらうRuby CGIを作成した
Dec 25th
convert: allow repo root to be matched in filemap →
convert: allow repo root to be matched in filemap For consistency with “rename subdir .” syntax in filemap, also support “rename . subdir”.
Dec 25th
Merge with crew-stable →
Merge with crew-stable
Dec 25th
patch: be more tolerant to diffstat failures... →
patch: be more tolerant to diffstat failures (issue 865) Sometimes, revisions cannot be represented by a regular diff, only a git diff would capture binary files or permission changes. diffstat cannot handle git patches and will output “0 files changed” when fed with an empty diff. We cannot consider the latter to be an error, unless we rewrite diffstat to handle these correctly.
Dec 25th
WritingExtensions →
Dec 25th
.hgignore += tags & cscope files →
.hgignore += tags & cscope files
Dec 25th
merge with crew-stable →
merge with crew-stable
Dec 25th
Fix chmod of writable but unowned files (issue530) →
Fix chmod of writable but unowned files (issue530) This could happen e.g. in group writable local repositories where a file should become executable on update. (Patch by Benoit Boissinot attached to issue530)
Dec 25th
HGEDITOR →
Dec 24th
hgeditor →
Dec 24th
server: append to logfiles →
server: append to logfiles
Dec 24th
tinyurlよりもln-s.netの方がよさげ
Dec 24th
小さいhgリポジトリならフリーアカウントにsitecopyでpushして、pullにはstatic-httpで十分かも
Dec 24th
何年ぶりかにsitecopyを使ってみる
Dec 24th
Move diffing missing file test and remove... →
Move diffing missing file test and remove test-notfound No point to have a test dedicated to this diff behaviour.
Dec 24th
commands: add exits(1) if a specified file cannot... →
commands: add exits(1) if a specified file cannot be added (issue 891)
Dec 24th
test-hgweb-commands: replace all "XX years ago"... →
test-hgweb-commands: replace all “XX years ago” occurences
Dec 23rd
M1見てた
Dec 23rd
Remember the milkを使ってみる
Dec 22nd
なんかよく分からないうちにxrandrでdual monitorにできた
Dec 22nd
Switch to using cat with EOF doc instead of trying... →
Switch to using cat with EOF doc instead of trying to quote newlines for echo.
Dec 21st
Use skipped: instead of hghave: for skipping... →
Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
Dec 21st
merge with crew-stable →
merge with crew-stable
Dec 21st
Fix test-convert-darcs output on Debian etch... →
Fix test-convert-darcs output on Debian etch (issue779) The CR characters of darcs get confused the output. Additionally this darcs version printed: darcs: <stdin>: hGetLine: end of file
Dec 21st