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.
"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.
Adjust changed test output after 0145f9afb0e7... →
Adjust changed test output after 0145f9afb0e7 (trailing whitespace)
2007/20071230.html →
Removed tabs and trailing whitespace in python... →
Removed tabs and trailing whitespace in python files
util: filter all st_mode with 0777 in checkexec →
util: filter all st_mode with 0777 in checkexec
merge with crew →
merge with crew
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.
merge with crew →
merge with crew
Prompt for a commit message in editor, improve... →
Prompt for a commit message in editor, improve error message
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...
changelog: inline trivial call for extra data... →
changelog: inline trivial call for extra data unescaping
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).
convert: don't read ~/.cvsrc in test-convert-cvs →
convert: don’t read ~/.cvsrc in test-convert-cvs
hg: fail upon copy/link errors while cloning... →
hg: fail upon copy/link errors while cloning locally
merge with crew-stable →
merge with crew-stable
Tests for b5605d88dc27 and 840e2b315c1f... →
Tests for b5605d88dc27 and 840e2b315c1f (interactive prompts during merge)
Make ui.prompt repeat on "unrecognized response"... →
Make ui.prompt repeat on “unrecognized response” again (issue897)
(this was accidentally changed in ca0d02222d6a)
OpenSocialという規格があるのか
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().
merge with crew-stable →
merge with crew-stable
Fix misleading error and prompts during... →
Fix misleading error and prompts during update/merge (issue556)
WindowsTestingPlan →
共用サーバーでhgwebdir.cgiまで動いてしまうと、自宅サーバーの必要性がほとんどなくなるなぁ
zmx.jp で hgwebdir.cgi をBASIC認証で動作させた
ShareSource2: Comming Soon だって
tinyurlまたはln-s.netのURLをJSONでもらうRuby CGIを作成した
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”.
Merge with crew-stable →
Merge with crew-stable
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.
WritingExtensions →
.hgignore += tags & cscope files →
.hgignore += tags & cscope files
merge with crew-stable →
merge with crew-stable
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)
HGEDITOR →
hgeditor →
server: append to logfiles →
server: append to logfiles
tinyurlよりもln-s.netの方がよさげ
小さいhgリポジトリならフリーアカウントにsitecopyでpushして、pullにはstatic-httpで十分かも
何年ぶりかにsitecopyを使ってみる
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.
commands: add exits(1) if a specified file cannot... →
commands: add exits(1) if a specified file cannot be added (issue 891)
test-hgweb-commands: replace all "XX years ago"... →
test-hgweb-commands: replace all “XX years ago” occurences
M1見てた
Remember the milkを使ってみる
なんかよく分からないうちにxrandrでdual monitorにできた
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.
Use skipped: instead of hghave: for skipping... →
Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
merge with crew-stable →
merge with crew-stable
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