Mercurial > hg
graph
-
hg-ssh: fix dispatch call to use dispatch.request()Sun, 29 May 2011 13:43:50 +0300, by Idan Kamara
-
gendoc: config help topic is in hgrc.5, do not include it in hg.1Mon, 30 May 2011 11:18:47 +0200, by Martin Geisler
-
doc: improve merge between hgrc.5 and config help topicMon, 30 May 2011 11:15:25 +0200, by Martin Geisler
-
doc: rebuild hgrc.5 man and HTML page when help/config changesMon, 30 May 2011 11:14:31 +0200, by Martin Geisler
-
help/config: separate terms with a blank lineMon, 30 May 2011 10:35:43 +0200, by Martin Geisler
-
help/config: fix rendering of definition listMon, 30 May 2011 10:30:46 +0200, by Martin Geisler
-
help: move part of hgrc.5 man page config help topicMon, 30 May 2011 10:21:39 +0200, by Yun Lee
-
hgrc.5: make minirst find headings correctlyMon, 30 May 2011 10:05:39 +0200, by Yun Lee
-
run-tests: fix --blacklist (broken by 95715c2f90bf)Sat, 28 May 2011 11:44:27 +0200, by Patrick Mezard
-
patch: do not patch unknown files (issue752)Fri, 27 May 2011 21:50:11 +0200, by Patrick Mezard
-
patch: use temporary files to handle intermediate copiesFri, 27 May 2011 21:50:10 +0200, by Patrick Mezard
-
patch: refactor file creation/removal detectionFri, 27 May 2011 21:50:09 +0200, by Patrick Mezard
-
commands.remove: don't use workingctx.remove(list, unlink=True)Fri, 27 May 2011 15:59:52 +0200, by Adrian Buehlmann
-
tests: add a test to check for duplicate command optionsFri, 27 May 2011 17:51:16 +0300, by Idan Kamara
-
mq: allow --mq for qrecordFri, 27 May 2011 17:49:54 +0300, by Idan Kamara
-
run-tests: fix --blacklist with jobs > 1Fri, 27 May 2011 17:46:48 +0300, by Idan Kamara
-
run-tests: slightly simplify blacklist checkFri, 27 May 2011 17:46:47 +0300, by Idan Kamara
-
coal: use preformatted text for descriptions (issue2835)Fri, 27 May 2011 08:50:27 -0500, by Matt Mackall
-
rebase: add option --tool/-t for 'pull --rebase'Fri, 27 May 2011 10:03:29 +0200, by Adrian Buehlmann
-
subrepo: refactor writestate for clarityFri, 27 May 2011 11:01:44 +0200, by Martin Geisler
-
cmdutil: make private copies of option lists to avoid sharing monkeypatchesThu, 26 May 2011 17:15:35 -0500, by Matt Mackall
-
record: fix options placeholderThu, 26 May 2011 19:00:47 +0300, by Idan Kamara
-
subrepo: bare git repos considered dirtyWed, 25 May 2011 08:38:58 -0700, by Paul Molodowitch
-
dispatch: use the request to store the ui objectThu, 26 May 2011 00:53:23 +0300, by Idan Kamara
-
dispatch: wrap dispatch related information in a request classThu, 26 May 2011 00:44:11 +0300, by Idan Kamara
-
patch: restore the previous output of 'diff --stat'Thu, 26 May 2011 22:51:02 +0800, by Steven Brown
-
wireproto: enable optional args for known() for future extensibilityTue, 24 May 2011 17:48:16 +0200, by Peter Arrenbrecht
-
context: make forget work like commands.forgetThu, 26 May 2011 17:15:35 -0500, by Matt Mackall
-
dirstate: rename forget to dropThu, 26 May 2011 17:15:35 -0500, by Matt Mackall
-
minirst: read test input from stdinThu, 26 May 2011 10:46:34 +0200, by Martin Geisler
-
tests: update monotone version requirementThu, 26 May 2011 11:11:34 +0200, by Sune Foldager
-
test-git-import: test patching existing copy targetsWed, 25 May 2011 10:06:17 +0200, by Patrick Mezard
-
httprepo: handle large lengths by bypassing the len() operatorTue, 24 May 2011 17:30:00 -0500, by Matt Mackall
-
workingctx.remove: don't stat files again after unlinkingTue, 24 May 2011 14:52:23 +0200, by Adrian Buehlmann
-
httprepo: send URL redirection notices to stderr (issue2828)Tue, 24 May 2011 17:16:31 -0500, by Matt Mackall
-
record: alias qrecord to qnew -i/--interactiveTue, 24 May 2011 19:17:22 +0300, by Idan Kamara
-
record: add qrefresh -i/--interactiveTue, 24 May 2011 19:17:19 +0300, by Idan Kamara
-
record: add an option to backup all wc modificationsTue, 24 May 2011 19:17:04 +0300, by Idan Kamara
-
record: check patch name is valid before prompting in qrecordTue, 24 May 2011 19:17:02 +0300, by Idan Kamara
-
mq: use checkpatchnameTue, 24 May 2011 19:16:51 +0300, by Idan Kamara
-
mq: wrap patch file name checks in a functionTue, 24 May 2011 19:16:51 +0300, by Idan Kamara
-
pure parsers: properly detect corrupt index filesTue, 24 May 2011 13:30:10 -0500, by Augie Fackler
-
workingctx: unlink paths while holding the wlockTue, 24 May 2011 14:08:20 +0200, by Adrian Buehlmann
-
wireproto: do not hash when heads == ['force']Tue, 24 May 2011 16:12:01 +0200, by Martin Geisler
-
patch: remove EOL support from linereader classTue, 24 May 2011 14:21:04 +0200, by Patrick Mezard
-
subrepo: handle local added subrepo case correctlyMon, 23 May 2011 22:49:10 -0500, by Matt Mackall
-
graphlog: remove unused arg from _wrapcmdMon, 23 May 2011 23:22:47 +0300, by Idan Kamara
-
extensions: raise when trying to find an extension that failed to loadMon, 23 May 2011 23:09:00 +0300, by Idan Kamara
-
remove: clarify help text about added files never being deleted from diskMon, 23 May 2011 15:56:31 +0200, by Adrian Buehlmann
-
pure: provide more correct implementation of posixfile for WindowsWed, 18 May 2011 09:12:27 +0200, by Adrian Buehlmann
-
bundlerepo: make getremotechanges support filtering of incomingMon, 23 May 2011 20:35:10 +0200, by Peter Arrenbrecht
-
tests: add tests for discovery/pull without cgsubsetMon, 23 May 2011 20:32:29 +0200, by Peter Arrenbrecht
-
tests: add tests for partial pulls with treediscoveryMon, 23 May 2011 20:31:39 +0200, by Peter Arrenbrecht
-
tests: support multiple caps in notcapableMon, 23 May 2011 20:31:04 +0200, by Peter Arrenbrecht
-
record: use cmdutil.command decoratorSun, 22 May 2011 16:10:03 +0300, by Idan Kamara
-
record: suggest the right command when running non interactivelySun, 22 May 2011 16:10:02 +0300, by Idan Kamara
-
applyupdates: audit merged filesSun, 22 May 2011 11:03:15 +0200, by Adrian Buehlmann
-
applyupdates: audit path on flag changesSat, 21 May 2011 23:21:12 +0200, by Adrian Buehlmann
-
opener: add audit functionSat, 21 May 2011 23:13:59 +0200, by Adrian Buehlmann
-
templatekw: use diffstatsum in diffstat keywordSat, 21 May 2011 15:09:15 -0500, by Matt Mackall
-
patch: use diffstatsum in diffstatSat, 21 May 2011 15:06:38 -0500, by Matt Mackall
-
patch: add diffstatsum helperSat, 21 May 2011 15:06:36 -0500, by Matt Mackall
-
diffstatdata: no longer a generatorSat, 21 May 2011 15:01:28 -0500, by Matt Mackall
-
add new option --all to manifest commandWed, 18 May 2011 21:31:40 +0200, by Adrian Buehlmann
-
applyupdates: audit unlinking of renamed files and directoriesSat, 21 May 2011 02:05:00 +0200, by Adrian Buehlmann
-
patchbomb: pass --git argument to diffstatFri, 20 May 2011 21:04:45 +0300, by Idan Kamara
-
mq: strip all leading slashes from url when importingFri, 20 May 2011 21:20:24 +0300, by Idan Kamara
-
mq: check patch name is valid before reading imported fileFri, 20 May 2011 21:19:33 +0300, by Idan Kamara
-
tests: update monotone output for v1.0 changesSat, 21 May 2011 15:01:28 -0500, by Matt Mackall
-
revlog: stop exporting node.shortSat, 21 May 2011 15:01:28 -0500, by Matt Mackall
-
patch: fast-path git case in selectfile()Thu, 19 May 2011 22:55:13 +0200, by Patrick Mezard
-
patch: unify backend file access interfaceThu, 19 May 2011 22:49:43 +0200, by Patrick Mezard
-
patch: merge backend setmode() into writelines()Thu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: stop modifying gitpatch objectsThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: stop handling hunkless git blocks out of streamThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: reindent codeThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: unify iterhunks() afile/bfile handlingThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: git metadata was ignored if strip > 1Thu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: construct and parse binary hunks at the same timeThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: refactor iterhunks() regular and binary files emissionThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: remove patch.patch() cwd argumentThu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
patch: merge _updatedir() into externalpatch()Thu, 19 May 2011 22:44:01 +0200, by Patrick Mezard
-
merge with stableThu, 19 May 2011 18:10:03 +0200, by Martin Geisler
-
changelog: convert user and desc from local encoding early stableThu, 19 May 2011 18:09:25 +0200, by Martin Geisler
-
merge crew with mainThu, 19 May 2011 16:57:14 +0200, by Martin Geisler
-
clone: make default path absolute for all local pathsWed, 18 May 2011 23:20:26 -0700, by Brendan Cully
-
httpclient: import revision fc731618702a of py-nonblocking-httpTue, 17 May 2011 10:28:03 -0500, by Augie Fackler
-
httpconnection: improved logging formattingMon, 16 May 2011 16:59:45 -0500, by Augie Fackler
-
bash_completion: enable alias auto-completeTue, 17 May 2011 00:46:52 +0200, by Yann E. MORIN
-
ui: enable alias exception when reading config in plain modeTue, 17 May 2011 00:17:52 +0200, by Yann E. MORIN
-
ui: test plain mode against exceptionsTue, 17 May 2011 00:08:51 +0200, by Yann E. MORIN
-
revlog: drop base() againWed, 18 May 2011 17:05:30 -0500, by Matt Mackall
-
patch: add a workingbackend dirstate layer on top of fsbackendWed, 18 May 2011 23:48:17 +0200, by Patrick Mezard
-
patch: handle binary copies as regular onesWed, 18 May 2011 23:48:13 +0200, by Patrick Mezard
-
patch: remove files while patching, not in updatedir()Wed, 18 May 2011 23:48:13 +0200, by Patrick Mezard
-
patch: set desired mode when patching, not in updatedir()Wed, 18 May 2011 23:48:13 +0200, by Patrick Mezard
-
patch: stop changing current directory before patchingWed, 18 May 2011 23:48:13 +0200, by Patrick Mezard
-
revlog: linearize created changegroups in generaldelta revlogsWed, 18 May 2011 23:26:26 +0200, by Sune Foldager
-
revlogdag: add linearize functionWed, 18 May 2011 23:11:34 +0200, by Sune Foldager
-
localrepo, sshrepo: use Boolean create argument in __init__Wed, 18 May 2011 19:30:17 +0200, by Martin Geisler
-
commands: replace 'x = f(); return x' with 'return f()'Wed, 18 May 2011 19:25:34 +0200, by Martin Geisler
-
merge with stableWed, 18 May 2011 19:22:55 +0200, by Martin Geisler
-
subrepo: respect non-default path for incoming/outgoing stableWed, 18 May 2011 15:13:26 +0200, by Martin Geisler
-
run-tests: print a newline after all warningsWed, 18 May 2011 15:45:57 +0200, by Thomas Arendsen Hein
-
annotate: fix alignment of columns in front of line numbers (issue2807)Wed, 18 May 2011 15:41:03 +0200, by Thomas Arendsen Hein
-
merge with stableWed, 18 May 2011 09:56:27 +0200, by Martin Geisler
-
revset: the name is optional for the tag predicate stableWed, 18 May 2011 09:31:19 +0200, by Martin Geisler
-
revset: note case-insensitive matches in keyword and user stableWed, 18 May 2011 09:20:52 +0200, by Martin Geisler
-
revset: expand help for contains predicate stableWed, 18 May 2011 09:15:18 +0200, by Martin Geisler
-
patch: remove unused variable to make pyflakes test happyWed, 18 May 2011 09:05:18 +0200, by Sune Foldager
-
patch: add lexists() to backends, use it in selectfile()Tue, 17 May 2011 23:46:38 +0200, by Patrick Mezard
-
patch: move copyfile() into backends, abstract basedirTue, 17 May 2011 23:46:38 +0200, by Patrick Mezard
-
patch: merge makerejlines() into write_rej()Tue, 17 May 2011 23:46:37 +0200, by Patrick Mezard
-
patch: extract fs access from patchfile into fsbackendTue, 17 May 2011 23:46:15 +0200, by Patrick Mezard
-
mq: fix qpush changes detection of renamed filesTue, 17 May 2011 23:27:58 +0200, by Patrick Mezard
-
httpconnection: correctly handle redirects from http to httpsMon, 16 May 2011 16:59:45 -0500, by Augie Fackler
-
win32.py: add argtypes and restypeSun, 15 May 2011 21:33:51 +0200, by Adrian Buehlmann
-
win32.py: more explicit definition of _STD_ERROR_HANDLESun, 15 May 2011 21:27:59 +0200, by Adrian Buehlmann
-
revset: add follow(filename) to follow a filename's history across copiesMon, 16 May 2011 17:02:35 -0500, by Matt Mackall
-
revset: introduce filelog() to emulate log's fast pathMon, 16 May 2011 17:02:35 -0500, by Matt Mackall
-
httpclient: import revision b8c3511a8cae from py-nonblocking-httpThu, 12 May 2011 10:48:31 -0500, by Augie Fackler
-
run-tests: replace chdir() with Popen cwd optionMon, 16 May 2011 21:56:26 +0200, by Patrick Mezard
-
run-tests: make --debug run in the temporary test directoryMon, 16 May 2011 21:54:43 +0200, by Patrick Mezard
-
run-tests: use the common test path on Windows and JavaMon, 16 May 2011 21:52:28 +0200, by Patrick Mezard
-
run-tests: ignore timeout when Popen.terminate is unavailableMon, 16 May 2011 21:41:46 +0200, by Patrick Mezard
-
run-tests: fix hg.bat python referenceMon, 16 May 2011 21:26:50 +0200, by Patrick Mezard
-
run-tests: fix python executable detection and copy on WindowsMon, 16 May 2011 21:24:14 +0200, by Patrick Mezard
-
changelog: don't use generaldeltaMon, 16 May 2011 13:06:48 +0200, by Sune Foldager
-
revlog: get rid of defversionMon, 16 May 2011 12:44:34 +0200, by Sune Foldager
-
bash_completion: Use "hg paths -q" instead of piping through sedMon, 16 May 2011 11:52:28 +0200, by Thomas Arendsen Hein
-
paths: Add support for -q/--quietMon, 16 May 2011 11:41:48 +0200, by Thomas Arendsen Hein
-
fix test broken in merge from stableMon, 16 May 2011 11:14:06 +0200, by Sune Foldager
-
merge with stableSun, 15 May 2011 13:15:41 -0500, by Matt Mackall
-
simplemerge: do not allow binary files to abort an entire merge stableFri, 13 May 2011 19:46:36 -0500, by Steve Borho
-
extdiff: grammar "allows to" -> "allows one to"Sun, 15 May 2011 18:00:22 +0100, by Javi Merino
-
debugrevlog: add --dump flag to dump graphable per-revision statisticsSun, 15 May 2011 11:50:16 -0500, by Matt Mackall
-
revlog: restore the base methodSun, 15 May 2011 11:50:15 -0500, by Matt Mackall
-
Hardcoding ARCHFLAGS breaks the build against fink's pythonSat, 14 May 2011 22:07:58 -0700, by Brendan Cully
-
debugindex etc.: add --changelog and --manifest optionsSat, 14 May 2011 00:30:32 +0200, by Sune Foldager
-
scmutil: drop aliases in cmdutil for match functionsFri, 13 May 2011 14:58:24 -0500, by Matt Mackall
-
scmutil: drop some aliases in cmdutilFri, 13 May 2011 14:48:48 -0500, by Matt Mackall
-
scmutil: fold in wdutilFri, 13 May 2011 14:07:16 -0500, by Matt Mackall
-
scmutil: move revsingle/pair/range from cmdutilFri, 13 May 2011 14:06:28 -0500, by Matt Mackall
-
help: consolidate topic hooks in help.pyFri, 13 May 2011 12:57:27 -0500, by Matt Mackall
-
extensions: move moduledoc to break import loop with helpFri, 13 May 2011 11:04:51 -0500, by Matt Mackall
-
extensions: drop maxlength from enabled and disabledFri, 13 May 2011 11:04:51 -0500, by Matt Mackall
-
Makefile: remove pure modules on cleanFri, 13 May 2011 11:26:29 +0200, by Martin Geisler
-
hgcia: Handle URL like in notify (issue2406)Wed, 11 May 2011 18:18:50 +0200, by Cédric Krier
-
util: make str(url) return file:/// for abs paths againThu, 12 May 2011 16:41:56 +0200, by Peter Arrenbrecht
-
subrepo: use a safer revision check for hg reposThu, 12 May 2011 18:35:04 -0500, by Matt Mackall
-
graphlog: use cmdutil.command decoratorThu, 12 May 2011 20:27:35 +0200, by Adrian Buehlmann
-
purge: use cmdutil.command decoratorThu, 12 May 2011 20:14:42 +0200, by Adrian Buehlmann
-
patchbomb: use cmdutil.command decoratorThu, 12 May 2011 18:27:05 +0200, by Adrian Buehlmann
-
transplant: use cmdutil.command decoratorThu, 12 May 2011 17:50:07 +0200, by Adrian Buehlmann
-
monoblue: improve readability of the filenolink templateThu, 12 May 2011 18:06:15 +0800, by Steven Brown
-
rebase: use cmdutil.command decoratorThu, 12 May 2011 17:09:56 +0200, by Adrian Buehlmann
-
debugrevlog: many improvementsThu, 12 May 2011 22:37:52 +0200, by Sune Foldager
-
add debugrevlog commandThu, 12 May 2011 18:22:49 +0200, by Sune Foldager
-
check-code: add /= to operator listThu, 12 May 2011 18:19:28 +0200, by Sune Foldager
-
order commands alphabeticallyThu, 12 May 2011 16:21:01 +0200, by Sune Foldager
-
revlog: improve delta generation heuristics for generaldeltaThu, 12 May 2011 15:24:33 +0200, by Sune Foldager
-
keyword: use cmdutil.command decoratorThu, 12 May 2011 14:31:07 +0200, by Martin Geisler
-
gpg: use cmdutil.command decoratorThu, 12 May 2011 14:31:01 +0200, by Martin Geisler
-
mq: use cmdutil.command decoratorThu, 12 May 2011 14:25:08 +0200, by Martin Geisler
-
commands: use a decorator to build table incrementallyThu, 12 May 2011 08:14:04 +0200, by Adrian Buehlmann
-
revlog: fix bug in chainbase cacheThu, 12 May 2011 13:47:17 +0200, by Sune Foldager
-
setup.py: workaround for missing bz2 module in IronPythonMon, 09 May 2011 15:16:56 -0400, by Zachary Gramana
-
httpconnection: fix debug logging option for httpclientWed, 11 May 2011 08:07:51 -0500, by Augie Fackler
-
httpclient: import f4c380237fd5 to fix keepalive not workingWed, 11 May 2011 08:00:48 -0500, by Augie Fackler
-
revlog: add docstring to _addrevisionWed, 11 May 2011 11:04:44 +0200, by Sune Foldager
-
cmdutil: make_file to makefileobjTue, 10 May 2011 16:08:47 -0500, by Matt Mackall
-
cmdutil: make_filename -> makefilenameTue, 10 May 2011 16:08:46 -0500, by Matt Mackall
-
cmdutil: bail_if_changed to bailifchangedTue, 10 May 2011 16:08:46 -0500, by Matt Mackall
-
store: change names to comply with project coding standardsSun, 08 May 2011 23:27:48 +0200, by Adrian Buehlmann
-
filelog: add file function to open other filelogsTue, 10 May 2011 17:38:58 +0200, by Sune Foldager
-
help: add -c/--command flag to only show command help (issue2799)Tue, 10 May 2011 14:42:53 +0200, by Martin Geisler
-
help: give hint about 'hg help -e' when appropriateTue, 10 May 2011 13:19:05 +0200, by Martin Geisler
-
help: add -e/--extension switch to display extension help textWed, 20 Jan 2010 20:24:20 +0200, by Henri Wiechers
-
debugbuilddag: read DAG from stdin if not given on cmdlineMon, 09 May 2011 18:11:08 +0200, by Martin Geisler
-
run-tests: remove check on --shell argumentMon, 09 May 2011 17:20:15 +0200, by Martin Geisler
-
subrepo: create subrepos using clone instead of pullMon, 09 May 2011 17:15:44 +0200, by Martin Geisler
-
progress: add speed formatMon, 09 May 2011 16:41:45 +0200, by Martin Geisler
-
debugbuilddag: output progress informationMon, 09 May 2011 14:40:49 +0200, by Martin Geisler
-
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'Mon, 09 May 2011 14:33:08 +0200, by Martin Geisler
-
hgrc.5: document positional arguments in aliasesMon, 09 May 2011 11:01:45 +0200, by Martin Geisler
-
merge with stableMon, 09 May 2011 10:52:08 +0200, by Martin Geisler
-
merge with crewSun, 08 May 2011 16:41:41 -0500, by Matt Mackall
-
rename util.is_exec to isexecSun, 08 May 2011 20:45:47 +0200, by Adrian Buehlmann
-
posix: delete unused expand_globSun, 08 May 2011 20:42:28 +0200, by Adrian Buehlmann
-
rename util.find_exe to findexeSun, 08 May 2011 20:35:46 +0200, by Adrian Buehlmann
-
revlog: support writing generaldelta revlogsSun, 08 May 2011 21:32:33 +0200, by Sune Foldager
-
cmdutil: fix errors reported by pyflakes testSun, 08 May 2011 21:24:30 +0200, by Sune Foldager
-
merge with stableSun, 08 May 2011 16:16:41 -0500, by Matt Mackall
-
check-code: complain about set.isdisjointSun, 08 May 2011 11:39:24 -0500, by Matt Mackall
-
add positional arguments to non-shell aliasesSun, 01 May 2011 12:29:32 +0200, by Alexander Solovyov
-
run-tests: take the basepath when constructing the test temp dirSat, 07 May 2011 21:01:15 +0300, by Idan Kamara
-
run-tests: compare absolute paths in _checkhglibSat, 07 May 2011 20:56:43 +0300, by Idan Kamara
-
util: rename _windows_reserved_filenames and _windows_reserved_charsSat, 07 May 2011 22:25:20 +0200, by Adrian Buehlmann
-
opener: rename _can_symlink to _cansymlinkSat, 07 May 2011 20:22:32 +0200, by Adrian Buehlmann
-
patch: make patch()/internalpatch() always update the dirstateSun, 08 May 2011 17:48:31 +0200, by Patrick Mezard
-
patch: move updatedir() from cmdutil into patchSun, 08 May 2011 17:48:30 +0200, by Patrick Mezard
-
record: unconditionally update the working dir after patchingSun, 08 May 2011 17:48:29 +0200, by Patrick Mezard
-
mq: explicitly updatedir() even if patch() failsSun, 08 May 2011 17:48:29 +0200, by Patrick Mezard
-
mq: allow to qpop/push with a dirty working copy (issue2780)Fri, 06 May 2011 19:55:46 +0300, by Idan Kamara
-
patch: introduce changedfilesFri, 06 May 2011 19:03:41 +0300, by Idan Kamara
-
debugindex: change output for generaldelta revlogsSat, 07 May 2011 23:14:36 +0200, by Sune Foldager
-
revlog: support reading generaldelta revlogsSat, 07 May 2011 22:40:17 +0200, by Sune Foldager
-
revlog: calculate base revisions iterativelySat, 07 May 2011 22:40:14 +0200, by Sune Foldager
-
revlog: remove the last bits of punched/shallowSat, 07 May 2011 22:37:40 +0200, by Sune Foldager
-
util: make readfile() operate in binary modeSat, 07 May 2011 21:12:35 +0200, by Patrick Mezard
-
cmdutil: normalize log message eols when reading from fileSat, 07 May 2011 21:12:33 +0200, by Patrick Mezard
-
match: make 'listfile:' split on LF and CRLFSat, 07 May 2011 21:12:30 +0200, by Patrick Mezard
-
progress: remove useless statement left by bab267e7fc1aSat, 07 May 2011 17:25:12 +0200, by Patrick Mezard
-
debugbuilddag: simplify tags serialization a bitSat, 07 May 2011 17:25:02 +0200, by Patrick Mezard
-
httprepo: send 100-continue on POSTs if using http2Mon, 02 May 2011 12:10:50 -0500, by Augie Fackler
-
url: use new http support if requested by the userFri, 06 May 2011 10:22:08 -0500, by Augie Fackler
-
Import new http library as mercurial.httpclient.Fri, 06 May 2011 09:57:55 -0500, by Augie Fackler
-
commands, i18n: add translation hint for split messageFri, 06 May 2011 15:48:04 -0300, by Wagner Bruna
-
mq: don't hide the patch moduleFri, 06 May 2011 19:03:45 +0300, by Idan Kamara
-
patch: remove unused ui arg to iterhunksFri, 06 May 2011 18:45:12 +0300, by Idan Kamara
-
mq: loosen except clause when reading patch headersFri, 06 May 2011 18:45:12 +0300, by Idan Kamara
-
merge with abuehlFri, 06 May 2011 13:04:24 -0500, by Matt Mackall
-
rename util.set_signal_handler to setsignalhandlerFri, 06 May 2011 15:41:04 +0200, by Adrian Buehlmann
-
rename util.executable_path to executablepathFri, 06 May 2011 15:36:05 +0200, by Adrian Buehlmann
-
rename util.os_link to oslinkFri, 06 May 2011 15:34:34 +0200, by Adrian Buehlmann
-
rename explain_exit to explainexitFri, 06 May 2011 15:31:09 +0200, by Adrian Buehlmann
-
rename util.set_binary to setbinaryFri, 06 May 2011 15:25:35 +0200, by Adrian Buehlmann
-
rename util.set_flags to setflagsFri, 06 May 2011 15:22:31 +0200, by Adrian Buehlmann
-
rename util.parse_patch_output to parsepatchoutputFri, 06 May 2011 15:19:48 +0200, by Adrian Buehlmann
-
rename util.lookup_reg to lookupregFri, 06 May 2011 15:16:22 +0200, by Adrian Buehlmann
-
rename util.set_hgexecutable to _sethgexecutableFri, 06 May 2011 15:13:46 +0200, by Adrian Buehlmann
-
rename util.main_is_frozen to mainfrozenFri, 06 May 2011 15:10:29 +0200, by Adrian Buehlmann
-
scmutil: rename local function _add_dir_if_not_thereFri, 06 May 2011 15:02:53 +0200, by Adrian Buehlmann
-
rename scmutil.user_rcpath to userrcpathFri, 06 May 2011 14:58:04 +0200, by Adrian Buehlmann
-
rename scmutil.system_rcpath to systemrcpathFri, 06 May 2011 14:54:05 +0200, by Adrian Buehlmann
-
rename scmutil.os_rcpath to osrcpathFri, 06 May 2011 14:52:25 +0200, by Adrian Buehlmann
-
merge with stableFri, 06 May 2011 11:51:18 -0500, by Matt Mackall
-
merge with crewFri, 06 May 2011 11:50:58 -0500, by Matt Mackall
-
merge with stableFri, 06 May 2011 14:29:53 +0200, by Martin Geisler
-
rename path_auditor to pathauditorFri, 06 May 2011 09:54:06 +0200, by Adrian Buehlmann
-
revlog: use real Booleans instead of 0/1 in nodesbetweenFri, 06 May 2011 12:09:20 +0200, by Martin Geisler
-
patch: fix clash between local variable and exception instanceFri, 06 May 2011 11:31:40 +0200, by Martin Geisler
-
patchfile: use real Booleans instead of 0/1Fri, 06 May 2011 11:12:55 +0200, by Martin Geisler
-
annotate: use real Booleans instead of 0/1Fri, 06 May 2011 11:11:55 +0200, by Martin Geisler
-
hbisect: use real Booleans instead of 0/1Fri, 06 May 2011 10:02:46 +0200, by Martin Geisler
-
summary: run discovery only once for in/out against same repoFri, 06 May 2011 14:45:13 +0200, by Peter Arrenbrecht
-
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooksFri, 06 May 2011 14:44:18 +0200, by Peter Arrenbrecht
-
transplant: remove unneeded loop over repo in revsetFri, 06 May 2011 16:00:48 +0300, by Idan Kamara
-
mq: add a 'mq()' revset predicate that returns applied mq csetsFri, 06 May 2011 16:07:35 +0300, by Idan Kamara
-
pyflakes: ignore files marked no-check-codeFri, 06 May 2011 10:17:07 -0500, by Augie Fackler
-
revlog: compute correct deltaparent in the deltaparent functionThu, 05 May 2011 18:05:24 +0200, by Sune Foldager
-
changelog: fixes leaked file handleThu, 05 May 2011 11:33:02 -0400, by Zachary Gramana
-
setdiscovery: limit lines to 80 charactersThu, 05 May 2011 23:21:37 +0800, by Steven Brown
-
subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795) stableThu, 05 May 2011 16:01:09 +0200, by Thomas Arendsen Hein
-
sslutil: extracted ssl methods from httpsconnection in url.pyWed, 04 May 2011 22:08:55 -0500, by Augie Fackler
-
check-code: fix checking for sh style in .t testsFri, 06 May 2011 00:34:10 +0200, by Mads Kiilerich
-
run-tests: add --shell command line flagThu, 05 May 2011 20:04:49 +0200, by Martin Geisler
-
run-tests: use type of default to convert environment variableThu, 05 May 2011 20:03:43 +0200, by Martin Geisler
-
test-treediscovery: fix escaping for both dash and bashThu, 05 May 2011 19:29:02 +0200, by Martin Geisler
-
treediscovery: fix regression when run against older repos (issue2793)Thu, 05 May 2011 12:53:33 +0200, by Peter Arrenbrecht
-
commands: use util.Abort's hint some moreThu, 05 May 2011 14:57:21 +0200, by Martin Geisler
-
commands: use double-quotes for strings with single-quotesThu, 05 May 2011 12:16:43 +0200, by Martin Geisler
-
revlog: remove support for punched/shallowThu, 05 May 2011 12:46:02 +0200, by Sune Foldager
-
revlog: remove support for parentdeltaThu, 05 May 2011 12:55:12 +0200, by Sune Foldager
-
store: break up reference cycle introduced in 9cbff8a39a2aWed, 04 May 2011 12:58:59 +0200, by Adrian Buehlmann
-
test-https.t: clean up superfluous trailing whitespaceWed, 04 May 2011 10:32:08 -0500, by Augie Fackler
-
run-tests.py: correctly handle list options with parallel tasksWed, 04 May 2011 10:39:10 -0500, by Augie Fackler
-
mq: don't suggest to refresh when qpushing with no applied patchesWed, 04 May 2011 23:12:23 +0300, by Idan Kamara
-
bundlerepo: fix closing and docstring of getremotechangesWed, 04 May 2011 20:14:30 +0200, by Peter Arrenbrecht
-
bookmarks: allow deactivating current bookmark with -iWed, 04 May 2011 10:43:47 -0500, by Kevin Bullock
-
bookmarks: allow to create/move bookmark without making it current (issue2788)Sat, 11 Dec 2010 18:08:55 +0100, by Kevin Bullock
-
tests: test subrepos with ssh urlsThu, 05 May 2011 01:57:13 +0200, by Mads Kiilerich
-
tests: share dummysshThu, 05 May 2011 01:47:46 +0200, by Mads Kiilerich
-
tests: fix test-ssh.t after 6bd9778ae749Thu, 05 May 2011 01:47:46 +0200, by Mads Kiilerich
-
fix errors reported by pyflakes testWed, 04 May 2011 19:27:55 +0200, by Sune Foldager
-
merge with crewWed, 04 May 2011 08:21:50 -0500, by Matt Mackall
-
tests: fix deprecated use of hg debugdata/debugindexWed, 04 May 2011 13:37:41 +0200, by Sune Foldager
-
merge with stableTue, 03 May 2011 22:04:23 -0500, by Matt Mackall
-
merge with crewTue, 03 May 2011 22:04:11 -0500, by Matt Mackall
-
hgext: fixup a couple missed file().read() instancesTue, 03 May 2011 21:53:13 -0500, by Matt Mackall
-
test-casecollision.t: add test for case changing renameTue, 03 May 2011 22:11:56 +0200, by Adrian Buehlmann
-
convert: fix error in git solaris codeSun, 01 May 2011 18:57:11 +0200, by timeless
-
test: add pyflakes checking for unable to detect undefined namesSun, 01 May 2011 17:36:16 +0200, by timeless
-
tests: add pyflakes checking for assigned to but never usedSun, 01 May 2011 17:27:41 +0200, by timeless
-
remove unused variablesSun, 01 May 2011 17:20:40 +0200, by timeless
-
test-pyflake: improve sorting algorithmSun, 01 May 2011 18:56:27 +0200, by timeless
-
add make check: tests ruleMon, 02 May 2011 09:50:21 +0200, by Johan Euphrosine
-
ui: add configint function and testsTue, 03 May 2011 22:28:08 +0200, by Sune Foldager
-
mq: strip extra whitespace from node ids in header (issue2790) stableTue, 03 May 2011 11:46:02 -0500, by Kevin Bullock
-
check-code: disallow calling opener(...).read() and opener(..).write()Mon, 02 May 2011 10:11:24 +0200, by Dan Villiom Podlaski Christiansen
-
prevent transient leaks of file handle by using new helper functionsMon, 02 May 2011 10:11:18 +0200, by Dan Villiom Podlaski Christiansen
-
util & scmutil: adapt read/write helpers as request by mpmMon, 02 May 2011 10:11:05 +0200, by Dan Villiom Podlaski Christiansen
-
store: use a subclass, not a function for fncacheopenerMon, 02 May 2011 09:11:35 +0200, by Dan Villiom Podlaski Christiansen
-
util.termwidth: never return 0 for terminal widthMon, 18 Apr 2011 02:42:52 +0200, by jfh
-
discovery: add new set-based discoveryMon, 02 May 2011 19:21:30 +0200, by Peter Arrenbrecht
-
debugbuilddag: use memctx for speedMon, 02 May 2011 19:21:30 +0200, by Peter Arrenbrecht
-
localrepo: reuse parent manifest in commitctx if no files have changedMon, 02 May 2011 19:20:29 +0200, by Peter Arrenbrecht
-
bundlerepo: fix and improve getremotechangesMon, 02 May 2011 12:36:23 +0200, by Peter Arrenbrecht
-
hgrc.5: mention new 'case collision' handling for ui.portablefilenamesMon, 02 May 2011 00:04:49 +0200, by Adrian Buehlmann
-
win32: remove obsolete bookmarks and parentrevspec extensions from mercurial.iniSun, 01 May 2011 20:29:44 +0200, by Pascal Quantin
-
bundlerepo: drop structSun, 01 May 2011 13:08:29 -0500, by Matt Mackall
-
bisect: fix indent levelMon, 02 May 2011 01:29:51 +0900, by Yuya Nishihara
-
share: create 'hgrc' using an opener, like cloneSun, 01 May 2011 18:43:20 +0200, by Dan Villiom Podlaski Christiansen
-
backout 3a3584967a93 - the "unreachable code" was apparently not unreachableSun, 01 May 2011 19:51:28 +0200, by Mads Kiilerich
-
merge with mpmSun, 01 May 2011 19:44:28 +0200, by Sune Foldager
-
revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)Sun, 01 May 2011 17:35:05 +0200, by Mads Kiilerich
-
convert: handle invalid subversion source pathsSun, 01 May 2011 17:35:05 +0200, by Mads Kiilerich
-
convert: also catch missing revlogs when introduced in repo rootsSun, 01 May 2011 17:34:16 +0200, by Mads Kiilerich
-
status: remove unreachable code for status between revisionsThu, 24 Feb 2011 14:06:08 +0100, by Mads Kiilerich
-
httprepo: proper handling of invalid responses without content-type (issue2019)Mon, 07 Mar 2011 14:47:30 +0100, by Mads Kiilerich
-
httprepo: use the original exception after falling back to static-http failedMon, 07 Mar 2011 22:50:55 +0100, by Mads Kiilerich
-
test: test that backslash is preserved by the url classSun, 01 May 2011 15:49:13 +0200, by Mads Kiilerich
-
tests: use raw string for url tests of '\' handlingSun, 01 May 2011 15:49:13 +0200, by Mads Kiilerich
-
color: fix using multiple effectsSun, 01 May 2011 16:54:48 +0200, by Dan Villiom Podlaski Christiansen
-
unbundler: separate delta and header parsingSat, 30 Apr 2011 19:01:24 +0200, by Benoit Boissinot
-
changegroup: new bundler APISat, 30 Apr 2011 11:03:28 +0200, by Benoit Boissinot
-
bundlerepo: port to new bundle APISat, 30 Apr 2011 10:41:06 +0200, by Benoit Boissinot
-
bundler: make parsechunk return the base revision of the deltaSat, 30 Apr 2011 10:00:41 +0200, by Benoit Boissinot
-
tests: add pyflakes checking for unused importsSun, 01 May 2011 15:22:30 +0200, by timeless
-
remove unused importsSun, 01 May 2011 15:21:57 +0200, by timeless
-
scmutil: introduce casecollisionauditorSat, 30 Apr 2011 23:27:00 +0200, by Adrian Buehlmann
-
check-code: check for repo in revlog and ui in utilSun, 01 May 2011 16:11:42 +0200, by timeless
-
check-code: allow for checking multiple pattern sets per fileSun, 01 May 2011 16:10:51 +0200, by timeless
-
check-code: adding debug flagSun, 01 May 2011 15:55:00 +0200, by timeless
-
run-tests: add flag to provide extra hgrc options for test runsSun, 01 May 2011 08:00:25 -0500, by Augie Fackler
-
graphlog: always sort revisions topologicallySun, 01 May 2011 15:51:52 +0200, by Patrick Mezard
-
graphlog: take the union of --rev specs instead of the intersectionSun, 01 May 2011 15:51:48 +0200, by Patrick Mezard
-
graphmod: correctly emit nodes with more than 2 predecessorsSun, 01 May 2011 15:51:46 +0200, by Patrick Mezard
-
graphlog: display nodes with more than 2 predecessorsSun, 01 May 2011 15:51:20 +0200, by Patrick Mezard
-
context: provide an efficient iterator for workingctxSun, 01 May 2011 08:29:50 -0500, by Matt Mackall
-
merge with stableSun, 01 May 2011 06:06:59 -0500, by Matt Mackall
-
merge with nicdumzSun, 01 May 2011 06:04:08 -0500, by Matt Mackall
-
tests: export patches only once in test-impexp-branchSun, 01 May 2011 10:51:10 +0200, by Nicolas Dumazet
-
tests: do not export several times the same patch/diff in test-importSat, 30 Apr 2011 18:31:28 +0200, by Nicolas Dumazet
-
tests: move rebase-keep-branch into rebase-named-branchesSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move testcase from rebase-named-branches to rebase-parametersSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: change test-rebase-parameters to use bundle/rebase.hgSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: change test-rebase-detach to use bundle/rebase.hgSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: simplify test-rebase-named-branchesSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: upgrade bundles/rebase.hg to support test-rebase-collapseSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: introduce a rebase bundle to use with rebase testsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: create a bundle to bootstrap tests using a remote repositorySat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move test bundles in a bundles/ subdirectorySat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move test-issue436 in test-dispatch where fancyopts is testedSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove test-issue433 as it's covered by test-parentsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove executable bits from unified testsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove test-issue322 as it's fully included in test-issue660Sat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
zeroconf: notify the Zeroconf threads when hg exits stableSat, 30 Apr 2011 19:36:59 +0200, by Nicolas Dumazet
-
color: use ui.formatted() to test TTYness, not sys.stdout.isatty()Sun, 01 May 2011 12:14:22 +0200, by Brodie Rao
-
pushkey: add hooks for pushkey/listkeysSun, 01 May 2011 11:12:36 +0200, by Brodie Rao
-
test-patchbomb.t: clean up progress testsSat, 30 Apr 2011 12:02:09 -0500, by Augie Fackler
-
util: really drop size from readfileSun, 01 May 2011 04:56:24 -0500, by Matt Mackall
-
util: add readfile() & writefile() helper functionsSun, 01 May 2011 11:46:49 +0200, by Dan Villiom Podlaski Christiansen
-
revset aliasesSat, 30 Apr 2011 18:30:14 +0200, by Alexander Solovyov
-
opener: add read & write utility methodsSat, 30 Apr 2011 19:41:53 +0200, by Dan Villiom Podlaski Christiansen
-
dispatch: handle IndexErrorsSun, 01 May 2011 11:01:57 +0200, by Dan Villiom Podlaski Christiansen
-
color: verify stdout is a tty before using cursesSat, 30 Apr 2011 11:18:43 -0500, by Augie Fackler
-
http: minor tweaks to long arg handlingSun, 01 May 2011 03:51:04 -0500, by Matt Mackall
-
httprepo: long arguments support (issue2126)Sun, 01 May 2011 01:04:37 +0800, by Steven Brown
-
store: rename the 'opener' argument to 'openertype'Sat, 30 Apr 2011 19:36:48 +0200, by Dan Villiom Podlaski Christiansen
-
statichttprepo: make the opener a subclass of abstractopenerSat, 30 Apr 2011 19:41:25 +0200, by Dan Villiom Podlaski Christiansen
-
add filteropener abstraction for store openersSat, 30 Apr 2011 19:37:13 +0200, by Dan Villiom Podlaski Christiansen
-
opener: introduce an abstact superclass of itSat, 30 Apr 2011 19:36:48 +0200, by Dan Villiom Podlaski Christiansen
-
graphlog: use a set for inclusion testSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphmod: restore generator nature of dagwalkerSat, 30 Apr 2011 15:10:58 +0300, by Idan Kamara
-
graphlog: log -G --follow file does not work, forbid itSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: unify log -G revset translationSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G --pruneSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: escape log -G single value option argumentsSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G --removedSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G option types when translating to revsetSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
revset: add tests for multiple and mixed ^ and ~ operatorsSat, 30 Apr 2011 18:53:56 +0200, by Kevin Gessner
-
extensions: obsolete and remove parentrevspec extensionSat, 30 Apr 2011 18:27:39 +0200, by Kevin Gessner
-
wix: a new mercurial.js has replaced graph.jsSat, 30 Apr 2011 11:53:57 -0500, by Steve Borho
-
util.url: copy urllib.unquote() into util to improve startup timesSat, 30 Apr 2011 09:43:23 -0700, by Brodie Rao
-
url: move URL parsing functions into util to improve startup timeSat, 30 Apr 2011 09:43:20 -0700, by Brodie Rao
-
revlog: introduce _chunkbase to allow filelog to overrideSat, 30 Apr 2011 16:33:47 +0200, by Sune Foldager
-
filelog: extract metadata parsing and packingSat, 30 Apr 2011 16:32:50 +0200, by Sune Foldager
-
discovery: drop findoutgoing and simplify findcommonincoming's apiSat, 30 Apr 2011 17:21:37 +0200, by Peter Arrenbrecht
-
revset: add missing whitespaceSat, 30 Apr 2011 18:25:45 +0200, by Kevin Gessner
-
url: remove unused/obsolete functionsSat, 30 Apr 2011 07:00:13 -0700, by Brodie Rao
-
revset: add ^ and ~ operators from parentrevspec extensionSat, 30 Apr 2011 17:43:04 +0200, by Kevin Gessner
-
encoding: add an encoding-aware lower functionSat, 30 Apr 2011 10:57:13 -0500, by Matt Mackall
-
add: notify when adding a file that would cause a case-folding collisionSat, 30 Apr 2011 12:39:46 +0200, by Kevin Gessner
-
scmutil: refactor ui.portablefilenames processingSat, 30 Apr 2011 11:08:24 +0200, by Kevin Gessner
-
pure bdiff: don't use a generatorSat, 30 Apr 2011 15:05:36 +0200, by Dan Villiom Podlaski Christiansen
-
pure mpatch: avoid using list.insert(0, ...)Sat, 30 Apr 2011 15:05:34 +0200, by Dan Villiom Podlaski Christiansen
-
remove unused imports and variablesSat, 30 Apr 2011 13:59:14 +0200, by Alexander Solovyov
-
Zeroconf: catch both ValueError and KeyError in get()Sat, 30 Apr 2011 07:30:38 -0500, by Augie Fackler
-
run-tests: print a new line before writing the diffSat, 30 Apr 2011 15:20:27 +0300, by Idan Kamara
-
revsets: add a last functionSat, 30 Apr 2011 10:56:43 -0500, by Matt Mackall
-
bundle: more comments about the different header types, remove useless ifSat, 30 Apr 2011 14:22:03 +0200, by Benoit Boissinot
-
merge with mpmSat, 30 Apr 2011 15:30:51 +0200, by Martin Geisler
-
hgweb: initialize permhooks at definition timeSat, 30 Apr 2011 13:47:22 +0200, by Martin Geisler
-
revset: fix undefined name ParseErrorSat, 30 Apr 2011 06:58:22 -0700, by Brodie Rao
-
branchcache: improve speed relative to the amount of headsSat, 30 Apr 2011 12:56:28 +0200, by Dan Villiom Podlaski Christiansen
-
drop {short,hex}(ctx.node()) calls in favor of ctx methodsSat, 30 Apr 2011 12:55:07 +0200, by Alexander Solovyov
-
mq: be more explicit on invalid patch name messageFri, 29 Apr 2011 22:21:13 +0300, by Idan Kamara
-
fix broken testsSat, 30 Apr 2011 11:16:52 +0200, by Benoit Boissinot
-
merge with stableSat, 30 Apr 2011 03:44:31 -0500, by Matt Mackall
-
mq: add '.' and '..' to list of forbidden patch names stableFri, 29 Apr 2011 22:21:13 +0300, by Idan Kamara
-
subrepo: handle svn tracked/unknown directory collisions stableFri, 04 Mar 2011 14:00:49 +0100, by Patrick Mezard
-
subrepo: backout bcc6ed0f6c3bSat, 30 Apr 2011 03:00:38 -0500, by Matt Mackall
-
wireproto: add test for new optional arg missing on serverFri, 29 Apr 2011 14:54:01 +0200, by Peter Arrenbrecht
-
merge with stableSat, 30 Apr 2011 02:42:05 -0500, by Matt Mackall
-
web: Made elapsed time calculation dynamic (javascript).Thu, 28 Apr 2011 17:02:39 +0200, by Benoit Allard
-
extdiff: add repository root as a variableWed, 27 Apr 2011 21:55:46 -0400, by Steven Stallion
-
help: move hgignore man page into built-in help (issue2769)Sun, 17 Apr 2011 23:08:35 +0800, by Yun Lee
-
graphlog: make use of graphmod's revset supportSat, 23 Apr 2011 15:04:15 +0200, by Alexander Solovyov
-
graphmod: use revsets internallySun, 13 Mar 2011 15:53:38 +0100, by Alexander Solovyov
-
svn subrepo: attempt work around obstructed checkouts (issue2752)Fri, 29 Apr 2011 03:34:18 -0500, by Augie Fackler
-
churn: strip key earlier to avoid false negative seach in aliasesFri, 29 Apr 2011 16:34:52 +0200, by Alexander Solovyov
-
bookmarks: further restrict IOError on writeFri, 29 Apr 2011 18:43:36 +0300, by Idan Kamara
-
tags: loosen IOError filtering when reading localtagsFri, 29 Apr 2011 18:44:56 +0300, by Idan Kamara
-
run-tests: don't count test as succeeded if it failedFri, 29 Apr 2011 20:29:22 +0300, by Idan Kamara
-
changegroup: do not count closed new heads (issue2697)Sun, 24 Apr 2011 20:11:05 +0200, by Adrian Buehlmann
-
merge with crewFri, 29 Apr 2011 20:02:46 +0200, by Benoit Boissinot
-
shrink-revlog: defend against null first parentsFri, 29 Apr 2011 09:28:45 -0500, by Augie Fackler
-
test-contrib: add a test for shrink-revlogFri, 29 Apr 2011 12:46:56 -0500, by Augie Fackler
-
test-simplemerge-cmd.t: move all tests into test-contrib.tFri, 29 Apr 2011 08:46:21 -0500, by Augie Fackler
-
Move test-dumprevlog to test-contrib in anticipation of more contrib testsFri, 29 Apr 2011 08:43:05 -0500, by Augie Fackler
-
shrink-revlog: use a bundler object (see d69c9510d648)Fri, 29 Apr 2011 08:04:54 -0500, by Augie Fackler
-
shrink-revlog: update util.opener to scmutil.opener after d13913355390Fri, 29 Apr 2011 08:01:10 -0500, by Augie Fackler
-
shrink-revlog: remove \ from docstringFri, 29 Apr 2011 07:38:12 -0500, by Augie Fackler
-
bookmarks: be more restrictive in our Exception catchingSun, 13 Mar 2011 15:02:49 +0100, by Benoit Boissinot
-
strip: make it clear that --force discards changes (issue310)Fri, 29 Apr 2011 14:56:23 +0200, by Patrick Mezard
-
subrepo: tell Subversion when we are non-interactive (issue2759) stableFri, 29 Apr 2011 03:05:48 -0500, by Augie Fackler
-
merge with stableFri, 29 Apr 2011 11:10:11 +0200, by Thomas Arendsen Hein
-
tests: check for (*/sec) instead of (*B/sec) to match (X bytes/sec) stableFri, 29 Apr 2011 11:04:39 +0200, by Thomas Arendsen Hein
-
test-repair-strip: turn into new style testFri, 29 Apr 2011 09:43:21 +0200, by Patrick Mezard
-
extdiff: fix broken symlinks handling (issue1909) stableFri, 29 Apr 2011 08:04:46 +0200, by Patrick Mezard
-
tags: catch more corruption during cache parsing (issue2779)Tue, 26 Apr 2011 10:51:19 -0500, by Matt Mackall
-
run-tests: do chdir for tests under a lock for thread safetyMon, 25 Apr 2011 17:01:34 -0500, by Matt Mackall
-
run-tests: add iolock to vlogMon, 25 Apr 2011 16:17:08 -0500, by Matt Mackall
-
patch: remove redundant variable in iterhunks()Tue, 26 Apr 2011 21:22:14 +0200, by Patrick Mezard
-
merge with stableTue, 26 Apr 2011 13:13:35 +0200, by Martin Geisler
-
merge default headsTue, 26 Apr 2011 12:56:56 +0200, by Martin Geisler
-
merge with stableMon, 25 Apr 2011 21:20:44 +0200, by Patrick Mezard
-
test-transplant: fix missing file addition stableMon, 25 Apr 2011 21:11:28 +0200, by Patrick Mezard
-
tests: add script to disable a selected wire protocol capabilityMon, 25 Apr 2011 18:00:30 +0800, by Steven Brown
-
mq: prevent traceback when qfinish patches not in series.Mon, 25 Apr 2011 14:03:12 +0200, by Pierre-Yves David
-
check-code: separate warnings to avoid repetitive str.startswithMon, 25 Apr 2011 13:03:26 +0300, by Idan Kamara
-
atomictempfile: rewrite docstring to clarify rename() vs. close().Sun, 24 Apr 2011 17:30:50 -0400, by Greg Ward
-
atomictempfile: avoid infinite recursion in __del__().Sun, 24 Apr 2011 19:25:10 -0400, by Greg Ward
-
run-tests: display diff before prompting with --interactiveMon, 25 Apr 2011 18:42:31 +0200, by Patrick Mezard
-
check-code: warn about naked except clausesSat, 23 Apr 2011 00:52:21 +0300, by Idan Kamara
-
eliminate various naked except clausesSat, 23 Apr 2011 00:51:25 +0300, by Idan Kamara
-
run-tests: fix some missing i/o locksSun, 24 Apr 2011 17:52:46 -0500, by Matt Mackall
-
run-tests: add a lock for console I/OSun, 24 Apr 2011 16:46:37 -0500, by Matt Mackall
-
run-tests: switch timeout handling from alarm to helper threadSun, 24 Apr 2011 16:42:15 -0500, by Matt Mackall
-
run-tests: add locking on results structSun, 24 Apr 2011 16:42:11 -0500, by Matt Mackall
-
run-tests: fix --interactive (after 994ad067ac6e)Sun, 24 Apr 2011 23:33:48 +0200, by Patrick Mezard
-
color: code simplificationSun, 24 Apr 2011 23:06:19 +0200, by Patrick Mezard
-
test-status-color: fix terminfo code compatibility problemSun, 24 Apr 2011 23:06:18 +0200, by Patrick Mezard
-
hg-ssh: fix duplicate word in docstringFri, 22 Apr 2011 16:43:06 +0200, by Andreas Freimuth
-
run-tests: move test loop into a helper functionFri, 22 Apr 2011 14:04:34 -0500, by Matt Mackall
-
run-tests: use a results dictFri, 22 Apr 2011 12:24:22 -0500, by Matt Mackall
-
run-tests: move blacklist and retest filtering to runoneFri, 22 Apr 2011 11:36:40 -0500, by Matt Mackall
-
run-tests: keep a list of passed testsFri, 22 Apr 2011 11:32:05 -0500, by Matt Mackall
-
run-tests: move keyword checking into runoneFri, 22 Apr 2011 11:24:27 -0500, by Matt Mackall
-
run-tests: add ignores listFri, 22 Apr 2011 11:22:02 -0500, by Matt Mackall
-
run-tests: move existence/name format check into runoneThu, 21 Apr 2011 18:38:30 -0500, by Matt Mackall
-
run-tests: move interactive handling into runoneThu, 21 Apr 2011 18:19:45 -0500, by Matt Mackall
-
color: add support for terminfo-based attributes and colorThu, 21 Apr 2011 13:47:45 -0700, by Danek Duvall
-
move system_rcpath and user_rcpath to scmutilThu, 21 Apr 2011 21:16:54 +0200, by Adrian Buehlmann
-
move os_rcpath from util to scmutilThu, 21 Apr 2011 20:54:45 +0200, by Adrian Buehlmann
-
move rcpath from util to scmutilThu, 21 Apr 2011 20:14:29 +0200, by Adrian Buehlmann
-
merge with stableThu, 21 Apr 2011 15:11:28 -0500, by Matt Mackall