Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 09:00:37 -0700] rev 8960
Merge with crew
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 09:00:26 -0700] rev 8959
Update test output for
e67e5b60e55f
Stefano Mioli <jstevie@gmail.com> [Sun, 28 Jun 2009 13:56:34 +0200] rev 8958
commands: improve bundle compression methods description
Christian Ebert <blacktrash@gmx.net> [Sun, 28 Jun 2009 16:23:23 +0200] rev 8957
keyword: improve help for kwfiles
- just use "files" instead of "filenames" (analogous to "hg status -h")
- reference the extension help wrt pattern configuration
Kudos to timeless for helpful suggestions.
Christian Ebert <blacktrash@gmx.net> [Sun, 28 Jun 2009 16:11:27 +0200] rev 8956
keyword: lowercase status flags of untracked files in kwfile output
Document the flags and their meanings in the command help
(thanks to timeless for bringing this to my attention).
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 08:48:05 -0700] rev 8955
help: branch heads have no descendants, not no children
Brendan Cully <brendan@kublai.com> [Mon, 29 Jun 2009 00:54:23 -0700] rev 8954
Branch heads should not include "heads" that are ancestors of other heads.
For example, given 1 (branch a) -> 2 (branch b) -> 3 (branch a)
I expect "hg heads a" to show only 3.
Discovered by running hg heads HEAD on the mutt repo, where older clients
committed default on top of HEAD.
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sun, 28 Jun 2009 19:31:16 +0900] rev 8953
inotify: server: remove wpath method
Only called once. And can be simplified to an easy oneliner.