Mercurial > hg
graph
-
encoding.upper: factor out fallback codeWed, 01 Apr 2015 00:30:41 -0700, by Siddharth Agarwal
-
cygwin: define normcase spec and fallbackWed, 01 Apr 2015 00:29:22 -0700, by Siddharth Agarwal
-
darwin: define normcase spec and fallbackTue, 31 Mar 2015 23:30:19 -0700, by Siddharth Agarwal
-
posix: define normcase spec and fallbackWed, 01 Apr 2015 00:26:07 -0700, by Siddharth Agarwal
-
encoding: define an enum that specifies what normcase does to ASCII stringsWed, 01 Apr 2015 00:21:10 -0700, by Siddharth Agarwal
-
merge with stableThu, 02 Apr 2015 16:51:00 -0500, by Matt Mackall
-
json: implement {help} templateWed, 01 Apr 2015 22:24:03 -0700, by Gregory Szorc
-
json: implement {helptopics} templateWed, 01 Apr 2015 22:16:05 -0700, by Gregory Szorc
-
json: implement {manifest} templateWed, 01 Apr 2015 22:04:03 -0700, by Gregory Szorc
-
json: implement {shortlog} and {changelog} templatesTue, 31 Mar 2015 22:53:48 -0700, by Gregory Szorc
-
help: populate template functions via docstringsWed, 01 Apr 2015 20:23:58 -0700, by Gregory Szorc
-
templater: add consistent docstrings to functionsWed, 01 Apr 2015 20:19:43 -0700, by Gregory Szorc
-
changeset_printer: hide manifest node for workingctxSat, 14 Mar 2015 17:33:22 +0900, by Yuya Nishihara
-
changeset_printer: display p1rev:p1node with "+" suffix for workingctxSat, 14 Mar 2015 20:01:30 +0900, by Yuya Nishihara
-
changeset_printer: handle workingctx in _meaningful_parentrevs()Sat, 14 Mar 2015 17:29:48 +0900, by Yuya Nishihara
-
scmutil: add function to help handling workingctx in arithmetic operationSat, 14 Mar 2015 19:38:59 +0900, by Yuya Nishihara
-
tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)Thu, 02 Apr 2015 08:18:33 +0200, by Mathias De Maré
-
hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style stableThu, 02 Apr 2015 21:29:05 +0900, by Yuya Nishihara
-
merge with stableWed, 01 Apr 2015 20:38:36 -0500, by Matt Mackall
-
encoding: use parsers.asciiupper when availableTue, 31 Mar 2015 15:22:09 -0700, by Siddharth Agarwal
-
parsers: introduce an asciiupper functionTue, 31 Mar 2015 13:46:21 -0700, by Siddharth Agarwal
-
parsers: make _asciilower a generic _asciitransform functionTue, 31 Mar 2015 10:28:17 -0700, by Siddharth Agarwal
-
parsers._asciilower: use an explicit return objectWed, 01 Apr 2015 13:58:51 -0700, by Siddharth Agarwal
-
parsers: factor out most of asciilower into an internal functionTue, 31 Mar 2015 10:25:29 -0700, by Siddharth Agarwal
-
manifestv2: add support for writing new manifest formatTue, 31 Mar 2015 14:01:33 -0700, by Martin von Zweigbergk
-
manifestv2: add support for reading new manifest formatFri, 27 Mar 2015 22:26:41 -0700, by Martin von Zweigbergk
-
manifestv2: set requires at repo creation timeTue, 31 Mar 2015 22:45:45 -0700, by Martin von Zweigbergk
-
test-manifest: extract constants for binary hashesTue, 31 Mar 2015 15:06:55 -0700, by Martin von Zweigbergk
-
test-manifest: create constant for empty manifestTue, 31 Mar 2015 14:46:05 -0700, by Martin von Zweigbergk
-
patchbomb: factor out scmutil.revrange() callsMon, 30 Mar 2015 23:25:55 +0900, by Yuya Nishihara
-
patchbomb: return outgoing revs as a smartsetTue, 31 Mar 2015 00:52:17 +0900, by Yuya Nishihara
-
templatefilters: add "upper" and "lower" for case conversionMon, 30 Mar 2015 23:54:29 +0900, by Yuya Nishihara
-
repoview: improve compute staticblockers perfWed, 01 Apr 2015 12:50:10 -0700, by Durham Goode
-
hgweb: add phase to {changeset} templateTue, 31 Mar 2015 22:29:12 -0700, by Gregory Szorc
-
json: implement {changeset} templateTue, 31 Mar 2015 22:35:12 -0700, by Gregory Szorc
-
test-hgweb-json: fix URL for file revision testsTue, 31 Mar 2015 21:49:10 -0700, by Gregory Szorc
-
dirstate._normalize: don't construct dirfoldmap if not necessaryTue, 31 Mar 2015 19:34:37 -0700, by Siddharth Agarwal
-
dirstate.walk: don't keep track of normalized files in parallelTue, 31 Mar 2015 19:29:39 -0700, by Siddharth Agarwal
-
dirstate.walk: factor out directory traversalTue, 31 Mar 2015 19:18:27 -0700, by Siddharth Agarwal
-
i18n-pt_BR: synchronized with d09262d6ec23 stable 3.3.3Tue, 31 Mar 2015 20:20:17 -0300, by Wagner Bruna
-
tests: fix py2.4 glob for devel warningsTue, 31 Mar 2015 18:09:21 -0500, by Matt Mackall
-
merge with stableTue, 31 Mar 2015 17:49:46 -0500, by Matt Mackall
-
dirstate: fix order of initializing nf vs fTue, 31 Mar 2015 15:41:02 -0700, by Siddharth Agarwal
-
treemanifest: make treemanifest.matches() fasterMon, 30 Mar 2015 18:10:59 -0700, by Drew Gottlieb
-
treemanifest: add treemanifest._isempty()Mon, 30 Mar 2015 17:21:49 -0700, by Drew Gottlieb
-
treemanifest: remove treemanifest._intersectfiles()Fri, 27 Mar 2015 13:16:13 -0700, by Drew Gottlieb
-
manifest: add some tests for manifest.matches()Mon, 30 Mar 2015 11:58:39 -0700, by Drew Gottlieb
-
forget: cleanup the output for an inexact case match on icasefs stableTue, 31 Mar 2015 17:42:46 -0400, by Matt Harbison
-
json: implement {branches} templateMon, 30 Mar 2015 21:37:24 -0700, by Gregory Szorc
-
json: implement {bookmarks} templateTue, 31 Mar 2015 14:54:56 -0700, by Gregory Szorc
-
json: implement {tags} templateTue, 31 Mar 2015 14:52:21 -0700, by Gregory Szorc
-
templates: add a stub template for jsonMon, 30 Mar 2015 20:15:03 -0700, by Gregory Szorc
-
get-with-headers: support parsing and pretty printing JSONMon, 30 Mar 2015 20:56:54 -0700, by Gregory Szorc
-
merge with stableTue, 31 Mar 2015 16:14:14 -0500, by Matt Mackall
-
dirstate.walk: use the file foldmap to normalizeSun, 29 Mar 2015 19:47:16 -0700, by Siddharth Agarwal
-
dirstate: split the foldmap into separate ones for files and directoriesSun, 29 Mar 2015 19:42:49 -0700, by Siddharth Agarwal
-
dirstate: introduce function to normalize just filenamesSat, 28 Mar 2015 18:53:54 -0700, by Siddharth Agarwal
-
dirstate: factor out code to discover normalized pathSun, 29 Mar 2015 19:23:05 -0700, by Siddharth Agarwal