Mercurial > hg
graph
-
webutil: move from dict() construction to {} literalsWed, 12 Mar 2014 13:20:04 -0400, by Augie Fackler
-
run-tests: move from dict() construction to {} literalsWed, 12 Mar 2014 13:19:43 -0400, by Augie Fackler
-
util: move from dict() construction to {} literalsWed, 12 Mar 2014 13:19:20 -0400, by Augie Fackler
-
webcommands: move from dict() construction to {} literalsWed, 12 Mar 2014 13:29:07 -0400, by Augie Fackler
-
hgwebdir_mod: move from dict() construction to {} literalsWed, 12 Mar 2014 13:15:37 -0400, by Augie Fackler
-
filemerge: move from dict() construction to {} literalsWed, 12 Mar 2014 13:15:09 -0400, by Augie Fackler
-
changegroup: move from dict() construction to {} literalsWed, 12 Mar 2014 13:14:31 -0400, by Augie Fackler
-
extdiff: move from dict() construction to {} literalsWed, 12 Mar 2014 13:13:42 -0400, by Augie Fackler
-
bugzilla: move from dict() construction to {} literalsWed, 12 Mar 2014 13:13:10 -0400, by Augie Fackler
-
synthrepo: move from dict() construction to {} literalsWed, 12 Mar 2014 13:12:26 -0400, by Augie Fackler
-
wireproto: remove todict() and use {} literals insteadWed, 12 Mar 2014 13:00:51 -0400, by Augie Fackler
-
merge with stableTue, 11 Mar 2014 16:19:08 -0500, by Matt Mackall
-
templater: deprecate --style now that -T existsMon, 10 Mar 2014 15:00:41 -0500, by Matt Mackall
-
templating: make -T much more flexibleSat, 08 Mar 2014 17:38:50 -0600, by Matt Mackall
-
changeset_templater: remove use_template methodSat, 08 Mar 2014 16:14:08 -0600, by Matt Mackall
-
cmdutil: make helper function to process template argsSat, 08 Mar 2014 16:01:58 -0600, by Matt Mackall
-
commands: add -T alternative to --templateSat, 08 Mar 2014 15:27:25 -0600, by Matt Mackall
-
config: clarify and exemplify the user name in the sample config fileFri, 07 Mar 2014 14:29:26 -0500, by Jordi GutiƩrrez Hermoso
-
templater: make strings in template expressions be "string-escape"-ed correctly stableMon, 10 Mar 2014 01:01:43 +0900, by FUJIWARA Katsunori
-
templater: apply "stringify()" on sub expression to get string correctly stableMon, 10 Mar 2014 01:01:43 +0900, by FUJIWARA Katsunori
-
templater: avoid recursive evaluation of string literals completely stableMon, 10 Mar 2014 01:01:42 +0900, by FUJIWARA Katsunori
-
status: improve explanation of ' ' statusThu, 06 Mar 2014 17:26:49 -0600, by Matt Mackall
-
revset: changed methods in spanset to return ordered setsTue, 18 Feb 2014 13:07:08 -0800, by Lucas Moscovicz
-
revset: added sort method to orderedlazysetTue, 25 Feb 2014 10:36:23 -0800, by Lucas Moscovicz
-
revset: added order methods to lazyset classesFri, 07 Feb 2014 08:44:18 -0800, by Lucas Moscovicz
-
setdiscovery: document algorithms usedThu, 06 Mar 2014 12:37:28 +0100, by Olle Lundberg
-
doc: gendoc.py creates valid output for option descriptions with newlinesThu, 20 Feb 2014 09:17:22 +0100, by Simon Heimberg
-
minirst: create valid output when table data contains a newlineWed, 19 Feb 2014 17:32:21 +0100, by Simon Heimberg
-
tests: match time by a glob to fix intermittent failures of test-lock-badness.tWed, 05 Mar 2014 14:03:08 +0100, by Simon Heimberg
-
merge: adds documentation to the mergestate classWed, 05 Mar 2014 10:49:43 -0800, by Pierre-Yves David
-
merge: add blank line between mergestate's methodWed, 05 Mar 2014 10:22:43 -0800, by Pierre-Yves David
-
cmdserver: allow to start server without repositoryMon, 03 Mar 2014 23:21:24 +0900, by Yuya Nishihara
-
cmdserver: prepare test for starting server without repositoryMon, 03 Mar 2014 23:11:17 +0900, by Yuya Nishihara
-
histedit: move logic for finding child nodes to new functionThu, 06 Mar 2014 01:24:03 +0100, by Olle Lundberg
-
histedit: clean up lock importsWed, 05 Mar 2014 22:02:45 +0100, by Olle Lundberg
-
localrepo: changed revs to use spanset instead of basesetWed, 05 Mar 2014 17:42:05 -0800, by Lucas Moscovicz
-
extensions: use normpath to allow trailing '\' on Windows (issue4187)Wed, 05 Mar 2014 09:31:05 +0000, by Ed Morley
-
tests: fix unused imports from inotify removal caught by pyflakesTue, 04 Mar 2014 09:56:59 -0600, by Matt Mackall
-
revset: added ordered generatorset classes with __contains__ methodThu, 27 Feb 2014 17:27:03 -0800, by Lucas Moscovicz
-
merge: use the right ancestor when both sides copied the same fileTue, 25 Feb 2014 20:29:46 +0100, by Mads Kiilerich
-
copies: when both sides made the same copy, report it as a copyTue, 25 Feb 2014 20:29:14 +0100, by Mads Kiilerich
-
merge: handle create+delete prompts in calculateupdatesSun, 02 Mar 2014 18:36:02 +0100, by Mads Kiilerich
-
merge: handle acceptremove of create+delete early in manifest mergeFri, 28 Feb 2014 02:26:03 +0100, by Mads Kiilerich
-
largefiles: override calculateupdates instead of manifestmergeSun, 02 Mar 2014 18:30:41 +0100, by Mads Kiilerich
-
tests: add systematic test of merge ancestor calculationTue, 25 Feb 2014 20:28:40 +0100, by Mads Kiilerich
-
tests: add test case for criss cross mergeSun, 02 Mar 2014 18:25:19 +0100, by Mads Kiilerich
-
merge with stableMon, 03 Mar 2014 15:34:09 -0600, by Matt Mackall
-
revset: changed generatorset code to remove unnecesary function callMon, 03 Mar 2014 12:54:46 -0800, by Lucas Moscovicz
-
phase: say "Returns 0" instead of "Return 0" like other command help stableMon, 03 Mar 2014 15:50:45 +0900, by Yuya Nishihara
-
dirstate: remove double imports of errnoMon, 03 Mar 2014 15:50:41 +0900, by Yuya Nishihara
-
cmdserver: mask return code of runcommand in the same way as dispatch.runMon, 03 Mar 2014 15:50:51 +0900, by Yuya Nishihara
-
cmdserver: include non-zero return code of runcommand in test outputMon, 03 Mar 2014 15:50:48 +0900, by Yuya Nishihara
-
cmdserver: recreate mq object on runcommand in case queue path was changedMon, 03 Mar 2014 19:41:30 +0900, by Yuya Nishihara
-
cmdserver: reload mq on each runcommand request to avoid corruptionMon, 03 Mar 2014 19:41:26 +0900, by Yuya Nishihara
-
localrepo: add hook point to invalidate everything on each command-server runMon, 03 Mar 2014 19:41:23 +0900, by Yuya Nishihara
-
paper: overlapping of section title on help pages (issue4051) stableMon, 03 Mar 2014 23:37:59 +0530, by anuraggoel
-
contrib: drop tmplrewriteSat, 01 Mar 2014 20:08:41 -0600, by Matt Mackall
-
extensions: mark win32text deprecatedSat, 01 Mar 2014 19:51:22 -0600, by Matt Mackall
-
extensions: remove interhgSat, 01 Mar 2014 19:44:14 -0600, by Matt Mackall
-
extensions: remove the inotify extension (BC)Sat, 01 Mar 2014 16:20:15 -0600, by Matt Mackall