Mercurial > hg
graph
-
test-url: move from dict() construction to {} literalsWed, 12 Mar 2014 13:21:17 -0400, by Augie Fackler
-
test-filelog: move from dict() construction to {} literalsWed, 12 Mar 2014 13:21:02 -0400, by Augie Fackler
-
templatekw: move from dict() construction to {} literalsWed, 12 Mar 2014 13:20:42 -0400, by Augie Fackler
-
minirst: move from dict() construction to {} literalsWed, 12 Mar 2014 13:20:24 -0400, by Augie Fackler
-
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
-
merge main and crewSat, 01 Mar 2014 21:08:43 -0500, by Augie Fackler
-
merge with stableSat, 01 Mar 2014 21:08:28 -0500, by Augie Fackler
-
merge with mpmSat, 01 Mar 2014 09:30:23 -0500, by Augie Fackler
-
test-help.t: fix for non-Linux platformsSat, 01 Mar 2014 09:21:45 -0500, by Augie Fackler
-
merge: audit the right destination file when merging with dir rename stable 2.9.1Sat, 01 Mar 2014 18:09:39 +0100, by Mads Kiilerich
-
setup: specify --prefix="" for install-home-bin to avoid badness with defaultsMon, 03 Feb 2014 02:09:46 -0500, by Augie Fackler
-
revset: add 'only' revsetSat, 16 Nov 2013 08:57:08 -0800, by Durham Goode
-
revset: added basic operators to orderedlazysetThu, 06 Feb 2014 17:42:08 -0800, by Lucas Moscovicz
-
revset: changed revset code to use filter methodThu, 06 Feb 2014 09:28:41 -0800, by Lucas Moscovicz
-
revset: added filter method to revset classesThu, 06 Feb 2014 17:18:11 -0800, by Lucas Moscovicz
-
revset: added orderedlazyset classWed, 05 Feb 2014 15:24:08 -0800, by Lucas Moscovicz
-
config: make repo optional againThu, 27 Feb 2014 23:17:37 -0600, by Matt Mackall
-
merge: fix spelling of lengthFri, 28 Feb 2014 02:28:12 +0100, by Olle Lundberg
-
ui: edit(): transplant: set HGREVISION environment variable for an editorMon, 10 Feb 2014 07:13:10 +0400, by Alexander Drozdov
-
ui: edit(): rebase, graft: set HGREVISION environment variable for an editorThu, 06 Feb 2014 12:21:20 +0400, by Alexander Drozdov
-
cmdutil: make commitforceeditor() to pass revision extras to ui.edit()Thu, 06 Feb 2014 10:15:20 +0400, by Alexander Drozdov
-
ui: allow edit() to work with revision extrasThu, 06 Feb 2014 11:38:28 +0400, by Alexander Drozdov
-
tests: glob match has a glob character for not getting a warning on windowsFri, 14 Feb 2014 00:36:44 +0100, by Simon Heimberg
-
run-tests: fixed warn detection on failures with too many outputSun, 16 Feb 2014 23:41:24 +0100, by Simon Heimberg
-
run-tests: fixed warn detection on detecting warn only for linesSun, 16 Feb 2014 23:36:02 +0100, by Simon Heimberg
-
obsolete: extract encoding of marker for pushkey from the list key functionThu, 27 Feb 2014 20:01:28 -0800, by Pierre-Yves David
-
solaris: diff -u emits "No differences encountered"Wed, 19 Feb 2014 13:46:49 -0800, by Danek Duvall
-
rebase: do not raise an UnboundLocalError when called wrong (issue4106)Fri, 14 Feb 2014 00:34:20 +0100, by Simon Heimberg
-
exchange: fix docs for pulloperationThu, 27 Feb 2014 19:56:36 -0800, by Siddharth Agarwal
-
merge with stableThu, 27 Feb 2014 18:57:03 -0600, by Matt Mackall
-
resolve: use "other" changeset from merge state (issue4163) stableTue, 25 Feb 2014 18:45:01 -0800, by Pierre-Yves David
-
merge: add "other" file node in the merge state file stableTue, 25 Feb 2014 18:54:47 -0800, by Pierre-Yves David
-
merge: infer the "other" changeset when falling back to v1 format stableThu, 27 Feb 2014 14:14:57 -0800, by Pierre-Yves David
-
merge: record the "other" node in merge state stableTue, 25 Feb 2014 18:42:11 -0800, by Pierre-Yves David
-
merge: introduce new format for the state file stableTue, 25 Feb 2014 18:37:06 -0800, by Pierre-Yves David
-
merge: change the merge state serialisation to use a record based logic stableThu, 27 Feb 2014 12:59:41 -0800, by Pierre-Yves David
-
merge: move merge state file path into a constant stableTue, 25 Feb 2014 17:14:49 -0800, by Pierre-Yves David
-
revset: changed spanset __add__ implementation to work lazilyThu, 13 Feb 2014 09:18:16 -0800, by Lucas Moscovicz
-
revset: changed lazyset __add__ implementation to work lazilyThu, 13 Feb 2014 09:00:25 -0800, by Lucas Moscovicz
-
obsstore: add a __len__ methodTue, 25 Feb 2014 10:32:54 -0800, by Pierre-Yves David
-
obsstore: `create` method return True if a marker is actually addedTue, 25 Feb 2014 10:21:54 -0800, by Pierre-Yves David
-
merge with crewThu, 27 Feb 2014 15:31:44 -0600, by Matt Mackall
-
help: exclude deprecated extensions in the disabled part of 'help extensions'Thu, 27 Feb 2014 15:39:07 -0500, by Augie Fackler
-
test-help.t: add test for 'hg help extensions'Thu, 27 Feb 2014 15:37:04 -0500, by Augie Fackler
-
ui: fix extra space in username abortThu, 27 Feb 2014 15:14:37 -0600, by Matt Mackall
-
tests: fix up config --edit breakageThu, 27 Feb 2014 14:58:44 -0600, by Matt Mackall
-
merge with stableThu, 27 Feb 2014 14:48:36 -0600, by Matt Mackall
-
coal: hgweb style adds extra blank line in file view (issue4136) stableThu, 27 Feb 2014 22:56:42 +0530, by anuraggoel
-
pull: close peer repo on completion (issue2491) (issue2797) stableTue, 25 Feb 2014 21:26:25 +0100, by Piotr Klecha
-
hgweb: ensure isdirectory is None for repositories, replacing any True value stableThu, 27 Feb 2014 00:24:06 +0100, by Paul Boddie
-
ui: suggest config --edit when no username is setThu, 27 Feb 2014 14:46:29 -0600, by Matt Mackall
-
config: add example config file when -e called with no configThu, 27 Feb 2014 14:01:52 -0600, by Matt Mackall
-
config: add initial implementation of --editThu, 27 Feb 2014 13:46:32 -0600, by Matt Mackall
-
revert: extract actual revert in its own functionWed, 26 Feb 2014 18:56:27 -0800, by Pierre-Yves David
-
config: move showconfig code and add config as primary aliasThu, 27 Feb 2014 12:42:09 -0600, by Matt Mackall
-
revset: added _hexlist method to replace _list for %lnWed, 26 Feb 2014 17:15:55 -0800, by Lucas Moscovicz
-
merge with stableWed, 26 Feb 2014 17:57:23 -0600, by Matt Mackall
-
localrepo: language and spelling fixes in commentThu, 27 Feb 2014 00:23:21 +0100, by Olle Lundberg
-
revset: added _intlist method to replace _list for %ldWed, 26 Feb 2014 12:36:36 -0800, by Lucas Moscovicz
-
purge: avoid duplicate output for --print (issue4092) stableTue, 25 Feb 2014 06:30:21 +0530, by anuraggoel
-
merge with stableMon, 24 Feb 2014 18:50:29 -0600, by Matt Mackall
-
merge with stableMon, 24 Feb 2014 18:49:09 -0600, by Matt Mackall
-
i18n-ja: synchronized with 7b9d66c0e4fa stableSun, 23 Feb 2014 18:03:47 +0900, by FUJIWARA Katsunori
-
scmutil: changed revrange code not to use appendMon, 24 Feb 2014 09:27:32 -0800, by Lucas Moscovicz
-
push: provide a hint when no paths in configured (issue3692)Tue, 25 Feb 2014 04:11:11 +0530, by anuraggoel
-
revlog: introduce commonancestors method for getting all common ancestor headsMon, 24 Feb 2014 22:42:14 +0100, by Mads Kiilerich
-
localrepo: commit: avoid calling expensive ancestor function when p1 is nullrevMon, 24 Feb 2014 22:42:14 +0100, by Mads Kiilerich
-
ancestors: remove unnecessary handling of 'left'Mon, 24 Feb 2014 22:42:13 +0100, by Mads Kiilerich
-
parsers: remove unreachable and invalid code in index_ancestorsMon, 24 Feb 2014 22:42:13 +0100, by Mads Kiilerich
-
cmdutil: implemented new lazy increasingwindowsThu, 13 Feb 2014 14:27:12 -0800, by Lucas Moscovicz
-
revset: added __nonzero__ method to lazysetThu, 20 Feb 2014 10:15:38 -0800, by Lucas Moscovicz
-
scmutil: changed revrange to return lazysets for new style revsetsWed, 12 Feb 2014 15:30:27 -0800, by Lucas Moscovicz
-
phases: make order of debug output 'removing unknown node' deterministicThu, 20 Feb 2014 02:43:17 +0100, by Mads Kiilerich
-
comments: fix minor spelling issues found with spell checkerThu, 20 Feb 2014 02:39:01 +0100, by Mads Kiilerich
-
hooks: for python hooks, consistently use __name__ etc as name, not the reprSat, 15 Feb 2014 01:23:12 +0100, by Mads Kiilerich
-
hooks: move logging of hook name to after we have found the hookSat, 15 Feb 2014 01:23:12 +0100, by Mads Kiilerich
-
rebase: show nice list instead of set repr for 'computed skipped revs' debugThu, 20 Feb 2014 02:39:01 +0100, by Mads Kiilerich
-
rebase: fix 'rebase onto %d starting from %s' - show root instead of list reprSat, 15 Feb 2014 01:23:12 +0100, by Mads Kiilerich
-
log: describe graph symbols in the helpWed, 12 Feb 2014 23:44:30 +0100, by Mads Kiilerich
-
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaroundThu, 20 Feb 2014 02:38:41 +0100, by Mads Kiilerich
-
util: debugstacktrace, flush before and after writingThu, 20 Feb 2014 02:38:36 +0100, by Mads Kiilerich
-
run-tests.py: work when --with-hg is set to system hgWed, 19 Feb 2014 21:32:14 -0800, by Siddharth Agarwal
-
revset: added cached generated list on generatorsetWed, 12 Feb 2014 18:45:49 -0800, by Lucas Moscovicz
-
templater: shorten pure integersThu, 20 Feb 2014 00:46:13 -0600, by Sean Farley
-
revset: fixed bug where log -f was taking too long to returnFri, 21 Feb 2014 13:16:17 -0800, by Lucas Moscovicz
-
merge with stableThu, 20 Feb 2014 16:12:27 -0600, by Matt Mackall
-
revset: added generatorset class with cached __contains__ methodWed, 05 Feb 2014 15:23:11 -0800, by Lucas Moscovicz
-
pathencode: eliminate signed integer warnings stableWed, 19 Feb 2014 13:11:24 -0800, by Danek Duvall
-
revset: changed last implementation to use lazy classesWed, 19 Feb 2014 12:56:41 -0800, by Lucas Moscovicz
-
merge with stableWed, 19 Feb 2014 16:46:47 -0600, by Matt Mackall
-
help: remove last occurrences of ".. note::" without two newlinesWed, 19 Feb 2014 13:25:28 +0100, by Simon Heimberg
-
help: add ifcontains, revset, and shortest to template helpTue, 18 Feb 2014 14:48:56 -0800, by Durham Goode
-
verify: do not prevent verify repository containing hidden changesets stableWed, 19 Feb 2014 22:19:45 +0900, by Yuya Nishihara
-
hgweb: make sure sys module is loaded prior to reload hack stableWed, 19 Feb 2014 21:16:43 +0900, by Yuya Nishihara
-
win32: improve the performance of win32.unlink() over CIFSThu, 17 Oct 2013 13:27:17 +0900, by Kaz Nishimura
-
revset: changed mfunc and getset to work with old style revset methodsTue, 18 Feb 2014 15:54:46 -0800, by Lucas Moscovicz
-
revset: changed revsets to use spansetMon, 03 Feb 2014 10:15:15 -0800, by Lucas Moscovicz
-
revset: changed spanset to take a repo argumentTue, 18 Feb 2014 11:38:03 -0800, by Lucas Moscovicz
-
journal: report parsing errors on recover/rollback (issue4172)Mon, 17 Feb 2014 14:49:56 -0600, by Matt Mackall
-
rebase: do not try to reactivate deleted divergent bookmark stableSat, 15 Feb 2014 16:19:19 +0900, by Yuya Nishihara
-
tests: backout 00f2d29308db pid checkSat, 15 Feb 2014 22:09:32 -0600, by Matt Mackall
-
revset: changed spanset implementation to take hidden revisions into accountMon, 10 Feb 2014 17:38:43 -0800, by Lucas Moscovicz
-
template: add 'current' to scope during {bookmarks % ...}Tue, 11 Feb 2014 21:40:33 -0800, by Durham Goode
-
template: add revset() template functionTue, 11 Feb 2014 21:04:12 -0800, by Durham Goode
-
template: add ifcontains template functionTue, 11 Feb 2014 21:10:00 -0800, by Durham Goode
-
createmarkers: allow to pass metadata for a marker onlyThu, 13 Feb 2014 17:34:09 -0800, by Pierre-Yves David
-
obsstore: update create docstring to point to the coder friendly functionThu, 13 Feb 2014 17:33:45 -0800, by Pierre-Yves David
-
i18n: check equality of initial indentation between msgid and msgstrSat, 15 Feb 2014 18:40:39 +0900, by FUJIWARA Katsunori
-
i18n: check equality of tail '::'-ness between msgid and msgstrSat, 15 Feb 2014 18:40:39 +0900, by FUJIWARA Katsunori
-
run-tests: fix heredoctest for out-of-tree extensionsSat, 15 Feb 2014 15:28:32 +0100, by Patrick Mezard
-
revset: added cache to lazysetsTue, 04 Feb 2014 15:31:57 -0800, by Lucas Moscovicz
-
histedit: shorten new fold messageSat, 15 Feb 2014 19:12:53 -0600, by Matt Mackall
-
run-tests: unnecessary globs also count as warningsThu, 13 Feb 2014 08:29:44 +0100, by Simon Heimberg
-
run-tests: report a test as warned when only missing globsThu, 13 Feb 2014 08:27:53 +0100, by Simon Heimberg
-
run-tests: add possibility for test-runners to report a "warned" test resultThu, 13 Feb 2014 08:26:13 +0100, by Simon Heimberg
-
run-tests: separate exit code when no failed tests but warned onesThu, 13 Feb 2014 08:17:39 +0100, by Simon Heimberg
-
run-tests: introduce 'warned' as test resultThu, 13 Feb 2014 08:14:54 +0100, by Simon Heimberg
-
run-tests: handle sys.exit in main functionThu, 13 Feb 2014 08:02:06 +0100, by Simon Heimberg
-
run-tests: remove unnecessary variable initialisationThu, 13 Feb 2014 07:29:28 +0100, by Simon Heimberg
-
histedit: clarify description of fold commandThu, 13 Feb 2014 18:05:35 -0800, by Adrian Zgorzałek
-
discovery: make "note: unsynced remote changes!" less serious than a warningFri, 07 Feb 2014 17:24:12 +0100, by Mads Kiilerich
-
discovery: improve "note: unsynced remote changes!" warningThu, 06 Feb 2014 02:19:38 +0100, by Mads Kiilerich
-
import: move tryone closure in cmdutilTue, 11 Feb 2014 16:52:36 -0800, by Pierre-Yves David
-
revset: optimize missing ancestor expressionsThu, 13 Feb 2014 14:04:47 -0800, by Siddharth Agarwal
-
revset: add an undocumented _missingancestors functionThu, 13 Feb 2014 13:54:45 -0800, by Siddharth Agarwal
-
commands.debugrevspec: add an option to print the optimized expression treeThu, 13 Feb 2014 13:52:45 -0800, by Siddharth Agarwal
-
tests: killdaemons.py for windows distinguishes access violation and terminatedWed, 12 Feb 2014 16:09:18 +0100, by Simon Heimberg
-
tests: killdaemons.py for checks reason when getting no process handleWed, 12 Feb 2014 15:38:59 +0100, by Simon Heimberg
-
tests: killdaemons.py for windows waits for killed process to terminateFri, 17 Jan 2014 21:13:20 +0100, by Simon Heimberg
-
tests: kill for windows in killdaemons.py checks return valuesFri, 17 Jan 2014 21:13:08 +0100, by Simon Heimberg
-
merge with crewThu, 13 Feb 2014 15:33:24 -0600, by Matt Mackall
-
merge with stableThu, 13 Feb 2014 13:08:50 +0100, by Thomas Arendsen Hein
-
help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints example stableThu, 13 Feb 2014 13:05:09 +0100, by Thomas Arendsen Hein
-
pull: move changeset pulling in its own functionFri, 31 Jan 2014 01:39:59 -0800, by Pierre-Yves David
-
pull: move `fetch` subset into the objectTue, 11 Feb 2014 14:51:38 -0800, by Pierre-Yves David
-
pull: make pulled subset a propertycache of the pull objectFri, 31 Jan 2014 01:34:00 -0800, by Pierre-Yves David
-
pull: move phases synchronisation in its own functionFri, 31 Jan 2014 01:25:56 -0800, by Pierre-Yves David
-
pull: move pulled subset into the objectFri, 31 Jan 2014 01:21:42 -0800, by Pierre-Yves David
-
revset: added operations to spanset to duck type basesetThu, 06 Feb 2014 15:56:25 -0800, by Lucas Moscovicz
-
revset: added basic operations to spansetWed, 12 Feb 2014 10:22:43 -0800, by Lucas Moscovicz
-
revset: added spanset class to represent revision rangesWed, 12 Feb 2014 10:16:21 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to extra revsetThu, 06 Feb 2014 08:36:11 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to converted revsetThu, 06 Feb 2014 08:32:40 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to closed revsetThu, 06 Feb 2014 08:31:55 -0800, by Lucas Moscovicz
-
push: feed pulloperation object to _pullobsolete functionFri, 31 Jan 2014 01:12:35 -0800, by Pierre-Yves David
-
pull: move transaction logic into the pull objectFri, 31 Jan 2014 01:04:05 -0800, by Pierre-Yves David
-
pull: move obsolescence marker exchange in the exchange moduleThu, 30 Jan 2014 17:38:41 -0800, by Pierre-Yves David
-
pull: move `force` argument into pull objectSat, 01 Feb 2014 03:49:29 -0800, by Pierre-Yves David
-
pull: move `heads` argument into pull objectThu, 30 Jan 2014 17:35:55 -0800, by Pierre-Yves David
-
pull: move `remote` argument into pull objectThu, 30 Jan 2014 17:32:04 -0800, by Pierre-Yves David
-
pull: introduce a pulloperation objectThu, 30 Jan 2014 17:24:49 -0800, by Pierre-Yves David
-
tests: lines with largefile .* file://$TESTTMP also match on windowsMon, 27 Jan 2014 21:39:25 +0100, by Simon Heimberg
-
debugobsolete: extract marker display in a dedicated functionTue, 11 Feb 2014 16:30:23 -0800, by Pierre-Yves David
-
exchange: extract pull function from localrepoThu, 30 Jan 2014 16:12:49 -0800, by Pierre-Yves David
-
push: extract new common set computation from phase synchronisationThu, 30 Jan 2014 23:12:03 -0800, by Pierre-Yves David
-
push: move `commonheads` into the push objectThu, 30 Jan 2014 23:16:43 -0800, by Pierre-Yves David
-
push: move discovery in its own functionThu, 30 Jan 2014 21:05:29 -0800, by Pierre-Yves David
-
push: move outgoing check logic in its own functionThu, 30 Jan 2014 21:01:21 -0800, by Pierre-Yves David
-
push: move `incoming` into the push objectThu, 30 Jan 2014 21:01:13 -0800, by Pierre-Yves David
-
push: move changeset push logic in its own functionThu, 30 Jan 2014 20:44:55 -0800, by Pierre-Yves David
-
push: move `remoteheads` into the push objectThu, 30 Jan 2014 20:34:35 -0800, by Pierre-Yves David
-
revset: added lazyset implementation to contains revsetTue, 04 Feb 2014 15:07:03 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to secret revsetTue, 04 Feb 2014 09:29:19 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to matching revsetTue, 04 Feb 2014 09:14:45 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to _matchfilesTue, 04 Feb 2014 08:51:07 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to checkstatusFri, 31 Jan 2014 10:47:51 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to public revsetThu, 30 Jan 2014 17:46:08 -0800, by Lucas Moscovicz
-
color: add debugcolor command (issue4094)Wed, 12 Feb 2014 01:00:51 +0100, by Olle Lundberg
-
revset: added lazyset implementation to merge revsetThu, 30 Jan 2014 16:47:29 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to grep revsetThu, 30 Jan 2014 16:03:18 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to desc revsetThu, 30 Jan 2014 15:39:56 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to draft revsetMon, 03 Feb 2014 16:15:25 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation bookmark revsetWed, 29 Jan 2014 15:23:16 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to date revsetMon, 03 Feb 2014 16:02:48 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to author revsetWed, 29 Jan 2014 09:22:31 -0800, by Lucas Moscovicz
-
revset: added lazyset implementation to keyword revsetWed, 29 Jan 2014 09:04:03 -0800, by Lucas Moscovicz
-
revset: changed limit revset implementation to work with lazy revsetsTue, 28 Jan 2014 16:19:30 -0800, by Lucas Moscovicz