Mercurial > hg
graph
-
record: change recording function to work with crecordThu, 12 Mar 2015 14:20:32 -0700, by Laurent Charignon
-
record: add crecord's ui logic to coreThu, 12 Mar 2015 14:19:11 -0700, by Laurent Charignon
-
record: change interface of dorecord to accept new filtersWed, 11 Mar 2015 16:39:38 -0700, by Laurent Charignon
-
record: remove duplicated testsWed, 11 Mar 2015 16:18:47 -0700, by Laurent Charignon
-
record: make record use commit -iWed, 11 Mar 2015 15:54:11 -0700, by Laurent Charignon
-
style: kill ersatz if-else ternary operatorsFri, 13 Mar 2015 17:00:06 -0400, by Jordi Gutiérrez Hermoso
-
cvsps: use a different tiebreaker to avoid flaky testFri, 13 Mar 2015 14:20:13 -0400, by Augie Fackler
-
templates: fix "log -q" output of default style stableSat, 14 Mar 2015 22:34:27 +0900, by Yuya Nishihara
-
merge with stableFri, 13 Mar 2015 17:55:04 -0500, by Matt Mackall
-
subrepo: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 22:59:52 -0400, by Matt Harbison
-
files: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 22:55:35 -0400, by Matt Harbison
-
context: add a repo accessorThu, 12 Mar 2015 22:54:53 -0400, by Matt Harbison
-
test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)Thu, 12 Mar 2015 21:49:20 -0400, by Augie Fackler
-
lazymanifest: make __iter__ generate filenames, not 3-tuplesThu, 12 Mar 2015 18:18:29 -0700, by Martin von Zweigbergk
-
lazymanifest: fix pure hg iterkeys()Thu, 12 Mar 2015 18:53:44 -0700, by Martin von Zweigbergk
-
hgweb: prevent loading style map from directories other than specified paths stableFri, 13 Mar 2015 21:18:59 +0900, by Yuya Nishihara
-
lazymanifest: add iterkeys() methodWed, 11 Mar 2015 13:46:15 -0700, by Martin von Zweigbergk
-
lazymanifest: extract function for iterating to next lineWed, 11 Mar 2015 13:15:26 -0700, by Martin von Zweigbergk
-
lazymanifest: fail if path or hash strings cannot be createdWed, 11 Mar 2015 13:35:34 -0700, by Martin von Zweigbergk
-
manifest: rewrite find(node, f) in terms of read(node)Wed, 11 Mar 2015 08:28:56 -0700, by Martin von Zweigbergk
-
ssl: load CA certificates from system's store by default on Python 2.7.9Thu, 26 Feb 2015 22:54:13 +0900, by Yuya Nishihara
-
ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)Wed, 04 Mar 2015 23:27:04 +0900, by Yuya Nishihara
-
test-https: enable dummycert test only if Apple python is used (issue4500)Wed, 04 Mar 2015 22:41:48 +0900, by Yuya Nishihara
-
ssl: extract function that returns dummycert path on Apple pythonWed, 04 Mar 2015 22:27:01 +0900, by Yuya Nishihara
-
largefiles: don't create chain of __contains__ callsWed, 11 Mar 2015 21:36:48 -0700, by Martin von Zweigbergk
-
lazymanifest: don't depend on printf's 'hh' format to workThu, 12 Mar 2015 09:06:45 -0700, by Martin von Zweigbergk
-
bundle2: test hooking using the new transaction-level hookWed, 11 Mar 2015 17:53:50 -0700, by Pierre-Yves David
-
hook: add a generic hook right before we commit a transactionMon, 09 Mar 2015 22:50:49 -0700, by Pierre-Yves David
-
transaction: add a validation stageMon, 09 Mar 2015 22:43:36 -0700, by Pierre-Yves David
-
hook: add a generic hook after transaction has been closedMon, 09 Mar 2015 22:36:56 -0700, by Pierre-Yves David
-
hook: have a generic hook for transaction openingWed, 10 Dec 2014 18:19:49 -0800, by Pierre-Yves David
-
templater: allow piping generator-type function output to filtersTue, 24 Feb 2015 00:04:55 +0900, by Yuya Nishihara
-
record: add new tests for commit interactive (same tests as record)Wed, 11 Mar 2015 15:22:34 -0700, by Laurent Charignon
-
record: add interactive option to the commit commandWed, 11 Mar 2015 15:22:04 -0700, by Laurent Charignon
-
manifest: don't let find() look inside manifestdictTue, 10 Mar 2015 16:26:13 -0700, by Martin von Zweigbergk
-
largefiles: replace manifestdict.__contains__, don't extend classMon, 09 Mar 2015 17:13:22 -0700, by Martin von Zweigbergk
-
files: split reusable implementation into cmdutil for subrepo supportSun, 08 Mar 2015 16:50:57 -0400, by Matt Harbison
-
files: use ctx object to access dirstateSun, 08 Mar 2015 16:45:29 -0400, by Matt Harbison
-
copies: added manifests to computenonoverlapTue, 10 Mar 2015 13:56:05 -0700, by Durham Goode
-
record: move dorecord from record to cmdutilTue, 10 Mar 2015 17:14:33 -0700, by Laurent Charignon
-
record: remove dependency on hg module in recordTue, 10 Mar 2015 17:09:07 -0700, by Laurent Charignon
-
record: remove dependency on extensions module in dorecordTue, 10 Mar 2015 17:03:40 -0700, by Laurent Charignon
-
record: move filterpatch from record to patchTue, 10 Mar 2015 14:42:07 -0700, by Laurent Charignon
-
patch.internalpatch: add a default value for prefixTue, 10 Mar 2015 17:34:42 -0700, by Siddharth Agarwal
-
histedit: remove extra histedit constructor callWed, 11 Mar 2015 07:19:55 -0700, by Durham Goode
-
color: consolidate cut-and-paste codeWed, 11 Mar 2015 09:34:22 -0400, by Jordi Gutiérrez Hermoso
-
record: move parsepatch from record to patchMon, 09 Mar 2015 13:16:25 -0700, by Laurent Charignon
-
record: move scanpatch from record to patchMon, 09 Mar 2015 13:14:31 -0700, by Laurent Charignon
-
record: move hunk class from record to patchMon, 09 Mar 2015 13:09:15 -0700, by Laurent Charignon
-
record: move countChanges in the hunk classMon, 09 Mar 2015 13:08:19 -0700, by Laurent Charignon
-
record: move header class from record to patchMon, 09 Mar 2015 13:04:50 -0700, by Laurent Charignon
-
cmdutil.tryimportone: allow importing relative patches with --bypassTue, 10 Mar 2015 13:06:38 -0700, by Siddharth Agarwal
-
cmdutil.tryimportone: allow importing relative patches into the working dirMon, 09 Mar 2015 18:22:24 -0700, by Siddharth Agarwal
-
commands.import: accept a prefix optionFri, 06 Mar 2015 22:56:19 -0800, by Siddharth Agarwal
-
test: make version based test-extensions failure more explanatoryTue, 10 Mar 2015 11:01:10 -0700, by Pierre-Yves David
-
subrepo: add status support for ignored and clean files in git subreposMon, 09 Mar 2015 22:14:09 +0100, by Mathias De Maré
-
revlog: addgroup checks if incoming deltas add censored revs, sets flag bitWed, 14 Jan 2015 15:16:08 -0500, by Mike Edgar
-
patch.internalpatch: accept a prefix parameterFri, 06 Mar 2015 22:43:47 -0800, by Siddharth Agarwal
-
patch.patchbackend: accept a prefix parameterFri, 06 Mar 2015 22:27:41 -0800, by Siddharth Agarwal
-
repair: define explicit local variable, don't reuse a comprehension variableTue, 10 Mar 2015 16:25:10 -0400, by Mike Edgar