Mercurial > hg
graph
-
tag: properly abort if an unknown or ignored .hgtags is presentThu, 02 Oct 2014 18:37:12 -0500, by Matt Mackall
-
summary: remove unused code for listing ignored filesWed, 01 Oct 2014 12:50:18 -0700, by Martin von Zweigbergk
-
fetch: use cmdutil.bailifchanged()Wed, 01 Oct 2014 14:48:42 -0700, by Martin von Zweigbergk
-
ui: fix comment about non-interactive promptsThu, 02 Oct 2014 18:00:05 -0500, by Matt Mackall
-
formatter: convert booleans to jsonThu, 02 Oct 2014 23:20:59 +0900, by Yuya Nishihara
-
merge: mute the status message when bid merge kicks inWed, 01 Oct 2014 03:42:00 +0200, by Mads Kiilerich
-
merge: use bid merge by default (BC)Wed, 01 Oct 2014 03:41:11 +0200, by Mads Kiilerich
-
changectx: skip all invalid merge.preferancestor valuesWed, 01 Oct 2014 03:40:51 +0200, by Mads Kiilerich
-
revset: rely on built in iterator when possible in _generatorset.__iter__Wed, 30 Apr 2014 16:56:23 -0700, by Pierre-Yves David
-
revset: prefetch an attribute in _generatorset.__iter__Thu, 18 Sep 2014 15:52:45 -0700, by Pierre-Yves David
-
templater: add count template filter, plus testsTue, 09 Sep 2014 22:14:13 +0900, by Anton Shestakov
-
push: update bookmarks (on server) within a transactionSun, 28 Sep 2014 17:35:33 -0700, by Pierre-Yves David
-
pull: perform bookmark updates in the transactionSun, 28 Sep 2014 15:21:38 -0700, by Pierre-Yves David
-
bookmark: add a `bmstore.recordupdate` to plug bookmarks into the transactionSun, 28 Sep 2014 00:41:55 -0700, by Pierre-Yves David
-
bookmarks: split bookmark serialization and file handlingSat, 27 Sep 2014 03:10:33 -0700, by Pierre-Yves David
-
transaction: allow generating file outside of storeSun, 28 Sep 2014 00:36:42 -0700, by Pierre-Yves David
-
transaction: work around and document issue with file backupWed, 01 Oct 2014 21:40:44 -0500, by Pierre-Yves David
-
bundle2: remove an explicit packingThu, 02 Oct 2014 00:15:15 -0500, by Pierre-Yves David
-
bundle2: split test in twoWed, 01 Oct 2014 23:55:22 -0500, by Pierre-Yves David
-
pull: merge bookmark updates and importsSun, 28 Sep 2014 14:07:56 -0700, by Pierre-Yves David
-
pull: gather explicit bookmark pulls with bookmark updatesSun, 28 Sep 2014 13:43:31 -0700, by Pierre-Yves David
-
subrepo: stop pulling bookmark manuallySun, 28 Sep 2014 12:47:25 -0700, by Pierre-Yves David
-
pull: retrieve bookmarks through bundle2Sat, 27 Sep 2014 01:59:56 -0700, by Pierre-Yves David
-
pull: retrieve bookmarks before obsmarkersSat, 27 Sep 2014 01:37:56 -0700, by Pierre-Yves David
-
pull: move bookmark pulling into its own functionSat, 27 Sep 2014 01:31:15 -0700, by Pierre-Yves David
-
pull: perform the todostep inside functions handling old way of pullingSat, 27 Sep 2014 01:34:02 -0700, by Pierre-Yves David
-
bookmark: remove now unused `pushtoremote` functionFri, 26 Sep 2014 23:04:35 -0700, by Pierre-Yves David
-
push: gather all bookmark decisions togetherSat, 27 Sep 2014 20:51:53 -0700, by Pierre-Yves David
-
push: prepare the issue of multiple kinds of messagesFri, 26 Sep 2014 18:33:11 -0700, by Pierre-Yves David
-
push: set bkresult when pushing bookmarks through bundle2Thu, 02 Oct 2014 13:19:49 -0500, by Pierre-Yves David
-
clone: remove duplicated bookmark pullingFri, 26 Sep 2014 13:56:20 -0700, by Pierre-Yves David
-
clone: explicitly push bookmarks when cloning from local to remoteFri, 26 Sep 2014 15:15:49 -0700, by Pierre-Yves David
-
clone: copy `.hg/bookmarks` during copy cloneFri, 26 Sep 2014 13:55:53 -0700, by Pierre-Yves David
-
pull: move bookmark movements inside the `exchange.pull`Fri, 26 Sep 2014 17:44:00 -0700, by Pierre-Yves David
-
bookmarks: allow `updatefromremote` to be quietThu, 02 Oct 2014 12:16:07 -0500, by Pierre-Yves David
-
util: fix sorteddict.popThu, 02 Oct 2014 12:39:37 -0500, by Pierre-Yves David
-
localrepo: pass arbitrary kwargs from `repo.pull` to `exchange.pull`Fri, 26 Sep 2014 12:51:55 -0700, by Pierre-Yves David
-
pull: use `other.url()` as the source of a bookmark pullFri, 26 Sep 2014 10:59:29 -0700, by Pierre-Yves David
-
setup: set mode 644 or 755 on installed filesTue, 30 Sep 2014 17:13:54 -0700, by Kyle Lippincott
-
branches: reduce nesting in for loopThu, 02 Oct 2014 21:58:10 +0900, by Yuya Nishihara
-
i18n: use datapath for i18n like for templates and helpSun, 28 Sep 2014 16:57:47 +0200, by Mads Kiilerich
-
help: don't search randomly for help data - trust util.datapathSun, 28 Sep 2014 16:57:47 +0200, by Mads Kiilerich
-
templater: don't search randomly for templates - trust util.datapathSun, 28 Sep 2014 16:57:37 +0200, by Mads Kiilerich
-
templater: inline global 'path' list in templatepathsSun, 28 Sep 2014 16:57:37 +0200, by Mads Kiilerich
-
templater: introduce templatepaths for getting paths searched for templatesSun, 28 Sep 2014 16:57:37 +0200, by Mads Kiilerich
-
util: introduce datapath for getting the location of supporting data filesSun, 28 Sep 2014 16:57:06 +0200, by Mads Kiilerich
-
util: move _hgexecutable a few lines, closer to where it is usedSun, 28 Sep 2014 16:57:06 +0200, by Mads Kiilerich
-
hgk: define bookmark colour explicitly, as Tk 8.6 has changed their meaningSun, 28 Sep 2014 13:27:40 +0200, by Andrew Shadura
-
largefiles: remove 'forget' list that's always emptyTue, 30 Sep 2014 14:32:49 -0700, by Martin von Zweigbergk
-
bookmarks: fix divergent bookmark path normalizationThu, 02 Oct 2014 16:43:50 -0500, by Matt Mackall
-
exchange: remove a broken i18n abuseThu, 02 Oct 2014 11:35:20 -0500, by Matt Mackall
-
bookmark: make the search for divergent names more robustFri, 26 Sep 2014 11:31:15 -0700, by Pierre-Yves David
-
pull: gather all bookmark-pulling code togetherThu, 25 Sep 2014 17:53:27 -0700, by Pierre-Yves David
-
push: perform bookmark export in the push functionThu, 25 Sep 2014 02:53:29 -0700, by Pierre-Yves David
-
push: add `pushoperation.bkresult`Thu, 25 Sep 2014 00:57:36 -0700, by Pierre-Yves David
-
push: pass list of bookmark to `exchange.push`Thu, 25 Sep 2014 01:49:20 -0700, by Pierre-Yves David
-
exchange: import bookmarks as bookmodThu, 25 Sep 2014 15:26:09 -0700, by Pierre-Yves David
-
push: sanitize handling of bookmark push return valueThu, 25 Sep 2014 02:53:49 -0700, by Pierre-Yves David
-
locarepo: remove the `push` method (API)Thu, 25 Sep 2014 01:43:24 -0700, by Pierre-Yves David
-
push: `exchange.push` instead of `localrepo.push`Thu, 25 Sep 2014 01:42:49 -0700, by Pierre-Yves David
-
clone: use `exchange.push` instead of `localrepo.push`Thu, 25 Sep 2014 01:41:26 -0700, by Pierre-Yves David
-
push: use `exchange.push` in `commands.push`Thu, 25 Sep 2014 01:39:39 -0700, by Pierre-Yves David
-
push: `exchange.push` now returns the `pushoperation` objectThu, 25 Sep 2014 02:21:59 -0700, by Pierre-Yves David
-
push: rename `pushop.ret` to `pushop.cgresult`Thu, 25 Sep 2014 00:55:39 -0700, by Pierre-Yves David
-
obsolete: use version constants in the format mappingTue, 16 Sep 2014 15:57:51 -0700, by Pierre-Yves David
-
obsolete: use the `version` argument in encodemarkersTue, 16 Sep 2014 15:56:38 -0700, by Pierre-Yves David
-
obsolete: gather all contents related to format version 0 in a single placeFri, 12 Sep 2014 14:41:43 +0200, by Pierre-Yves David
-
revert: properly back up added files with local modificationSun, 31 Aug 2014 13:01:00 +0200, by Pierre-Yves David
-
revert: track added files with local modificationsSat, 30 Aug 2014 02:39:08 +0200, by Pierre-Yves David
-
revert: distinguish between "check" and "backup" strategySat, 30 Aug 2014 02:30:24 +0200, by Pierre-Yves David
-
revert: small refactoring in the way backup value are handledSat, 30 Aug 2014 02:28:27 +0200, by Pierre-Yves David
-
merge with stableWed, 01 Oct 2014 15:05:09 -0500, by Matt Mackall
-
parsers: fix Py2.4 argument parsing issueWed, 01 Oct 2014 14:44:24 -0500, by Matt Mackall
-
diff: document the nobinary option stableTue, 30 Sep 2014 16:59:07 -0400, by Jordi Gutiérrez Hermoso
-
i18n-pt_BR: minor fixes and rewording on histedit help text stableTue, 30 Sep 2014 13:43:30 -0300, by Wagner Bruna
-
filelog: censored files compare against empty data, have 0 sizeSun, 14 Sep 2014 20:32:34 -0400, by Mike Edgar
-
filelog: raise CensoredNodeError when hash checks fail with censor metadataWed, 03 Sep 2014 22:14:20 -0400, by Mike Edgar
-
error: add CensoredNodeError, will be thrown when content deliberately erasedWed, 03 Sep 2014 15:59:03 -0400, by Mike Edgar
-
files: cache repo.dirstateTue, 30 Sep 2014 16:01:19 -0700, by Siddharth Agarwal
-
files: only check for removed, not unknown or missingTue, 30 Sep 2014 15:21:35 -0700, by Siddharth Agarwal
-
files: use ctx.matches instead of ctx.walkTue, 30 Sep 2014 14:39:58 -0700, by Siddharth Agarwal
-
files: actually filter out removed filesTue, 30 Sep 2014 15:45:48 -0700, by Siddharth Agarwal
-
subrepo: remove superfluous newline from subrepo promptWed, 01 Oct 2014 01:08:17 +0200, by Mads Kiilerich
-
ui: show prompt choice if input is not a tty but is forced to be interactiveWed, 01 Oct 2014 01:04:18 +0200, by Mads Kiilerich
-
merge with stableTue, 30 Sep 2014 18:22:58 -0500, by Matt Mackall
-
help: basic support for showing only specified topic sectionsTue, 30 Sep 2014 16:40:10 -0500, by Matt Mackall
-
help: use OS containers for config file listsTue, 30 Sep 2014 15:55:30 -0500, by Matt Mackall
-
help: support OS-specific help sectionsTue, 30 Sep 2014 15:51:22 -0500, by Matt Mackall
-
minirst: allow multiple container types for pruneTue, 30 Sep 2014 15:48:43 -0500, by Matt Mackall
-
config: don't read the same config file twiceThu, 04 Sep 2014 21:36:35 +0200, by Mads Kiilerich
-
templater: fix precedence of --style and --template options stableTue, 30 Sep 2014 23:15:56 +0900, by Yuya Nishihara
-
shelve: avoid writing file that is never read fromMon, 29 Sep 2014 23:23:44 -0700, by Martin von Zweigbergk
-
hgk: don't break on repositories with obsolete changesetsSun, 28 Sep 2014 15:21:29 +0200, by Andrew Shadura
-
test: protect the run-tests.py --json test behind an hghave ruleThu, 18 Sep 2014 11:43:47 -0700, by Pierre-Yves David
-
merge with stableMon, 29 Sep 2014 17:23:38 -0500, by Matt Mackall
-
hgweb: refresh hgweb.repo on phase change (issue4061) stableSat, 27 Sep 2014 21:59:55 +0900, by Anton Shestakov
-
ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certsFri, 26 Sep 2014 02:19:48 +0200, by Mads Kiilerich
-
ssl: refactor sslkwargs - move things around a bit, preparing for next changeFri, 26 Sep 2014 02:19:47 +0200, by Mads Kiilerich
-
revert: special case 'hg revert --all'Fri, 19 Sep 2014 18:43:53 -0700, by Durham Goode
-
test-commandserver: make runcommand message bolderSun, 28 Sep 2014 17:21:38 +0900, by Yuya Nishihara
-
test-commandserver: rewrite manual substitution of output by (glob) matchSun, 28 Sep 2014 14:46:57 +0900, by Yuya Nishihara
-
test-commandserver: remove redundant banner outputSun, 28 Sep 2014 16:59:30 +0900, by Yuya Nishihara
-
test-commandserver: remove .py test which was ported to .tSun, 28 Sep 2014 16:55:14 +0900, by Yuya Nishihara
-
test-commandserver: port test functions from .py to .tSun, 28 Sep 2014 16:05:37 +0900, by Yuya Nishihara
-
test-commandserver: add stub for .t test by copying .out with 2-space indentSun, 28 Sep 2014 14:27:40 +0900, by Yuya Nishihara
-
test-commandserver: split helper functions to new hgclient moduleSun, 28 Sep 2014 13:31:16 +0900, by Yuya Nishihara
-
heredoctest: do not append extra newline character to continuation lineSun, 28 Sep 2014 15:13:35 +0900, by Yuya Nishihara
-
heredoctest: use the same dict for local/global contexts as in doctestSun, 28 Sep 2014 14:15:43 +0900, by Yuya Nishihara
-
cmdserver: drop useless in_ attribute from channeledoutputSat, 27 Sep 2014 12:37:53 +0900, by Yuya Nishihara
-
cmdserver: get file attributes of 'e'-channel from stdout, not from stderrSat, 27 Sep 2014 12:27:03 +0900, by Yuya Nishihara
-
cmdserver: correct doc of channeledoutputSat, 27 Sep 2014 12:15:01 +0900, by Yuya Nishihara
-
merge with stableSat, 27 Sep 2014 14:47:52 -0500, by Matt Mackall
-
commands: add debuglocks to report/clear lock stateFri, 26 Sep 2014 16:44:11 -0500, by Matt Mackall
-
test-convert-git.t: make copy detection deterministicWed, 24 Sep 2014 11:20:35 -0700, by Siddharth Agarwal
-
revsetbenchmark: add a rebase-related revset to the benchmark listTue, 23 Sep 2014 17:12:27 -0700, by Pierre-Yves David
-
revsetbenchmark: allow comments ('#' prefix) in the revset inputTue, 23 Sep 2014 17:09:19 -0700, by Pierre-Yves David
-
revsetbenchmark: make it clear that revsets may be read from stdinTue, 23 Sep 2014 17:08:49 -0700, by Pierre-Yves David
-
tags: use full hash for formatter output as in log or annotate commandsSun, 21 Sep 2014 12:50:48 +0900, by Yuya Nishihara
-
tags: change field name of formatter output to be the same as log commandSun, 21 Sep 2014 12:46:23 +0900, by Yuya Nishihara
-
files: correct topic of formatterSun, 21 Sep 2014 12:38:47 +0900, by Yuya Nishihara
-
revert: move targetsubs calculation down to its useFri, 19 Sep 2014 18:40:39 -0700, by Durham Goode
-
help: document that default hgweb style is called paper (issue4373)Tue, 23 Sep 2014 14:20:08 -0400, by Augie Fackler
-
help: update help for hgweb template and style (issue4373)Sat, 20 Sep 2014 14:16:39 -0700, by Arun Chandrasekaran
-
bundle2: rename functions that have the same nameTue, 23 Sep 2014 16:22:52 +0900, by Mike Hommey
-
mq: write headers of new patches using patchheaderSat, 20 Sep 2014 17:06:57 +0200, by Mads Kiilerich
-
mq: refactor patchheader header ordering to match export (BC)Wed, 24 Sep 2014 02:41:11 +0200, by Mads Kiilerich
-
mq: upgrade non-plain patches to HG format when setting parent in patchheaderSat, 20 Sep 2014 17:06:57 +0200, by Mads Kiilerich
-
mq: make patchheader .plainmode more reliableSat, 20 Sep 2014 17:06:56 +0200, by Mads Kiilerich
-
bundle2: remove heads and common arguments to getbundle parts generatorsWed, 24 Sep 2014 21:50:03 -0700, by Mike Hommey
-
bundle2: separate bundle10 and bundle2 cases in getbundle()Thu, 25 Sep 2014 11:47:57 +0900, by Mike Hommey
-
bundle2: pass b2caps down to functions adding bundle2 parts for getbundleThu, 25 Sep 2014 11:11:37 +0900, by Mike Hommey
-
parsers: fix uninitialize variable warningWed, 24 Sep 2014 13:16:20 -0700, by David Soria Parra
-
revset: use `subset &` in bare `p2()`Wed, 17 Sep 2014 11:00:03 -0700, by Pierre-Yves David
-
revset: use `subset &` in bare `p1()`Wed, 17 Sep 2014 10:59:52 -0700, by Pierre-Yves David
-
revset: use `subset &` in `rev`Wed, 17 Sep 2014 11:00:09 -0700, by Pierre-Yves David
-
revset: use `subset &` in `origin`Wed, 17 Sep 2014 19:52:34 -0700, by Pierre-Yves David
-
revset: use `subset &` in `follow`Wed, 17 Sep 2014 10:59:16 -0700, by Pierre-Yves David
-
revset: use `subset &` in `filelog`Wed, 17 Sep 2014 10:58:50 -0700, by Pierre-Yves David
-
revset: use `subset &` in `divergent`Wed, 17 Sep 2014 10:58:39 -0700, by Pierre-Yves David
-
revset: use `subset &` in `bisect`Wed, 17 Sep 2014 10:57:57 -0700, by Pierre-Yves David
-
revset: use `subset &` in `ancestorspec`Wed, 17 Sep 2014 10:57:47 -0700, by Pierre-Yves David
-
revset: use `subset &` in `bookmark`Wed, 17 Sep 2014 19:57:09 -0700, by Pierre-Yves David
-
revset: use `subset &` in `outgoing`Wed, 17 Sep 2014 10:59:40 -0700, by Pierre-Yves David
-
revset: avoid in loop lookup in _generatorset._consumegenWed, 30 Apr 2014 16:56:48 -0700, by Pierre-Yves David
-
revset: reduce dict lookup in lazyset.__contains__Fri, 25 Apr 2014 14:51:24 -0700, by Pierre-Yves David
-
revset: do less lookup during spanset.__contains__Fri, 25 Apr 2014 17:53:58 -0700, by Pierre-Yves David
-
largefiles: simplify iteration over standinsTue, 16 Sep 2014 23:10:39 -0700, by Martin von Zweigbergk
-
largefiles: avoid using 'lfiles' variable for two purposesTue, 16 Sep 2014 22:50:38 -0700, by Martin von Zweigbergk
-
largefiles: remove unnecessary clearing of status fieldsMon, 22 Sep 2014 13:05:36 -0700, by Martin von Zweigbergk
-
mq: simplify patchheader handling of the empty line before the diffWed, 24 Sep 2014 01:39:25 +0200, by Mads Kiilerich
-
mq: write '# Parent ' lines with two spaces like export does (BC)Wed, 24 Sep 2014 01:36:44 +0200, by Mads Kiilerich
-
mq: write headers for new HG patches in the same order as export (BC)Sat, 20 Sep 2014 17:06:56 +0200, by Mads Kiilerich
-
mq: correctly make an empty line after description in new patchesSat, 20 Sep 2014 17:06:56 +0200, by Mads Kiilerich
-
largefiles: extract 'orig' method in reposetup.statusTue, 16 Sep 2014 14:51:56 -0700, by Martin von Zweigbergk
-
largefiles: extract 'orig' method in lfilesctx.filectxTue, 16 Sep 2014 14:51:25 -0700, by Martin von Zweigbergk
-
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__Tue, 16 Sep 2014 14:50:38 -0700, by Martin von Zweigbergk
-
largefiles: reduce indentation by dropping 'else' block after 'return'Tue, 16 Sep 2014 14:40:25 -0700, by Martin von Zweigbergk
-
largefiles: remove dead assignment left over from change 1ff42ee98446Tue, 16 Sep 2014 11:35:13 -0700, by Martin von Zweigbergk
-
match: simplify brittle predicate constructionFri, 19 Sep 2014 13:49:58 -0700, by Martin von Zweigbergk
-
convert: change default for git rename detection to 50%Tue, 23 Sep 2014 14:45:23 -0700, by Siddharth Agarwal
-
convert: simplify git.similarity parsingTue, 23 Sep 2014 14:40:32 -0700, by Siddharth Agarwal
-
revset: fast implementation for fullreposet.__and__Wed, 24 Sep 2014 20:11:36 -0700, by Pierre-Yves David
-
revset: turn spanset into a factory functionThu, 18 Sep 2014 13:04:02 -0700, by Pierre-Yves David
-
revert: add a fullreposet classTue, 29 Apr 2014 19:06:15 -0700, by Pierre-Yves David
-
obsolete: ensure that `getrevs` always return a setTue, 23 Sep 2014 12:21:38 -0700, by Pierre-Yves David
-
hgweb: fail if an invalid command was supplied in url path (issue4071) stableMon, 22 Sep 2014 23:46:38 +0900, by Anton Shestakov
-
merge with stableSat, 27 Sep 2014 13:18:10 -0500, by Matt Mackall
-
revset: add an optimised baseset.__contains__ (issue4371) stableTue, 16 Sep 2014 23:59:29 -0700, by Pierre-Yves David
-
merge with stableMon, 22 Sep 2014 16:14:08 -0500, by Matt Mackall
-
commands: deprecate the parents commandsMon, 22 Sep 2014 16:03:07 -0500, by Matt Mackall
-
revset: remove nullrev from the bookmark computationWed, 17 Sep 2014 19:56:59 -0700, by Pierre-Yves David
-
revset: unify code flow in `bookmark`Wed, 17 Sep 2014 10:58:25 -0700, by Pierre-Yves David
-
revset: remove invalid value in the origin setWed, 17 Sep 2014 10:59:30 -0700, by Pierre-Yves David
-
revset: remove nullrev from set computed in parents()Wed, 17 Sep 2014 19:49:26 -0700, by Pierre-Yves David
-
revset: refactor parents() into a single return pointWed, 17 Sep 2014 19:44:03 -0700, by Pierre-Yves David
-
revset: remove nullrev from set computed in p1() and p2()Wed, 17 Sep 2014 04:40:30 -0700, by Pierre-Yves David
-
revset: document the choice made in __generatorset.__iter__Tue, 16 Sep 2014 23:42:41 -0700, by Pierre-Yves David
-
help: mention mode in hg log --removed help (issue4381) stableSun, 21 Sep 2014 10:31:34 -0500, by Matt Mackall
-
commit: catch changed exec bit on files from p1 (issue4382) stableSun, 21 Sep 2014 10:07:06 -0500, by Matt Mackall
-
revert: add a `drop` actionSat, 30 Aug 2014 02:25:23 +0200, by Pierre-Yves David
-
revert: explicitly track added but deleted fileSat, 30 Aug 2014 02:23:25 +0200, by Pierre-Yves David
-
revert: have an explicit action for "forget"Mon, 01 Sep 2014 12:36:48 +0200, by Pierre-Yves David
-
revert: split between newly added file and file added in other changesetSat, 30 Aug 2014 18:20:29 +0200, by Pierre-Yves David
-
revset: stop using a baseset instead of a plain list in _revsbetweenTue, 16 Sep 2014 22:55:49 -0700, by Pierre-Yves David
-
run-tests: added 'cuser', 'csys' time info in report.json fileFri, 19 Sep 2014 07:23:10 +0530, by anuraggoel
-
import: let --exact 'work' with --no-commit (issue4376)Fri, 19 Sep 2014 14:51:58 -0500, by Matt Mackall
-
obsolete: use C code for headrevs calculationTue, 16 Sep 2014 16:03:21 -0700, by Durham Goode
-
revset: simplify orderedlazyset creation in spanset methodTue, 16 Sep 2014 23:47:34 -0700, by Pierre-Yves David
-
revset: use spanset.isdescending in multiple simple placesTue, 16 Sep 2014 23:37:03 -0700, by Pierre-Yves David
-
revset: wider definition of ascending and descending for spansetTue, 16 Sep 2014 23:34:18 -0700, by Pierre-Yves David
-
annotate: port to generic templater enabled by hidden -T optionWed, 17 Sep 2014 23:21:20 +0900, by Yuya Nishihara
-
annotate: split functions to get data without applying text formattingTue, 16 Sep 2014 23:40:24 +0900, by Yuya Nishihara
-
annotate: remove unused variable in calculation of column widthsFri, 29 Aug 2014 06:19:32 +0200, by Yuya Nishihara
-
annotate: build format string separately from annotation dataFri, 29 Aug 2014 05:36:52 +0200, by Yuya Nishihara
-
formatter: convert float value to jsonWed, 17 Sep 2014 22:21:01 +0900, by Yuya Nishihara
-
formatter: have jsonformatter accept tuple as valueWed, 17 Sep 2014 21:30:22 +0900, by Yuya Nishihara
-
formatter: extract function that encode values to json stringWed, 17 Sep 2014 21:15:43 +0900, by Yuya Nishihara
-
contrib/synthrepo: pass options to ctx.diff as kwargs, not a dictFri, 12 Sep 2014 21:38:52 -0400, by Mike Edgar
-
contrib/synthrepo: only generate 2 parents if model contains mergesFri, 12 Sep 2014 17:43:37 -0400, by Mike Edgar
-
convert: add support to find git copies from all files in the working copyFri, 12 Sep 2014 12:28:30 -0700, by Siddharth Agarwal
-
convert: add support to detect git renames and copiesFri, 12 Sep 2014 11:23:26 -0700, by Siddharth Agarwal
-
convert: for git, factor out code to add entries to a separate functionThu, 11 Sep 2014 23:57:49 -0700, by Siddharth Agarwal
-
convert: for git's getchanges, always split entry line into componentsThu, 11 Sep 2014 23:37:47 -0700, by Siddharth Agarwal
-
convert: for git's getchanges, use explicit index for iterationThu, 11 Sep 2014 23:35:19 -0700, by Siddharth Agarwal
-
convert: add initial docs for git sourcesFri, 12 Sep 2014 10:17:56 -0700, by Siddharth Agarwal
-
color: document that changeset phases have labelsSun, 24 Aug 2014 17:27:28 -0400, by Jordi Gutiérrez Hermoso
-
color: change the debug output formatFri, 19 Sep 2014 12:51:15 -0500, by Matt Mackall
-
color: enable debug option to show labelsSun, 24 Aug 2014 17:40:27 -0400, by Jordi Gutiérrez Hermoso
-
color: document that labels are used for colorizing textSun, 24 Aug 2014 17:35:36 -0400, by Jordi Gutiérrez Hermoso
-
contrib: add OS X p4merge to mergetools.hgrcWed, 27 Aug 2014 16:39:44 +0200, by Mads Kiilerich
-
patch: enable diff.tab markup for the color extensionWed, 20 Aug 2014 15:15:50 -0400, by Jordi Gutiérrez Hermoso
-
dirstate: copyedit exception for no beginparentchange callWed, 17 Sep 2014 13:08:03 -0700, by Siddharth Agarwal
-
revsetbenchmarks: add an additional roots() benchmarkSun, 07 Sep 2014 11:33:22 -0700, by Gregory Szorc
-
merge with stableTue, 16 Sep 2014 14:49:56 -0500, by Matt Mackall
-
mq: examine "pushable" of already applied patch correctly stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
mq: pop correct patches when changing pushable-ness of already applied ones stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
mq: report correct numbers for changing "number of guarded, applied patches" stableFri, 12 Sep 2014 02:29:19 +0900, by FUJIWARA Katsunori
-
annotate: remove redundant check for empty list of annotation dataFri, 29 Aug 2014 05:09:59 +0200, by Yuya Nishihara
-
revset: lower weight for _intlist functionFri, 12 Sep 2014 14:21:18 -0700, by Durham Goode
-
revset: make parents() O(number of parents)Fri, 12 Sep 2014 15:00:51 -0700, by Durham Goode
-
revset: make descendants() lazierFri, 12 Sep 2014 16:21:13 -0700, by Durham Goode
-
check-code: look for misuse of __bool__Wed, 17 Sep 2014 00:28:37 +0900, by Yuya Nishihara
-
formatter: correct bool testing which should be __nonzero__ in Python 2Wed, 17 Sep 2014 00:31:03 +0900, by Yuya Nishihara
-
contrib/synthrepo: return None to delete files on commit, don't raise IOErrorMon, 15 Sep 2014 16:07:54 -0400, by Mike Edgar
-
wix: contrib/sample.hgrc is no moreMon, 15 Sep 2014 09:36:12 -0500, by Steve Borho
-
dockerrpm: create a yum/dnf repo from the generated rpmsSun, 31 Aug 2014 13:41:09 +0200, by Mads Kiilerich
-
docker: add CentOS 5Thu, 15 May 2014 01:48:37 +0200, by Mads Kiilerich
-
docker: use stable tags for fedora and centosSun, 31 Aug 2014 13:41:09 +0200, by Mads Kiilerich
-
dockerrpm: prepare source outside docker and just run rpmbuild inside dockerFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich
-
dockerrpm: run docker build process as the current user, not as rootFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich
-
dockerrpm: better handling of specification of docker nameFri, 30 May 2014 14:14:33 +0200, by Mads Kiilerich