Wed, 11 May 2011 11:04:44 +0200 Sune Foldager revlog: add docstring to _addrevision
Tue, 10 May 2011 16:08:47 -0500 Matt Mackall cmdutil: make_file to makefileobj
Tue, 10 May 2011 16:08:46 -0500 Matt Mackall cmdutil: make_filename -> makefilename
Tue, 10 May 2011 16:08:46 -0500 Matt Mackall cmdutil: bail_if_changed to bailifchanged
Sun, 08 May 2011 23:27:48 +0200 Adrian Buehlmann store: change names to comply with project coding standards
Tue, 10 May 2011 17:38:58 +0200 Sune Foldager filelog: add file function to open other filelogs
Tue, 10 May 2011 14:42:53 +0200 Martin Geisler help: add -c/--command flag to only show command help (issue2799)
Tue, 10 May 2011 13:19:05 +0200 Martin Geisler help: give hint about 'hg help -e' when appropriate
Wed, 20 Jan 2010 20:24:20 +0200 Henri Wiechers help: add -e/--extension switch to display extension help text
Mon, 09 May 2011 18:11:08 +0200 Martin Geisler debugbuilddag: read DAG from stdin if not given on cmdline
Mon, 09 May 2011 17:20:15 +0200 Martin Geisler run-tests: remove check on --shell argument
Mon, 09 May 2011 17:15:44 +0200 Martin Geisler subrepo: create subrepos using clone instead of pull
Mon, 09 May 2011 16:41:45 +0200 Martin Geisler progress: add speed format
Mon, 09 May 2011 14:40:49 +0200 Martin Geisler debugbuilddag: output progress information
Mon, 09 May 2011 14:33:08 +0200 Martin Geisler test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Mon, 09 May 2011 11:01:45 +0200 Martin Geisler hgrc.5: document positional arguments in aliases
Mon, 09 May 2011 10:52:08 +0200 Martin Geisler merge with stable
Mon, 09 May 2011 10:46:54 +0200 Martin Geisler hgrc.5: document shell aliases stable
Sun, 08 May 2011 16:41:41 -0500 Matt Mackall merge with crew
Sun, 08 May 2011 20:45:47 +0200 Adrian Buehlmann rename util.is_exec to isexec
Sun, 08 May 2011 20:42:28 +0200 Adrian Buehlmann posix: delete unused expand_glob
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Sun, 08 May 2011 21:32:33 +0200 Sune Foldager revlog: support writing generaldelta revlogs
Sun, 08 May 2011 21:24:30 +0200 Sune Foldager cmdutil: fix errors reported by pyflakes test
Sun, 08 May 2011 16:16:41 -0500 Matt Mackall merge with stable
Sun, 08 May 2011 11:39:24 -0500 Matt Mackall check-code: complain about set.isdisjoint
Sun, 01 May 2011 13:07:00 +0200 Alexander Solovyov fix bookmarks rollback behavior stable
Sun, 01 May 2011 12:29:32 +0200 Alexander Solovyov add positional arguments to non-shell aliases
Sat, 07 May 2011 21:01:15 +0300 Idan Kamara run-tests: take the basepath when constructing the test temp dir
Sat, 07 May 2011 20:56:43 +0300 Idan Kamara run-tests: compare absolute paths in _checkhglib
Sat, 07 May 2011 22:25:20 +0200 Adrian Buehlmann util: rename _windows_reserved_filenames and _windows_reserved_chars
Sat, 07 May 2011 20:22:32 +0200 Adrian Buehlmann opener: rename _can_symlink to _cansymlink
Sun, 08 May 2011 17:48:31 +0200 Patrick Mezard patch: make patch()/internalpatch() always update the dirstate
Sun, 08 May 2011 17:48:30 +0200 Patrick Mezard patch: move updatedir() from cmdutil into patch
Sun, 08 May 2011 17:48:29 +0200 Patrick Mezard record: unconditionally update the working dir after patching
Sun, 08 May 2011 17:48:29 +0200 Patrick Mezard mq: explicitly updatedir() even if patch() fails
Fri, 06 May 2011 19:55:46 +0300 Idan Kamara mq: allow to qpop/push with a dirty working copy (issue2780)
Fri, 06 May 2011 19:03:41 +0300 Idan Kamara patch: introduce changedfiles
Sat, 07 May 2011 23:14:36 +0200 Sune Foldager debugindex: change output for generaldelta revlogs
Sat, 07 May 2011 22:40:17 +0200 Sune Foldager revlog: support reading generaldelta revlogs
Sat, 07 May 2011 22:40:14 +0200 Sune Foldager revlog: calculate base revisions iteratively
Sat, 07 May 2011 22:37:40 +0200 Sune Foldager revlog: remove the last bits of punched/shallow
Sat, 07 May 2011 21:12:35 +0200 Patrick Mezard util: make readfile() operate in binary mode
Sat, 07 May 2011 21:12:33 +0200 Patrick Mezard cmdutil: normalize log message eols when reading from file
Sat, 07 May 2011 21:12:30 +0200 Patrick Mezard match: make 'listfile:' split on LF and CRLF
Sat, 07 May 2011 17:25:12 +0200 Patrick Mezard progress: remove useless statement left by bab267e7fc1a
Sat, 07 May 2011 17:25:02 +0200 Patrick Mezard debugbuilddag: simplify tags serialization a bit
Mon, 02 May 2011 12:10:50 -0500 Augie Fackler httprepo: send 100-continue on POSTs if using http2
Fri, 06 May 2011 10:22:08 -0500 Augie Fackler url: use new http support if requested by the user
Fri, 06 May 2011 09:57:55 -0500 Augie Fackler Import new http library as mercurial.httpclient.
Fri, 06 May 2011 15:48:04 -0300 Wagner Bruna commands, i18n: add translation hint for split message
Fri, 06 May 2011 19:03:45 +0300 Idan Kamara mq: don't hide the patch module
Fri, 06 May 2011 18:45:12 +0300 Idan Kamara patch: remove unused ui arg to iterhunks
Fri, 06 May 2011 18:45:12 +0300 Idan Kamara mq: loosen except clause when reading patch headers
Fri, 06 May 2011 13:04:24 -0500 Matt Mackall merge with abuehl
Fri, 06 May 2011 15:41:04 +0200 Adrian Buehlmann rename util.set_signal_handler to setsignalhandler
Fri, 06 May 2011 15:36:05 +0200 Adrian Buehlmann rename util.executable_path to executablepath
Fri, 06 May 2011 15:34:34 +0200 Adrian Buehlmann rename util.os_link to oslink
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Fri, 06 May 2011 15:25:35 +0200 Adrian Buehlmann rename util.set_binary to setbinary
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip