Mercurial > hg
graph
-
Merge with crewSun, 19 Oct 2008 19:10:26 +0200, by Thomas Arendsen Hein
-
Use dummy diffstat in tests and remove older diffstat workaround.Sun, 19 Oct 2008 19:03:23 +0200, by Thomas Arendsen Hein
-
Fix test-bundle-type output by changing head|cut to cut|head.Sun, 19 Oct 2008 17:40:35 +0200, by Thomas Arendsen Hein
-
convert documentation: --config argument with spaces needs quoting.Sun, 19 Oct 2008 15:24:33 +0200, by Thomas Arendsen Hein
-
Copy index before parsing to enforce alignment with inline data present.Sun, 19 Oct 2008 15:08:30 +0200, by Thomas Arendsen Hein
-
parsers.c: there is no reference to data_obj, so it shouldn't be decref'edSun, 19 Oct 2008 16:11:23 +0200, by Benoit Boissinot
-
merge with crewSun, 19 Oct 2008 13:00:36 +0200, by Benoit Boissinot
-
hgweb: nodeids should be aligned in raw changesetsSun, 19 Oct 2008 12:23:58 +0200, by Benoit Boissinot
-
Fix test-notify output for older diffstat versions.Sun, 19 Oct 2008 12:34:34 +0200, by Thomas Arendsen Hein
-
Add util.popen3 fallback, simplify import of Popen3Sun, 19 Oct 2008 12:19:55 +0200, by Thomas Arendsen Hein
-
Fix util.popen2 for Python 2.3Sun, 19 Oct 2008 12:13:25 +0200, by Thomas Arendsen Hein
-
mq: heavy rearrangement of qnew to make it recover reliably from errors.Sat, 18 Oct 2008 21:52:22 -0700, by Brendan Cully
-
mq: abort qnew -f if any file in an explicit list cannot be readSat, 18 Oct 2008 20:45:53 -0700, by Brendan Cully
-
mq: make qimport -f work properly. Closes issue1255.Sat, 18 Oct 2008 17:29:45 -0700, by Brendan Cully
-
Merge with crewSat, 18 Oct 2008 16:53:44 -0700, by Brendan Cully
-
mq: let qimport read patches from URLsSat, 18 Oct 2008 16:40:01 -0700, by Brendan Cully
-
mq: do not invoke editor until just before patch creation. Closes issue1346.Sat, 18 Oct 2008 16:33:10 -0700, by Brendan Cully
-
merge with crewSun, 19 Oct 2008 01:29:57 +0200, by Benoit Boissinot
-
add a missing +x to test-inotify-lookupSun, 19 Oct 2008 01:28:35 +0200, by Benoit Boissinot
-
index parser: fix refcounting in case of errors, refactorSun, 19 Oct 2008 01:26:46 +0200, by Benoit Boissinot
-
patch: pass linereader to binaryhunk.extract() instead of wrapped fpSat, 18 Oct 2008 23:45:46 +0200, by Patrick Mezard
-
patch: pass linereader to scangitpatch(), extract from iterhunks()Sat, 18 Oct 2008 23:45:46 +0200, by Patrick Mezard
-
patch: change functions definition order for readabilitySat, 18 Oct 2008 23:45:45 +0200, by Patrick Mezard
-
patch: map changed files to patchmeta directlySat, 18 Oct 2008 23:45:45 +0200, by Patrick Mezard
-
patch: patchmeta gives (islink, isexec) tuple instead of int modeSat, 18 Oct 2008 23:45:45 +0200, by Patrick Mezard
-
patch: extract and rename gitpatch into patchmeta, documentSat, 18 Oct 2008 23:45:45 +0200, by Patrick Mezard
-
patch: remove applydiff() useless updatedir and rejmerge argumentsSat, 18 Oct 2008 23:45:45 +0200, by Patrick Mezard
-
merge with crewSat, 18 Oct 2008 23:20:23 +0200, by Benoit Boissinot
-
inotify: fix status not showing "clean" files (issue907)Sat, 18 Oct 2008 23:06:29 +0200, by Benoit Boissinot
-
run-tests.py: report missing file as an errorSat, 18 Oct 2008 22:44:01 +0200, by Benoit Boissinot
-
Merge with crewSat, 18 Oct 2008 13:22:46 -0700, by Brendan Cully
-
Prevent import over an applied patch (closes issue795)Sat, 18 Oct 2008 13:22:29 -0700, by Brendan Cully
-
issue 1144: prevent traceback on verify of bundlesSat, 18 Oct 2008 14:43:14 -0400, by John Mulligan
-
merge with crewSat, 18 Oct 2008 21:11:44 +0200, by Benoit Boissinot
-
run-tests.py: use --prefix instead of --homeSat, 18 Oct 2008 21:08:44 +0200, by Benoit Boissinot
-
test-permission: put sane permissions at the end of the testSat, 18 Oct 2008 20:47:47 +0200, by Benoit Boissinot
-
util: handle EINVAL in _statfiles_clustered()Sat, 18 Oct 2008 20:50:08 +0200, by Patrick Mezard
-
_listdir only uses dfd if AT_SYMLINK_NOFOLLOW is definedSat, 18 Oct 2008 11:43:45 -0700, by Brendan Cully
-
merge with crewSat, 18 Oct 2008 20:39:08 +0200, by Benoit Boissinot
-
fix issue with strip() for revlog with non-monotonic linkrevs (issue1342)Sat, 18 Oct 2008 20:25:45 +0200, by Benoit Boissinot
-
revlog parser: use ntohl() instead of ntohll() (fix endianness issues)Sat, 18 Oct 2008 20:23:46 +0200, by Benoit Boissinot
-
tests: fix output for test-notifySat, 18 Oct 2008 18:24:37 +0200, by Dirkjan Ochtman
-
commands: optional options where possibleSat, 18 Oct 2008 18:05:56 +0200, by Alexander Solovyov
-
rebase: disable rollback after rebasingSat, 18 Oct 2008 17:00:28 +0200, by Stefano Tortarolo
-
churn: corrected help outputSat, 18 Oct 2008 16:51:26 +0200, by Martin Geisler
-
get rid of semi-colon introduced in 16bafcebd3d1Sat, 18 Oct 2008 16:30:50 +0200, by Dirkjan Ochtman
-
help: better documentation intro for a few extensionsSat, 18 Oct 2008 16:56:39 +0200, by Dirkjan Ochtman
-
remove extension commands from global helpThu, 12 Jun 2008 11:49:13 +0200, by Dirkjan Ochtman
-
show enabled extensions in hg helpSat, 18 Oct 2008 16:50:03 +0200, by Dirkjan Ochtman
-
graph: replace the blinking no javascript messageSat, 18 Oct 2008 16:09:07 +0200, by Benoit Allard
-
util: subprocess close_fds option is unix onlySat, 18 Oct 2008 15:49:15 +0200, by Patrick Mezard
-
Fix missing uint64_t definition in parsers.c under WindowsSat, 18 Oct 2008 14:43:20 +0200, by Dhruva Krishnamurthy
-
rename: handle renaming to a target marked removedSat, 18 Oct 2008 04:26:09 -0500, by Matt Mackall
-
highlight: convert text to local before passing to pygmentize (issue1341)Fri, 17 Oct 2008 12:12:33 +0200, by Christian Ebert
-
dirstate: always add times to map as integersSat, 18 Oct 2008 04:26:06 -0500, by Matt Mackall
-
Take advantage of fstat calls clustering per directory if OS support it.Thu, 09 Oct 2008 10:29:47 -0400, by Petr Kodl
-
Document email.charsets in hgrc.5Thu, 16 Oct 2008 17:08:46 +0200, by Christian Ebert
-
notify: mime-encode messagesSat, 12 Jul 2008 19:12:18 +0100, by Christian Ebert
-
patchbomb: mime-encode headers and parts not containing patchesSat, 12 Jul 2008 19:12:10 +0100, by Christian Ebert
-
mail: add methods to handle non-ascii charsSat, 12 Jul 2008 19:11:59 +0100, by Christian Ebert