Mercurial > hg
graph
-
exchange: catch down to BaseException when handling bundle2Mon, 18 May 2015 15:33:21 -0500, by Pierre-Yves David
-
bundle2: use BaseException in bundle2Mon, 18 May 2015 13:23:14 -0500, by Pierre-Yves David
-
check-code: drop ban of BaseExceptionMon, 18 May 2015 13:20:19 -0500, by Pierre-Yves David
-
wireproto: turn an 'except' into a 'finally' as suggest by the commentMon, 18 May 2015 13:25:07 -0500, by Pierre-Yves David
-
check-code: drop the yield inside try/finally banMon, 18 May 2015 12:56:59 -0500, by Pierre-Yves David
-
run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)Mon, 18 May 2015 15:34:42 -0400, by Matt Harbison
-
tests: check import cycles in hgext/**.py, tooMon, 18 May 2015 02:53:08 +0900, by FUJIWARA Katsunori
-
import-checker: don't treat modules as relative one if not foundMon, 18 May 2015 02:52:58 +0900, by FUJIWARA Katsunori
-
import-checker: make imported_modules yield absolute dotted_name_of_pathMon, 18 May 2015 02:52:55 +0900, by FUJIWARA Katsunori
-
import-checker: add utility to examine what module is imported easilyMon, 18 May 2015 02:50:22 +0900, by FUJIWARA Katsunori
-
subrepo: further replacement of try/except with 'next'Mon, 18 May 2015 12:31:41 -0500, by Pierre-Yves David
-
parsers: use 'next' instead of try/exceptMon, 18 May 2015 12:27:15 -0500, by Pierre-Yves David
-
dagparser: use 'next' instead of try/except for default valueMon, 18 May 2015 12:22:44 -0500, by Pierre-Yves David
-
getlogrevs: rewrite a loop to get read of try/exceptMon, 18 May 2015 12:18:00 -0500, by Pierre-Yves David
-
_makelogrevset: replace try/except with 'next' usageMon, 18 May 2015 12:17:08 -0500, by Pierre-Yves David
-
ignore: move readpatternfile to match.pySat, 16 May 2015 15:46:54 -0700, by Durham Goode
-
ignore: rename readignorefile to readpatternfileSat, 16 May 2015 15:45:46 -0700, by Durham Goode
-
ignore: combine readignorefile and _ignorefileSat, 16 May 2015 15:45:06 -0700, by Durham Goode
-
ignore: move bad file handling out of readignorefileSat, 16 May 2015 15:37:59 -0700, by Durham Goode
-
ignore: remove .hgignore from ignore list if nonexistentSat, 16 May 2015 15:24:43 -0700, by Durham Goode
-
run-tests: replace open-coded .decode()s on paths with a helper (issue4667)Sun, 17 May 2015 21:47:18 -0400, by Augie Fackler
-
run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)Sun, 17 May 2015 21:40:12 -0400, by Augie Fackler
-
run-tests: insist that if people use Python 3, they use 3.5.xSun, 17 May 2015 21:26:04 -0400, by Augie Fackler
-
run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)Sun, 17 May 2015 21:18:56 -0400, by Augie Fackler
-
run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)Sun, 17 May 2015 21:17:13 -0400, by Augie Fackler
-
run-tests: introduce PYTHON3 boolean constant (issue4668)Sun, 17 May 2015 21:12:33 -0400, by Augie Fackler
-
run-tests: drop subprocess _cleanup monkeypatchSun, 17 May 2015 21:15:45 -0400, by Augie Fackler
-
run-tests: drop wifexited polyfillSun, 17 May 2015 21:15:04 -0400, by Augie Fackler
-
test-import: update for no-execbit platforms with 1ef96a3b8b89Mon, 18 May 2015 11:43:10 -0400, by Matt Harbison
-
test-treemanifest: add globs for WindowsMon, 18 May 2015 11:37:29 -0400, by Matt Harbison
-
util: drop any() and all() polyfillsSat, 16 May 2015 14:37:24 -0400, by Augie Fackler
-
cleanup: use __builtins__.all instead of util.allSat, 16 May 2015 14:34:19 -0400, by Augie Fackler
-
check-code: un-ban __builtins__.all now that we're on 2.6Sat, 16 May 2015 14:34:04 -0400, by Augie Fackler
-
cleanup: use __builtins__.any instead of util.anySat, 16 May 2015 14:30:07 -0400, by Augie Fackler
-
check-code: un-ban any() now that we're on 2.6Sat, 16 May 2015 14:31:03 -0400, by Augie Fackler
-
walkchangerevs: replace try/except with 'next'Sun, 17 May 2015 18:11:02 -0700, by Pierre-Yves David
-
generatorset: use 'next()' to simplify the codeSun, 17 May 2015 18:06:09 -0700, by Pierre-Yves David
-
revset: use 'next()' to detect end of iteration in 'last'Sun, 17 May 2015 18:00:38 -0700, by Pierre-Yves David
-
revset: use 'next()' to detect end of iteration in 'limit'Sun, 17 May 2015 17:58:39 -0700, by Pierre-Yves David
-
_revancestors: use 'next' to remove the verbose try except clausesSun, 17 May 2015 17:54:58 -0700, by Pierre-Yves David
-
check-code: lift the ban on 'next()'Sun, 17 May 2015 17:47:42 -0700, by Pierre-Yves David
-
check-code: drop the 'isdisjoint' banSun, 17 May 2015 17:45:47 -0700, by Pierre-Yves David
-
check-code: fix the error message about 'class foo():'Sun, 17 May 2015 17:40:26 -0700, by Pierre-Yves David
-
check-code: remove the check for os.path.relpathSun, 17 May 2015 17:36:26 -0700, by Pierre-Yves David
-
patch: remove duplicated import of cStringIOSun, 17 May 2015 17:27:10 -0700, by Pierre-Yves David
-
check-commit: print limit when user has a too-long summaryMon, 18 May 2015 11:36:33 -0400, by Augie Fackler
-
paper: show branch/tags/bookmarks when blaming (issue3559)Fri, 15 May 2015 20:04:24 +0800, by Anton Shestakov
-
paper: show branch/tags/bookmarks when comparing (issue3559)Fri, 15 May 2015 20:03:42 +0800, by Anton Shestakov
-
paper: show branch/tags/bookmarks when diffing (issue3559)Fri, 15 May 2015 20:02:41 +0800, by Anton Shestakov
-
paper: show branch/tags/bookmarks when viewing (issue3559)Fri, 15 May 2015 20:00:47 +0800, by Anton Shestakov
-
paper: show branch/tags/bookmarks when browsing (issue3559)Fri, 15 May 2015 18:17:36 +0800, by Anton Shestakov
-
revset: extract addset._iterordered to free functionSat, 16 May 2015 21:42:09 +0900, by Yuya Nishihara
-
revset: use fastasc/fastdesc switch consistently in addset.__iter__Sat, 16 May 2015 14:05:02 +0900, by Yuya Nishihara
-
revset: drop redundant filteredset from right-hand side set of "or" operationMon, 30 Mar 2015 20:56:37 +0900, by Yuya Nishihara
-
getbundle: sort bundlecaps before exchanging then over the wireSun, 10 May 2015 05:11:13 -0700, by Pierre-Yves David
-
hg-ssh: reject push earlier (on pretxnopen)Sun, 10 May 2015 04:39:11 -0700, by Pierre-Yves David
-
test: test both bundle1 and bundle2 paths in 'test-push-hook-lock.t'Sun, 10 May 2015 03:06:00 -0700, by Pierre-Yves David
-
progress: get the extremely verbose output out of default debugSat, 09 May 2015 23:40:40 -0700, by Pierre-Yves David
-
hgweb: show changeset branches/tags/bookmarks in file log (style=monoblue)Fri, 15 May 2015 11:52:39 +0800, by Anton Shestakov
-
hgweb: show changeset branches/tags/bookmarks in file log (style=gitweb)Fri, 15 May 2015 11:42:09 +0800, by Anton Shestakov
-
match: resolve filesets in subrepos for commands given the '-S' argumentSat, 16 May 2015 00:36:35 -0400, by Matt Harbison
-
subrepo: introduce getfileset()Fri, 15 May 2015 23:13:05 -0400, by Matt Harbison
-
phase: default to current revision if no rev is provided (issue4666)Fri, 15 May 2015 09:46:21 +0200, by Gilles Moris
-
treemanifest: add --dir option to debug{revlog,data,index}Sun, 12 Apr 2015 23:51:06 -0700, by Martin von Zweigbergk
-
obsolete: sort obsmarkers during exchangeSun, 10 May 2015 06:48:08 -0700, by Pierre-Yves David
-
test-discovery-legacy: disable bundle2 for legacy testTue, 21 Apr 2015 12:01:34 +0200, by Pierre-Yves David
-
test-discovery: disable bundle2 for legacy test (issue4610)Tue, 21 Apr 2015 11:18:47 +0200, by Pierre-Yves David
-
revset: fix iteration over ordered addset composed of non-ordered operandsFri, 15 May 2015 00:25:43 -0700, by Pierre-Yves David
-
match: add match.ispartial()Fri, 15 May 2015 15:43:26 -0700, by Drew Gottlieb
-
util: drop alias for collections.dequeSat, 16 May 2015 11:28:04 -0700, by Martin von Zweigbergk
-
util: kill Python 2.4 deque.remove hackSat, 16 May 2015 09:03:21 +0200, by Adrian Buehlmann
-
summary: add a phase line (draft, secret) to the outputThu, 14 May 2015 17:38:38 +0200, by Gilles Moris
-
hgweb: also display changeset bookmarks in file log (style=paper)Fri, 15 May 2015 12:19:51 +0800, by Anton Shestakov
-
tests: test branch/tag/bookmark display in test-hgweb-filelog.tFri, 15 May 2015 13:30:34 +0800, by Anton Shestakov
-
hgweb: split some long lines in paper, gitweb and monoblue stylesFri, 15 May 2015 02:07:43 +0800, by Anton Shestakov
-
run-tests: add a --profile-runner optionWed, 13 May 2015 11:22:06 -0700, by Augie Fackler
-
test-http: drop compatibility check on Python >= 2.4.3Fri, 15 May 2015 10:24:59 +0200, by Gilles Moris
-
revset: remove unused 'only' from methods tableFri, 15 May 2015 22:38:24 +0900, by Yuya Nishihara
-
shelve: allow --patch and --stat without --list for a single shelfTue, 14 Apr 2015 16:23:54 -0400, by Tony Tung
-
shelve: refactor allowables to specify sets of valid operationsTue, 14 Apr 2015 16:23:07 -0400, by Tony Tung
-
merge with stableFri, 15 May 2015 11:52:09 -0500, by Matt Mackall
-
rebase: check that the bookmark is still valid when restoring (issue4669) stableThu, 14 May 2015 21:35:06 -0700, by Tony Tung
-
bookmarks: rename current to active in variables and commentsTue, 14 Apr 2015 12:53:48 -0700, by Ryan McElroy
-
rebase: remove extraneous blank at the end of fileThu, 14 May 2015 21:34:46 -0700, by Tony Tung
-
run-tests: include 'start' and 'end' in --time outputThu, 07 May 2015 23:40:29 -0700, by Pierre-Yves David
-
run-tests: track start and end time of testsThu, 07 May 2015 23:34:58 -0700, by Pierre-Yves David
-
templater: look for mapfiles in template pathsFri, 15 May 2015 09:07:27 -0400, by Jordi Gutiérrez Hermoso
-
config: give it an includepaths option for looking for config filesFri, 15 May 2015 09:04:32 -0400, by Jordi Gutiérrez Hermoso
-
revset: map postfix '%' to only() to optimize operand recursively (issue4670) stableFri, 15 May 2015 22:32:31 +0900, by Yuya Nishihara
-
dirs.c: pass C string, not Python string, to _finddir()Fri, 08 May 2015 14:13:12 -0700, by Martin von Zweigbergk
-
dirs.c: extract 'cpath' variable in _delpath() to match _addpath()Fri, 08 May 2015 14:11:00 -0700, by Martin von Zweigbergk
-
treemanifest: store submanifest revlog per directoryMon, 13 Apr 2015 23:21:02 -0700, by Martin von Zweigbergk
-
hghave: use try/except/finallyFri, 15 May 2015 10:29:39 -0500, by Matt Mackall
-
setup: use try/except/finallyFri, 15 May 2015 10:00:46 -0500, by Matt Mackall
-
util: use try/except/finallyFri, 15 May 2015 09:58:21 -0500, by Matt Mackall
-
tags: use try/except/finallyFri, 15 May 2015 09:58:02 -0500, by Matt Mackall
-
repoview: use try/except/finallyFri, 15 May 2015 09:57:44 -0500, by Matt Mackall
-
httppeer: use try/except/finallyFri, 15 May 2015 09:57:02 -0500, by Matt Mackall
-
hooks: use try/except/finallyFri, 15 May 2015 09:56:43 -0500, by Matt Mackall
-
hgweb: use try/except/finallyFri, 15 May 2015 09:56:27 -0500, by Matt Mackall
-
commands: use try/except/finallyFri, 15 May 2015 09:56:05 -0500, by Matt Mackall
-
bookmarks: use try/except/finallyFri, 15 May 2015 09:55:47 -0500, by Matt Mackall
-
shelve: use try/except/finallyFri, 15 May 2015 09:55:31 -0500, by Matt Mackall
-
largefiles: use try/except/finallyFri, 15 May 2015 09:55:15 -0500, by Matt Mackall
-
factotum: use try/except/finallyFri, 15 May 2015 09:54:56 -0500, by Matt Mackall
-
check-code: drop try/except/finally checkFri, 15 May 2015 09:54:35 -0500, by Matt Mackall
-
util.h: kill no longer needed definitions for Python < 2.6Thu, 14 May 2015 09:04:48 +0200, by Adrian Buehlmann
-
merge with stableThu, 14 May 2015 16:28:28 -0500, by Matt Mackall
-
setup: integrate osutil C extension into extmodules initializationThu, 14 May 2015 11:04:36 +0200, by Adrian Buehlmann
-
setup: move osutil_ldflags logic to before extmodules definitionThu, 14 May 2015 11:04:35 +0200, by Adrian Buehlmann
-
setup: kill pure hack for osutil on Windows for Python 2.4Thu, 14 May 2015 11:04:31 +0200, by Adrian Buehlmann
-
windows: add comment in normcase()Thu, 14 May 2015 11:37:36 +0200, by Adrian Buehlmann
-
rebase: clear merge when aborting before any rebasing (issue4661) stableSun, 10 May 2015 10:57:24 -0400, by Jordi Gutiérrez Hermoso
-
test-rebase-abort: add test from issue4009 stableSun, 10 May 2015 10:02:15 -0400, by Jordi Gutiérrez Hermoso
-
run-test.py: greatly increase the priority of 'check-code' testsFri, 08 May 2015 15:00:07 -0700, by Pierre-Yves David
-
run-tests: allow different extra weight for slow testsFri, 08 May 2015 00:04:07 -0700, by Pierre-Yves David
-
ignore: refactor syntax concatenationThu, 07 May 2015 21:00:46 -0700, by Durham Goode
-
ignore: refactor file read into a functionThu, 07 May 2015 20:57:37 -0700, by Durham Goode
-
import-checker: loop to get list of locally defined modules at firstThu, 14 May 2015 01:49:10 +0900, by FUJIWARA Katsunori
-
import-checker: add xargs like modeThu, 14 May 2015 01:49:10 +0900, by FUJIWARA Katsunori
-
store: add comment in _hashencode with reason for skipping the first 5 charsWed, 13 May 2015 20:36:56 +0200, by Adrian Buehlmann
-
test-run-tests: fix for Python 3.5Tue, 14 Apr 2015 10:57:15 -0400, by Augie Fackler
-
run-tests: make sure all script lines are bytesTue, 14 Apr 2015 16:09:39 -0400, by Augie Fackler
-
run-tests: fix checking a line to see if it needs globbingTue, 14 Apr 2015 10:56:58 -0400, by Augie Fackler
-
run-tests: unblock running python tests in python 3Tue, 14 Apr 2015 10:14:49 -0400, by Augie Fackler
-
run-tests: os.popen returns a string, make it bytes againMon, 13 Apr 2015 18:07:40 -0400, by Augie Fackler
-
run-tests: be more paranoid about os.system using bytesMon, 13 Apr 2015 17:24:10 -0400, by Augie Fackler
-
run-tests: blacklist entries are bytes, use bname to check blacklistingMon, 13 Apr 2015 17:17:17 -0400, by Augie Fackler
-
test-run-tests.t: work around file.write() returning an intMon, 13 Apr 2015 16:37:53 -0400, by Augie Fackler
-
run-tests: write bytes to the binary buffer on sys.{stdout,stderr}Tue, 14 Apr 2015 16:24:32 -0400, by Augie Fackler
-
run-tests: record faildata using bytes instead of strTue, 14 Apr 2015 16:21:10 -0400, by Augie Fackler
-
run-tests: do cdata escaping using bytes instead of strTue, 14 Apr 2015 16:18:11 -0400, by Augie Fackler
-
run-tests: make sure keyword(s) are in bytes and not strMon, 13 Apr 2015 16:33:12 -0400, by Augie Fackler
-
run-tests: use items instead of iteritems on dictsMon, 13 Apr 2015 16:31:19 -0400, by Augie Fackler
-
run-tests: refer to test.bname when sniffing for keywordsMon, 13 Apr 2015 16:30:40 -0400, by Augie Fackler
-
run-tests: string-escape no longer exists in python 3, use unicode_escapeMon, 13 Apr 2015 15:57:10 -0400, by Augie Fackler
-
run-tests: switch all uses of iolock.acquire() to a context managerMon, 13 Apr 2015 15:55:48 -0400, by Augie Fackler
-
run-tests: use difflib.diff_bytes on Python 3Tue, 21 Apr 2015 12:24:34 -0400, by Augie Fackler
-
run-tests: fix installation of hg by bytesifying more constantsSun, 12 Apr 2015 16:14:07 -0400, by Augie Fackler
-
setup: decode xcode version number on python3Sun, 12 Apr 2015 16:13:38 -0400, by Augie Fackler
-
run-tests: work around with_hg being bytes or string depending on provenanceSun, 12 Apr 2015 15:35:57 -0400, by Augie Fackler
-
run-tests: even more bytestring annotations for Python 3Tue, 14 Apr 2015 16:03:04 -0400, by Augie Fackler
-
run-tests: write bytes to sys.stdout.buffer in python 3Tue, 14 Apr 2015 16:02:49 -0400, by Augie Fackler
-
run-tests: be more judicious about bytes vs string on test attrsTue, 14 Apr 2015 15:59:59 -0400, by Augie Fackler
-
run-tests: fix _findprogram to reliably return bytesTue, 14 Apr 2015 15:56:44 -0400, by Augie Fackler
-
run-tests: introduce a name for os.environbTue, 14 Apr 2015 15:54:13 -0400, by Augie Fackler
-
run-tests: work around chr() producing unicode in Python 3Tue, 14 Apr 2015 15:52:45 -0400, by Augie Fackler
-
run-tests: use bytes when constructing shell scriptSat, 11 Apr 2015 18:28:32 -0400, by Augie Fackler
-
run-tests: use bytes explicitly for tmpdir and hgrc constructionSat, 11 Apr 2015 18:26:58 -0400, by Augie Fackler
-
run-tests: work around the rename of xrange to rangeSat, 11 Apr 2015 18:22:25 -0400, by Augie Fackler
-
heredoctest: 2to3 -w -f numliterals -f except -f print tests/heredoctest.pySun, 12 Apr 2015 15:34:17 -0400, by Augie Fackler
-
python3: update killdaemons and run-tests print and exception syntaxSat, 11 Apr 2015 18:20:44 -0400, by Augie Fackler
-
check-code: allow with statementsWed, 13 May 2015 11:49:38 -0700, by Pierre-Yves David
-
check-code: allow 'Except EClass as variable:'Wed, 13 May 2015 11:41:17 -0700, by Pierre-Yves David
-
check-code: allow print and exec as a functionWed, 13 May 2015 11:39:48 -0700, by Pierre-Yves David
-
pathencode: for long paths, strip first 5 chars, not first dirWed, 06 May 2015 15:58:14 -0700, by Martin von Zweigbergk
-
util.h: kill no longer needed definitions for Python < 2.5Wed, 13 May 2015 18:57:38 +0200, by Adrian Buehlmann
-
rebase: add short -k option for --keepTue, 12 May 2015 15:04:19 -0700, by Nat Mote
-
revset: test current behavior of addset classMon, 30 Mar 2015 19:51:40 +0900, by Yuya Nishihara
-
revset: remove duplicated definition of choice() from addset._iterordered()Mon, 27 Apr 2015 23:03:20 +0900, by Yuya Nishihara
-
canonpath: fix infinite recursionTue, 12 May 2015 19:40:45 -0500, by Matt Mackall
-
commit: no longer allow empty commit with the 'force' argument (API)Tue, 12 May 2015 11:44:14 -0700, by Pierre-Yves David
-
import: use ui.allowemptycommit to allow empty commitsMon, 11 May 2015 20:15:41 -0700, by Durham Goode
-
mq: use ui.allowemptycommit to allow empty commitsMon, 11 May 2015 17:51:22 -0700, by Durham Goode
-
commit: add ui.allowemptycommit config optionMon, 11 May 2015 16:18:28 -0700, by Durham Goode
-
commit: move empty commit condition to a new lineMon, 11 May 2015 16:16:22 -0700, by Durham Goode
-
dirs: speed up by storing number of direct children per dirFri, 08 May 2015 15:04:14 -0700, by Martin von Zweigbergk
-
dirs: back out forward-searching in finddirs()Fri, 08 May 2015 15:09:28 -0700, by Martin von Zweigbergk
-
templatekw: replace currentbookmark with activebookmark keywordWed, 15 Apr 2015 08:19:36 -0700, by Ryan McElroy
-
templatekw: introduce activebookmark keywordWed, 15 Apr 2015 08:12:04 -0700, by Ryan McElroy
-
templatekw: rename variable current to activeWed, 15 Apr 2015 08:26:01 -0700, by Ryan McElroy
-
pathutil: hint if a path is root relative instead of cwd relative (issue4663)Mon, 11 May 2015 21:26:13 -0400, by Matt Harbison
-
check-code: drop the python 2.5 warning for os.path.relpath()Mon, 11 May 2015 22:47:01 -0400, by Matt Harbison
-
setup.py: drop compatibility with Python 2.4 and 2.5 (BC)Fri, 08 May 2015 23:44:15 -0700, by Pierre-Yves David
-
rpm.spec: bump python dependency to 2.6Fri, 08 May 2015 23:28:33 -0700, by Pierre-Yves David
-
map-cmdline.bisect: rewrite to just %include the default templateSun, 10 May 2015 13:48:10 -0400, by Jordi Gutiérrez Hermoso
-
log: add a status templateSun, 10 May 2015 14:04:43 -0400, by Jordi Gutiérrez Hermoso
-
tests: fix hidden repeatability problem with age filter testTue, 12 May 2015 12:33:42 -0500, by Matt Mackall
-
help: rewrite template examples to use integer literals where appropriateSat, 02 May 2015 15:51:57 +0900, by Yuya Nishihara
-
templater: update error message of invalid number passed to word() functionSat, 02 May 2015 15:49:38 +0900, by Yuya Nishihara
-
templater: tokenize decimal integer literal (issue4638) (BC)Fri, 01 May 2015 20:43:55 +0900, by Yuya Nishihara
-
templater: switch methods table on compileexp() of func args and inner exprSat, 02 May 2015 18:05:04 +0900, by Yuya Nishihara
-
templatefilters: don't stringify None into "None"Sun, 10 May 2015 13:33:51 -0400, by Jordi Gutiérrez Hermoso
-
hgweb: clearly outline <tr> block in gitweb and spartan stylesSun, 10 May 2015 19:02:14 +0800, by Anton Shestakov
-
rebase: use dirstateguard instead of dirstate.invalidateThu, 07 May 2015 12:07:11 +0900, by FUJIWARA Katsunori
-
mq: use dirstateguard instead of dirstate.invalidate (qrefresh)Thu, 07 May 2015 12:07:11 +0900, by FUJIWARA Katsunori
-
mq: use dirstateguard instead of dirstate.invalidate (qpush)Thu, 07 May 2015 12:07:11 +0900, by FUJIWARA Katsunori
-
tryimportone: use dirstateguard instead of beginparentchange/endparentchangeThu, 07 May 2015 12:07:11 +0900, by FUJIWARA Katsunori
-
import: use dirstateguard instead of dirstate.invalidateThu, 07 May 2015 12:07:10 +0900, by FUJIWARA Katsunori
-
amend: use dirstateguard instead of dirstate.invalidateThu, 07 May 2015 12:07:10 +0900, by FUJIWARA Katsunori
-
localrepo: use changelog.hasnode instead of self.__contains__Thu, 07 May 2015 12:07:10 +0900, by FUJIWARA Katsunori
-
cmdutil: add class to restore dirstate during unexpected failureThu, 07 May 2015 12:07:10 +0900, by FUJIWARA Katsunori
-
merge with stableSun, 10 May 2015 14:45:13 -0500, by Matt Mackall
-
wix: add new json templates folder to MSI installersSat, 09 May 2015 16:06:04 -0500, by Steve Borho
-
templater: rename parsestring() to unquotestring() (API)Mon, 04 May 2015 10:03:13 +0900, by Yuya Nishihara
-
templater: remove noop calls of parsestring(s, quoted=False) (API)Mon, 04 May 2015 10:01:03 +0900, by Yuya Nishihara
-
bookmarks: simplify iscurrent to isactivewdirparent (API)Tue, 14 Apr 2015 12:45:15 -0700, by Ryan McElroy
-
tests: add a new commit to test-commandline-templateTue, 05 May 2015 14:45:09 -0400, by Jordi Gutiérrez Hermoso
-
run-tests: spread and document the content of time tupleThu, 07 May 2015 23:25:13 -0700, by Pierre-Yves David
-
run-tests: when building json, get time data in the same order as elsewhereThu, 07 May 2015 23:16:57 -0700, by Pierre-Yves David
-
run-tests: stop explicit expansion of time dataThu, 07 May 2015 20:45:51 -0700, by Pierre-Yves David
-
run-tests: refactor json entry creation logicFri, 08 May 2015 10:51:18 -0700, by Pierre-Yves David
-
run-tests: when building json, use result.failures instead of result.faildataThu, 07 May 2015 23:20:24 -0700, by Pierre-Yves David
-
run-test: add a test for json output when -i is usedFri, 08 May 2015 19:32:11 -0700, by Pierre-Yves David
-
changegroup: drop _changelog and _manifest propertiesThu, 30 Apr 2015 16:45:03 -0700, by Martin von Zweigbergk
-
changegroup: document the cases where reordering complicates linkrevsWed, 29 Apr 2015 13:25:07 -0700, by Martin von Zweigbergk
-
changegroup: extract condition for linkrev fastpathWed, 29 Apr 2015 10:34:28 -0700, by Martin von Zweigbergk
-
lazymanifest: drop SP before some labelsSun, 12 Apr 2015 07:14:53 -0700, by Martin von Zweigbergk
-
lazymanifest: avoid 'bail' label when used on success pathSun, 12 Apr 2015 07:12:39 -0700, by Martin von Zweigbergk
-
dockerdeb: rules to build a debian package using dockerWed, 06 May 2015 13:15:39 -0400, by Augie Fackler
-
packaging: extract packagelib for common code from builddeb and buildrpmThu, 07 May 2015 10:28:58 -0400, by Augie Fackler
-
builddeb: new script for building a deb packageWed, 06 May 2015 13:13:54 -0400, by Augie Fackler
-
dockerlib: fix initcontainer for boot2docker usersWed, 06 May 2015 14:36:17 -0400, by Augie Fackler
-
dockerlib: extract initcontainer() methodWed, 06 May 2015 10:45:51 -0400, by Augie Fackler
-
dockerlib: start extracting common functions for setting up dockerWed, 06 May 2015 10:45:07 -0400, by Augie Fackler
-
run-test: ensure the test ports are available before launching testThu, 07 May 2015 17:14:00 -0700, by Pierre-Yves David
-
templater: strip single backslash before quotation mark in quoted templateFri, 08 May 2015 18:11:26 +0900, by Yuya Nishihara
-
run-tests: implement Test._testMethodNameThu, 07 May 2015 23:18:48 -0700, by Pierre-Yves David
-
test-subrepo-git: ignore pax_global_header when listing archiveThu, 07 May 2015 16:43:58 -0700, by Pierre-Yves David
-
test-subrepo-recursion: glob out all the date listed by unzip -lThu, 07 May 2015 14:57:02 -0700, by Pierre-Yves David
-
bookmarks: remove unused updatecurrentbookmark function (API)Tue, 14 Apr 2015 13:31:50 -0700, by Ryan McElroy
-
changelog: drop unnecessary override of "hasnode"Sun, 10 May 2015 11:39:01 -0500, by Yuya Nishihara
-
test-run-test: unset run-test specific environment variables stableFri, 08 May 2015 11:32:24 -0700, by Pierre-Yves David
-
histedit: fix --continue when rules are finished stableFri, 01 May 2015 15:45:07 -0700, by Durham Goode
-
histedit: fix serializing of None backupfile stableFri, 01 May 2015 15:28:47 -0700, by Durham Goode
-
merge with stableThu, 07 May 2015 14:19:20 -0500, by Matt Mackall
-
treemanifest: set requires at repo creation time, ignore config afterTue, 05 May 2015 08:40:59 -0700, by Martin von Zweigbergk
-
remove: use ctx.hasdir(f) instead of 'f in ctx.dirs()'Tue, 21 Apr 2015 09:29:59 -0700, by Martin von Zweigbergk
-
largefiles: drop os.path.join() in subrepo archive overrideMon, 04 May 2015 23:04:12 -0400, by Matt Harbison
-
archive: drop the leading '.' path component from the prefix (issue4634)Tue, 05 May 2015 20:52:38 -0400, by Matt Harbison
-
hgweb: bring back infinite scroll in shortlog of paper style stableThu, 07 May 2015 07:46:39 +0900, by Yuya Nishihara
-
merge with stableThu, 07 May 2015 13:47:45 -0500, by Matt Mackall
-
extensions: clear aftercallbacks after execution (issue4646) stableWed, 06 May 2015 09:52:10 -0700, by Gregory Szorc
-
templater: strictly parse leading backslashes of '{' (issue4569) (BC) stableMon, 04 May 2015 10:17:34 +0900, by Yuya Nishihara
-
templater: do not process \-escapes at parsestring() (issue4290) stableMon, 04 May 2015 09:54:01 +0900, by Yuya Nishihara
-
bookmarks: rename bookmarkcurrent to activebookmark (API)Tue, 14 Apr 2015 13:17:33 -0700, by Ryan McElroy
-
bookmarks: rename readcurrent to readactive (API)Mon, 13 Apr 2015 23:03:13 -0700, by Ryan McElroy
-
bookmarks: rename setcurrent to activate (API)Mon, 13 Apr 2015 22:27:01 -0700, by Ryan McElroy
-
bookmarks: rename unsetcurrent to deactivate (API)Mon, 13 Apr 2015 21:53:37 -0700, by Ryan McElroy
-
subrepo: correctly handle git subdirectory status changeWed, 06 May 2015 17:15:38 +0200, by Mathias De Maré
-
merge with stableWed, 06 May 2015 16:56:28 -0500, by Matt Mackall
-
setup: hide octal literals inside strings so they're portable (issue4554)Sun, 12 Apr 2015 15:36:10 -0400, by Augie Fackler
-
revset: avoid returning duplicates when returning ancestorsWed, 26 Mar 2014 15:55:50 -0700, by Pierre-Yves David
-
revset: use an iterator instead of a dequeue in ancestors()Wed, 26 Mar 2014 16:21:30 -0700, by Pierre-Yves David
-
revset: return early when revs is emptyWed, 06 May 2015 11:29:09 -0700, by Martin von Zweigbergk
-
revset: rename 'revsnode' to 'inputrev' in ancestorsWed, 26 Mar 2014 16:14:30 -0700, by Pierre-Yves David
-
revset: make generatorset.__nonzero__ lazyMon, 04 May 2015 12:36:48 -0700, by Pierre-Yves David
-
tests: test that we can convert to manifestv2 with cloneTue, 05 May 2015 15:33:01 -0700, by Drew Gottlieb
-
requires: move requires file writing func from localrepo to scmutilMon, 13 Apr 2015 18:11:47 -0400, by Drew Gottlieb
-
revset: don't error out if tokens parse as existing symbolsSun, 03 May 2015 12:28:15 -0400, by Jordi Gutiérrez Hermoso
-
merge with stableTue, 05 May 2015 12:33:26 -0500, by Matt Mackall
-
test-command-template: minor clarification in commentSun, 26 Apr 2015 13:43:01 -0400, by Jordi Gutiérrez Hermoso
-
test-command-template: test the phase template more preciselyTue, 28 Apr 2015 15:29:15 -0400, by Jordi Gutiérrez Hermoso
-
obsolete: speed up unstable computationTue, 28 Apr 2015 16:51:23 -0700, by Laurent Charignon
-
obsolete: speed up computation of bumped revsetFri, 24 Apr 2015 14:46:30 -0700, by Laurent Charignon
-
run-test: include test name in the return vlogThu, 19 Mar 2015 13:15:20 -0700, by Pierre-Yves David
-
manifest: document return type of readfast()Tue, 28 Apr 2015 12:31:30 -0400, by Augie Fackler
-
archive: always use portable path component separators with subrepos stableMon, 04 May 2015 22:33:29 -0400, by Matt Harbison
-
revset: narrow the subset using smartset operation in roots()Sat, 11 Oct 2014 01:17:40 -0700, by Pierre-Yves David
-
context: make warning message for hidden revision extensibleMon, 04 May 2015 10:38:45 -0700, by Laurent Charignon
-
bundlerepo: remove unused 'repo' parameterSun, 03 May 2015 14:18:32 -0700, by Martin von Zweigbergk
-
merge with stableMon, 04 May 2015 13:15:15 -0500, by Matt Mackall
-
localrepo: eliminate local requirements var in initWed, 22 Apr 2015 12:33:08 -0700, by Drew Gottlieb
-
localrepo: rename requirements parameter in stream_in()Wed, 22 Apr 2015 12:16:19 -0700, by Drew Gottlieb
-
localrepo: have stream_in() not modify its argumentWed, 22 Apr 2015 12:59:12 -0700, by Drew Gottlieb
-
localrepo: make _applyrequirements more specificWed, 22 Apr 2015 12:06:44 -0700, by Drew Gottlieb
-
localrepo: make requirements always be a set in localrepo.__init__Tue, 21 Apr 2015 17:16:10 -0700, by Drew Gottlieb
-
localrepo: eliminate requirements class variable (API)Tue, 21 Apr 2015 16:55:30 -0700, by Drew Gottlieb
-
changegroup.group: drop 'reorder' parameterWed, 29 Apr 2015 10:30:58 -0700, by Martin von Zweigbergk
-
cg2packer: set reorder=False in __init__ instead of in group()Wed, 29 Apr 2015 10:38:45 -0700, by Martin von Zweigbergk
-
changegroup: use 'reorder is None' instead of 'reorder is not True/False'Thu, 23 Apr 2015 09:44:22 -0700, by Martin von Zweigbergk
-
crecord: fix mixed imports warningThu, 09 Apr 2015 23:47:07 -0400, by Matt Harbison
-
windows: add doctest for shellquote()Fri, 01 May 2015 20:17:00 -0400, by Matt Harbison
-
template-phases: extend default style instead of duplicating itSat, 25 Apr 2015 21:42:07 +0900, by Yuya Nishihara
-
commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED stableThu, 30 Apr 2015 22:40:18 +0900, by Yuya Nishihara
-
keyword: use wvfs.rmtree to remove kwdemo directorySat, 18 Apr 2015 15:39:26 +0200, by Christian Ebert
-
revset: id() called with 40-byte strings should give the same results as for short strings stableMon, 20 Apr 2015 10:52:20 +0300, by Alexander Drozdov
-
templater: fix crash by passing invalid object to date() function stableSun, 03 May 2015 17:33:14 +0900, by Yuya Nishihara
-
util.checkcase: don't abort on broken symlinks stableSun, 03 May 2015 12:49:15 -0700, by Siddharth Agarwal
-
changegroup: close progress in same function as it's startedWed, 22 Apr 2015 15:03:09 -0700, by Martin von Zweigbergk
-
changegroup: don't reuse 'mfest' variable for different typeTue, 28 Apr 2015 10:21:04 -0700, by Martin von Zweigbergk
-
changegroup: rename 'mf' to 'ml' to match 'cl', since it's a revlogTue, 28 Apr 2015 10:19:42 -0700, by Martin von Zweigbergk
-
changegroup: rename 'needed' to 'clrevs' to match 'clnodes'Mon, 20 Apr 2015 14:11:20 -0700, by Martin von Zweigbergk
-
changegroup: document that 'source' parameter exists for extensionsTue, 28 Apr 2015 13:49:19 -0700, by Martin von Zweigbergk
-
changegroup: removed unused 'source' parameter from prune()Tue, 28 Apr 2015 13:40:00 -0700, by Martin von Zweigbergk
-
merge with stableFri, 01 May 2015 17:21:10 -0500, by Matt Mackall
-
tests: make tests with temporary environment setting portable stable 3.4Sat, 02 May 2015 00:15:03 +0900, by FUJIWARA Katsunori
-
debuginstall: expand the editor path before searching for it (issue4380) stableThu, 30 Apr 2015 23:02:52 -0400, by Matt Harbison
-
censor: fix incorrect configuration name for ignoring error at censored file stableFri, 01 May 2015 22:19:20 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with 194207694def stableThu, 30 Apr 2015 19:12:28 +0900, by FUJIWARA Katsunori
-
templater: fail more gracefully for blank strings to word stableThu, 30 Apr 2015 12:33:36 -0700, by Ryan McElroy
-
windows: make shellquote() quote any path containing '\' (issue4629) stableWed, 29 Apr 2015 21:14:59 -0400, by Matt Harbison
-
test-commit-interactive: add more globs for no-execbit platforms stableWed, 29 Apr 2015 23:55:25 -0400, by Matt Harbison
-
ui: disable revsetaliases in plain mode (BC) stableThu, 30 Apr 2015 07:46:54 -0700, by Siddharth Agarwal
-
bundlerepo: disable filtering of changelog while constructing revision text stableWed, 29 Apr 2015 19:47:37 +0900, by Yuya Nishihara
-
merge: run update hook after the last wlock release stableWed, 29 Apr 2015 15:52:31 -0400, by Matt Harbison
-
censor: remove meaningless explanation about .hgcensored stableThu, 30 Apr 2015 03:39:39 +0900, by FUJIWARA Katsunori
-
parsers: avoid signed integer overflow in calculation of leaf-node index stableWed, 29 Apr 2015 23:07:34 +0900, by Yuya Nishihara
-
bundle2: disable ouput capture unless we use http (issue4613 issue4615) stableTue, 28 Apr 2015 17:38:02 -0700, by Pierre-Yves David
-
subrepo: propagate the --hidden option to hg subrepositories stableTue, 03 Feb 2015 15:01:43 -0500, by Matt Harbison
-
subrepo: don't pass the outer repo's --rev or --branch to subrepo incoming() stableMon, 27 Apr 2015 21:34:23 -0400, by Matt Harbison
-
subrepo: don't pass the outer repo's --rev or --branch to subrepo outgoing() stableMon, 27 Apr 2015 21:15:25 -0400, by Matt Harbison
-
subrepo: update the help text to account for diff -I/-X gitsubrepo support stableMon, 27 Apr 2015 20:25:09 -0400, by Matt Harbison
-
revert: make the interactive mode experimental stableMon, 27 Apr 2015 15:37:57 -0700, by Laurent Charignon
-
shelve: make the interactive mode experimental stableMon, 27 Apr 2015 15:36:10 -0700, by Laurent Charignon
-
help: also hide options marked EXPERIMENTAL stableMon, 27 Apr 2015 15:12:41 -0700, by Siddharth Agarwal
-
rebase: don't forward "source" argument to rebase (issue4633) stableTue, 28 Apr 2015 10:19:46 -0700, by Gregory Szorc
-
histedit: fix reST syntax problem of example code in help document stableTue, 28 Apr 2015 23:27:18 +0900, by FUJIWARA Katsunori
-
webcommands: fix description of manifest default behavior stableMon, 27 Apr 2015 19:13:55 -0300, by Wagner Bruna
-
webcommands: fix typo in changelog documentation stableMon, 27 Apr 2015 19:09:54 -0300, by Wagner Bruna
-
record: fix adding new file with record from within a subdir (issue4626) stableMon, 27 Apr 2015 14:02:49 -0700, by Laurent Charignon
-
cmdutil: avoid wrapping ctx.phasestr() by _() stableSat, 25 Apr 2015 23:44:53 +0900, by FUJIWARA Katsunori
-
repair: avoid string concatenation by + operator stableSat, 25 Apr 2015 23:44:53 +0900, by FUJIWARA Katsunori
-
annotate: always adjust linkrev before walking down to parents (issue4623) stableSat, 25 Apr 2015 15:38:06 +0900, by Yuya Nishihara
-
test-commit-interactive: stablize output for no-execbit platforms stableSun, 26 Apr 2015 15:13:13 -0400, by Matt Harbison
-
test-bundle2-exchange: make hooks compatible with Windows stableSun, 26 Apr 2015 15:10:09 -0400, by Matt Harbison
-
i18n: extract doc string of each web commands as translatable one stableTue, 28 Apr 2015 00:38:16 +0900, by FUJIWARA Katsunori
-
subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622) stableFri, 24 Apr 2015 23:23:55 -0400, by Matt Harbison
-
revert: restore the ability to revert across case only renames (issue4481) stableSat, 25 Apr 2015 23:54:31 -0400, by Matt Harbison
-
template-phases: do not show description or summary if empty stableFri, 24 Apr 2015 14:52:12 -0400, by Jordi Gutiérrez Hermoso
-
test-command-template: add a short description of a temporary snippet stableFri, 24 Apr 2015 14:17:14 -0400, by Jordi Gutiérrez Hermoso
-
bundle2: also save output when error happens during part processing stableThu, 23 Apr 2015 16:36:18 +0100, by Pierre-Yves David
-
bundle2: capture output issue during transaction close stableThu, 23 Apr 2015 14:54:45 +0100, by Pierre-Yves David
-
bundle2: also capture hook output during processing stableThu, 23 Apr 2015 17:03:58 +0100, by Pierre-Yves David
-
bundle2: capture transaction rollback message output (issue4614) stableThu, 23 Apr 2015 14:20:36 +0100, by Pierre-Yves David
-
bundle2: issue remote output as "status" (issue4612) stableFri, 24 Apr 2015 00:46:48 +0100, by Pierre-Yves David
-
record: edit patch of newly added files (issue4304) stableThu, 23 Apr 2015 14:27:26 -0700, by Laurent Charignon
-
revert: apply normallookup on reverted file if size isn't changed (issue4583) stableFri, 24 Apr 2015 23:52:41 +0900, by FUJIWARA Katsunori
-
win32: remove cacert.pem file from Inno Setup installer stableThu, 23 Apr 2015 21:23:13 +0200, by Pascal Quantin
-
revert: accept just -I/-X without paths or -a/-i (issue4592) stableWed, 22 Apr 2015 16:38:36 -0700, by Martin von Zweigbergk
-
record: change wording for record curses interface stableTue, 21 Apr 2015 16:20:43 -0700, by Laurent Charignon
-
wix: remove cacert.pem from Windows distribution stableThu, 23 Apr 2015 22:44:46 +0900, by Yuya Nishihara
-
tests: use double quote to quote arguments in hook for portability stableThu, 23 Apr 2015 22:39:21 +0900, by FUJIWARA Katsunori
-
record: fix record with change on moved file crashes (issue4619) stableWed, 22 Apr 2015 13:56:30 -0700, by Laurent Charignon
-
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9 stableWed, 22 Apr 2015 23:38:55 +0900, by FUJIWARA Katsunori
-
unionrepo: use pathutil.normasprefix to ensure os.sep at the end of cwd stableWed, 22 Apr 2015 23:38:55 +0900, by FUJIWARA Katsunori
-
bundlerepo: use pathutil.normasprefix to ensure os.sep at the end of cwd stableWed, 22 Apr 2015 23:38:55 +0900, by FUJIWARA Katsunori
-
dirstate: use pathutil.normasprefix to ensure os.sep at the end of root stableWed, 22 Apr 2015 23:38:52 +0900, by FUJIWARA Katsunori
-
bookmarks: add i18n hints to bookmark sync states stableTue, 21 Apr 2015 21:02:08 -0300, by Wagner Bruna
-
help: fix typos in txnclose and txnabort documentation stableTue, 21 Apr 2015 21:01:05 -0300, by Wagner Bruna
-
util: fix the check for non-C99 compilers (issue4605) stableMon, 20 Apr 2015 22:21:57 -0500, by Kevin Bullock
-
histedit: fix rollup prompting for a commit message (issue4606) stableMon, 20 Apr 2015 18:44:57 -0700, by Durham Goode
-
test-hook.t: don't directly use redirect to /dev/null in hook for Windows stableMon, 20 Apr 2015 13:43:10 -0400, by Matt Harbison
-
mq: avoid silent failure when single patch doesn't apply (issue4604) stableMon, 20 Apr 2015 18:13:44 -0500, by Matt Mackall
-
pushkey: flush pending data before running a pre-pushkey hook (issue4607) stableMon, 20 Apr 2015 17:16:05 +0200, by Pierre-Yves David
-
pushkey: use hook arguments from transaction when one exists stableMon, 20 Apr 2015 17:15:50 +0200, by Pierre-Yves David
-
util.h: also sniff for C99 before trying to use stdbool.h (issue4605) stableMon, 20 Apr 2015 14:47:51 -0400, by Augie Fackler
-
changelog: fix readpending if no pending data exist (issue4609) stableMon, 20 Apr 2015 17:16:22 +0200, by Pierre-Yves David
-
afterlock: add the callback to the top level lock (issue4608) stableMon, 20 Apr 2015 15:27:55 +0200, by Pierre-Yves David
-
debuglock: access the lock file using the proper vfs stableMon, 20 Apr 2015 16:05:32 +0200, by Pierre-Yves David
-
status: pass matcher to pathcopies() stableSun, 19 Apr 2015 21:43:53 -0700, by Martin von Zweigbergk
-
annotate: prepare ancestry context of workingfilectx stableSat, 18 Apr 2015 15:27:03 +0900, by Yuya Nishihara
-
committablefilectx: propagate ancestry info to parent to fix annotation stableSat, 18 Apr 2015 14:10:55 +0900, by Yuya Nishihara
-
filectx: extract function to create parent fctx keeping ancestry info stableSat, 18 Apr 2015 14:03:41 +0900, by Yuya Nishihara
-
filectx: factor out creation of parent fctx stableSat, 18 Apr 2015 13:46:24 +0900, by Yuya Nishihara
-
largefiles: don't mangle filesets when fixing up the log matcher stableSat, 18 Apr 2015 13:08:41 -0400, by Matt Harbison
-
largefiles: don't crash when cloning to a remote repo stableSat, 18 Apr 2015 00:34:38 -0400, by Matt Harbison
-
run-tests: don't error when glob matched line ends with backslash stableFri, 17 Apr 2015 14:12:01 -0700, by Gregory Szorc
-
histedit: change state format to allow non-hash lines stableFri, 17 Apr 2015 09:46:43 -0700, by Durham Goode
-
tests: fix portability issue with test-merge-tools stableFri, 17 Apr 2015 15:42:20 -0500, by Matt Mackall
-
test-rename-merge2: fix test failure on Windows stableFri, 17 Apr 2015 12:39:55 -0400, by Matt Harbison
-
test-add.t: fix output difference between Windows and OS X (issue4603) stableFri, 17 Apr 2015 12:11:14 -0400, by Matt Harbison
-
tags: do not abort if failed to write lock file to save cache stableFri, 17 Apr 2015 23:22:58 +0900, by Yuya Nishihara
-
merge default into stable for 3.4 freeze stable 3.4-rcThu, 16 Apr 2015 20:57:51 -0500, by Matt Mackall
-
tests: fix up whitespace complaintThu, 16 Apr 2015 20:56:43 -0500, by Matt Mackall
-
tests: fix test-tags on vfatThu, 16 Apr 2015 20:52:37 -0500, by Matt Mackall
-
tests: ignore sha512 flag in bundle2 for py2.4Thu, 16 Apr 2015 20:31:44 -0500, by Matt Mackall
-
bundle2-localpeer: properly propagate the server output on error (issue4594)Thu, 16 Apr 2015 04:01:51 -0400, by Pierre-Yves David
-
bundle2: add on more layer of exception catching in localrepo.unbundleThu, 16 Apr 2015 05:09:37 -0400, by Pierre-Yves David
-
bundle2-wireproto: properly propagate the server output on error (issue4594)Thu, 16 Apr 2015 03:17:37 -0400, by Pierre-Yves David
-
bundle2: refactor error bundle creation for the wireprotocolThu, 16 Apr 2015 03:56:50 -0400, by Pierre-Yves David
-
bundle2: store the salvaged output on the exception objectThu, 16 Apr 2015 03:17:01 -0400, by Pierre-Yves David
-
bundle2: add a 'salvageoutput' method on bundle20Thu, 16 Apr 2015 03:16:04 -0400, by Pierre-Yves David
-
bundle2: add a 'copy' method on partsThu, 16 Apr 2015 03:15:28 -0400, by Pierre-Yves David
-
hooks: add a 'txnabort' hookThu, 16 Apr 2015 05:36:49 -0400, by Pierre-Yves David
-
help: document the ''HG_TXNID'' environment variable during hooksThu, 16 Apr 2015 05:41:07 -0400, by Pierre-Yves David
-
match: add a subclass for dirstate normalizing of the matched patternsSun, 12 Apr 2015 01:39:21 -0400, by Matt Harbison
-
match: move _normalize() into the match classSun, 12 Apr 2015 00:29:17 -0400, by Matt Harbison
-
largefiles: always consider updatelfiles 'checked' parameter setSat, 17 Jan 2015 03:34:57 +0100, by Mads Kiilerich
-
largefiles: for update -C, only update largefiles when necessaryWed, 15 Apr 2015 15:22:16 -0400, by Mads Kiilerich
-
subrepo: calculate _relpath for hgsubrepo based on self instead of parentWed, 15 Apr 2015 11:49:44 -0400, by Matt Harbison
-
subrepo: backout 93b0e0db7929 to restore reporelpath()Wed, 15 Apr 2015 11:23:26 -0400, by Matt Harbison
-
rollback: clear resolve state (issue4593)Thu, 16 Apr 2015 18:48:20 -0500, by Matt Mackall
-
diff: pass the diff matcher to the copy logicThu, 16 Apr 2015 11:31:48 -0700, by Durham Goode
-
copies: add matcher parameter to copy logicThu, 16 Apr 2015 11:29:30 -0700, by Durham Goode
-
treemanifest: extract parse method from constructorSun, 12 Apr 2015 23:01:18 -0700, by Martin von Zweigbergk
-
manifest: duplicate call to addrevision()Sun, 12 Apr 2015 14:37:55 -0700, by Martin von Zweigbergk
-
record: add message when starting record's curses interfaceThu, 16 Apr 2015 14:26:50 -0700, by Laurent Charignon
-
subrepo: add include/exclude support for diffing git subreposTue, 14 Apr 2015 20:09:56 +0200, by Mathias De Maré
-
revset: undocument wdir() until its command outputs get stableSun, 12 Apr 2015 19:00:31 +0900, by Yuya Nishihara
-
linkrev: fix issue with annotate of working copyThu, 16 Apr 2015 18:30:08 -0500, by Matt Mackall
-
merge with stableThu, 16 Apr 2015 17:30:01 -0500, by Matt Mackall
-
histedit: delete all non-actionclass related codeSat, 04 Apr 2015 02:16:48 -0700, by Durham Goode
-
histedit: improve roll action integration with foldSat, 04 Apr 2015 02:12:53 -0700, by Durham Goode
-
histedit: move finishfold into fold classSat, 04 Apr 2015 02:12:24 -0700, by Durham Goode
-
histedit: convert fold/roll actions into a classSat, 04 Apr 2015 02:03:27 -0700, by Durham Goode
-
histedit: convert edit action into a classSat, 04 Apr 2015 01:00:51 -0700, by Durham Goode
-
histedit: convert message action into a classSat, 04 Apr 2015 00:42:32 -0700, by Durham Goode
-
histedit: convert drop action into a classSat, 04 Apr 2015 00:30:01 -0700, by Durham Goode
-
histedit: convert pick action into a classSat, 04 Apr 2015 11:39:08 -0700, by Durham Goode
-
histedit: integrate action class into flowSat, 04 Apr 2015 11:37:08 -0700, by Durham Goode
-
histedit: add a new histeditaction classSat, 04 Apr 2015 11:34:53 -0700, by Durham Goode
-
histedit: allow histedit --continue when not on a descendant (BC)Sat, 04 Apr 2015 01:00:05 -0700, by Durham Goode
-
tags: explicitly log which tags cache file is being writtenThu, 16 Apr 2015 11:59:36 -0400, by Gregory Szorc
-
tags: write a separate tags cache file for unfiltered reposThu, 16 Apr 2015 11:54:13 -0400, by Gregory Szorc
-
tags: return empty list of heads for no .hgtags caseThu, 16 Apr 2015 11:32:46 -0400, by Gregory Szorc
-
tags: change format of tags cache filesThu, 16 Apr 2015 12:01:00 -0400, by Gregory Szorc
-
tags: don't read .hgtags fnodes from tags cache filesThu, 16 Apr 2015 10:12:44 -0400, by Gregory Szorc
-
rebase: restore bookmark state on abortMon, 13 Apr 2015 14:54:02 -0400, by Tony Tung
-
histedit: store backup file before histeditSat, 04 Apr 2015 02:37:43 -0700, by Durham Goode
-
histedit: replace pickle with custom serializationMon, 13 Apr 2015 08:23:57 -0700, by Durham Goode
-
devel-warn: add a prefix to all messages ("devel-warn: ")Wed, 15 Apr 2015 01:18:09 -0400, by Pierre-Yves David
-
push: acquire local 'wlock' if "pushback" is expected (BC) (issue4596)Wed, 15 Apr 2015 10:36:21 -0400, by Pierre-Yves David
-
annotate: always prepare ancestry context of base fctx (issue4600) stableThu, 16 Apr 2015 22:33:53 +0900, by Yuya Nishihara
-
unbundle: acquire 'wlock' when processing bundle2 (BC) (issue4596)Wed, 15 Apr 2015 01:16:40 -0400, by Pierre-Yves David
-
run-test: enable the devel warning during testsSun, 12 Apr 2015 09:46:03 -0400, by Pierre-Yves David
-
wlock: do not warn for non-wait lockingSun, 12 Apr 2015 15:37:59 -0400, by Pierre-Yves David
-
develwarn: include call site in the simple message versionSun, 12 Apr 2015 14:27:42 -0400, by Pierre-Yves David
-
develwarn: handle the end of line inside the function itselfSun, 12 Apr 2015 14:26:11 -0400, by Pierre-Yves David
-
develwarn: refactor the developer warning logicSun, 12 Apr 2015 14:24:28 -0400, by Pierre-Yves David
-
lock: update the docstring with order informationWed, 15 Apr 2015 01:20:48 -0400, by Pierre-Yves David
-
wlock: reword the devel warningSun, 12 Apr 2015 13:28:35 -0400, by Pierre-Yves David
-
wlock: only issue devel warning when actually acquiring the lockSun, 12 Apr 2015 10:01:48 -0400, by Pierre-Yves David
-
bundle2: flush output in a part in all casesSat, 11 Apr 2015 17:30:45 -0400, by Pierre-Yves David
-
run-tests: also follow symlink when update PATH with 'run-tests.py' dirSat, 11 Apr 2015 14:44:12 -0400, by Pierre-Yves David
-
bundle2: fix names for error part handlerSat, 11 Apr 2015 16:55:14 -0400, by Pierre-Yves David
-
transaction: introduce a transaction ID, to be available to all hooksWed, 15 Apr 2015 11:11:54 -0400, by Pierre-Yves David
-
transaction: actually use tr.hookargs in pretxncloseTue, 14 Apr 2015 13:07:41 -0400, by Pierre-Yves David
-
bundle2: use unbundle source as transaction nameSat, 11 Apr 2015 13:58:36 -0400, by Pierre-Yves David
-
tags: have a different cache file per filter levelWed, 15 Apr 2015 18:34:34 -0400, by Pierre-Yves David
-
parsers: when available, use a presized dictionary for the file foldmapWed, 15 Apr 2015 14:35:44 -0700, by Siddharth Agarwal
-
tags: extract .hgtags filenodes cache to a standalone fileWed, 15 Apr 2015 17:42:38 -0400, by Gregory Szorc
-
extensions: extract partial application into a bind() functionWed, 15 Apr 2015 12:18:05 -0400, by Eric Sumner
-
obsolete: experimental flag to get debug about obsmarkers exchangeTue, 14 Apr 2015 11:44:04 -0400, by Pierre-Yves David
-
bundle2: add an 'idx' argument to the 'getbundle2partsgenerator'Tue, 14 Apr 2015 14:59:37 -0400, by Pierre-Yves David
-
bundle2: add an 'idx' argument to the 'b2partsgenerator'Tue, 14 Apr 2015 14:07:35 -0400, by Pierre-Yves David
-
rpms: create missing builds dir if it doesn't existTue, 14 Apr 2015 23:51:02 -0400, by Mads Kiilerich
-
rpms: for packages with their own python, put it in /opt/python-hgTue, 14 Apr 2015 23:44:03 -0400, by Mads Kiilerich
-
branchcache: stay silent if failing to read cache filesWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
merge: better debug messages before/after invoking external merge toolThu, 19 Mar 2015 22:22:50 +0100, by Mads Kiilerich
-
subrepo: use vfs.walk instead of os.walkSat, 11 Apr 2015 23:00:04 +0900, by FUJIWARA Katsunori
-
vfs: add walkSat, 11 Apr 2015 23:00:04 +0900, by FUJIWARA Katsunori
-
subrepo: pass wvfs to _sanitize instead of absolute path to a subrepositorySat, 11 Apr 2015 23:00:04 +0900, by FUJIWARA Katsunori
-
repoview: move function for computing filtered hashWed, 01 Apr 2015 18:43:29 -0700, by Gregory Szorc
-
revset: don't import discovery at module levelTue, 14 Apr 2015 12:54:16 -0400, by Gregory Szorc
-
transaction: add missing newline to messageTue, 14 Apr 2015 10:59:26 -0400, by Michael O'Connor
-
cat: disable optimization of single file case for workingctxSun, 05 Apr 2015 13:16:46 +0900, by Yuya Nishihara
-
committablectx: override manifestnode() to return NoneThu, 09 Apr 2015 22:18:55 +0900, by Yuya Nishihara
-
cat: use ctx.manifestnode() in place of ctx._changeset[0]Sat, 11 Apr 2015 16:01:42 +0900, by Yuya Nishihara
-
changegroup: flush the ui stdio buffers after adding a changegroupFri, 10 Apr 2015 23:34:06 -0400, by Matt Harbison
-
hook: forcibly flush stderr for Windows test stabilityFri, 10 Apr 2015 22:30:19 -0400, by Matt Harbison
-
json: implement {fileannotate} templateFri, 10 Apr 2015 22:37:40 -0400, by Gregory Szorc
-
json: implement {comparison} templateFri, 10 Apr 2015 22:26:53 -0400, by Gregory Szorc
-
json: implement {filediff} templateFri, 10 Apr 2015 22:39:22 -0400, by Gregory Szorc
-
hgweb: expose raw line numbers to templatesFri, 10 Apr 2015 22:34:12 -0400, by Gregory Szorc
-
revert: stop marking files clean after interactive revert (issue4592)Sat, 11 Apr 2015 11:54:09 -0400, by Pierre-Yves David
-
lazymanifest: prevent leak when updating an entry more than onceSat, 11 Apr 2015 11:56:21 -0400, by Augie Fackler
-
strip: properly clear resolve state with --keep (issue4593)Mon, 13 Apr 2015 07:42:25 -0500, by Matt Mackall
-
revsets: more informative syntax error messageMon, 13 Apr 2015 20:53:05 -0700, by Ryan McElroy
-
revsets: show current revset abort behaviorMon, 13 Apr 2015 21:06:21 -0700, by Ryan McElroy
-
tests: move blackbox testing of tags to test-tags.tMon, 13 Apr 2015 13:28:37 -0400, by Gregory Szorc
-
tests: move mock blackbox extension into own fileMon, 13 Apr 2015 09:36:33 -0400, by Gregory Szorc
-
shelve: acquire lock in the right orderSun, 12 Apr 2015 14:59:31 -0400, by Pierre-Yves David
-
check-commit: be more picky about detection of wrong bug tagSun, 12 Apr 2015 14:54:53 -0400, by Pierre-Yves David
-
discovery: don't compute allfuturecommon when it won't be usedMon, 13 Apr 2015 09:54:36 -0400, by Michael O'Connor
-
treemanifest: separate flags for trees in memory and trees on diskFri, 10 Apr 2015 18:54:33 -0700, by Martin von Zweigbergk
-
manifestdict: drop empty-string argument when creating empty manifestFri, 10 Apr 2015 18:13:01 -0700, by Martin von Zweigbergk
-
lazymanifest: fix memory leak in lmiter_iterentriesnext() after 3d485727e45eSun, 12 Apr 2015 06:51:13 -0700, by Mike Hommey
-
revert: do not requires '--all' if '--interative' is presentSat, 11 Apr 2015 12:26:54 -0400, by Pierre-Yves David
-
bundle2: drop the experimental hooksThu, 09 Apr 2015 16:18:38 -0400, by Pierre-Yves David
-
bundle2: advertise bundle2 by defaultFri, 10 Apr 2015 15:41:33 -0400, by Pierre-Yves David
-
subrepo: convert the os.path references in git to vfsSat, 07 Feb 2015 12:57:40 -0500, by Matt Harbison
-
subrepo: use vfs.removedirs instead of os.removedirsSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
vfs: add removedirsSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
util: add removedirs as platform depending functionSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
subrepo: use vfs.unlink instead of os.removeSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
subrepo: use vfs.rmtree instead of shutil.rmtreeSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
vfs: add rmtreeSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
subrepo: use vfs.readdir instead of os.listdir to avoid expensive stat callsSat, 11 Apr 2015 00:47:09 +0900, by FUJIWARA Katsunori
-
editor: prefer 'intermediate-source' extra to use for HGREVISION environment variableFri, 10 Apr 2015 08:05:50 +0300, by Alexander Drozdov
-
bundle2: rename format, parts and config to final namesThu, 09 Apr 2015 16:25:48 -0400, by Pierre-Yves David
-
manifestdict: extract condition for _intersectfiles() and use for walk()Wed, 08 Apr 2015 09:38:09 -0700, by Martin von Zweigbergk
-
manifestdict.walk: remove now-redundant check for match.files()Tue, 07 Apr 2015 22:40:25 -0700, by Martin von Zweigbergk
-
manifest.walk: special-case match.always() for speedTue, 07 Apr 2015 21:08:23 -0700, by Martin von Zweigbergk
-
manifest.walk: use return instead of StopIteration in generatorTue, 07 Apr 2015 22:36:17 -0700, by Martin von Zweigbergk
-
archive: look for first visible revision to build repo identity (issue4591)Wed, 08 Apr 2015 23:30:02 +0900, by Yuya Nishihara
-
largefiles: use common function to build content of .hg_archival.txtWed, 08 Apr 2015 22:42:37 +0900, by Yuya Nishihara
-
test-largefiles: verify content of .hg_archival.txtWed, 08 Apr 2015 22:38:46 +0900, by Yuya Nishihara
-
archive: extract metadata() closure to module-level functionWed, 08 Apr 2015 22:37:03 +0900, by Yuya Nishihara
-
archive: use ctx object consistently to build meta dataWed, 08 Apr 2015 22:31:04 +0900, by Yuya Nishihara
-
templatekw: have {manifest} use ctx.manifestnode() for consistencyWed, 08 Apr 2015 21:04:06 +0900, by Yuya Nishihara
-
subrepo: use vfs.reljoin instead of os.path.joinFri, 10 Apr 2015 00:36:42 +0900, by FUJIWARA Katsunori
-
subrepo: inline reporelpath into abstractsubrepo._relpath to centralize logicFri, 10 Apr 2015 00:36:42 +0900, by FUJIWARA Katsunori
-
subrepo: add _relpath field to centralize subrelpath logicFri, 10 Apr 2015 00:36:42 +0900, by FUJIWARA Katsunori
-
subrepo: add wvfs field to access the working directory via vfsFri, 10 Apr 2015 00:36:42 +0900, by FUJIWARA Katsunori
-
subrepo: change arguments of abstractsubrepo.__init__ (API)Fri, 10 Apr 2015 00:36:42 +0900, by FUJIWARA Katsunori
-
treemanifest: optimize treemanifest._walk() to skip directoriesTue, 07 Apr 2015 15:18:52 -0700, by Drew Gottlieb
-
import-checker: force 'fcntl', 'grp', 'pwd', and 'termios' to stdlib modulesWed, 08 Apr 2015 22:31:50 -0400, by Matt Harbison
-
import-checker: allow *.pyd based stdlib modulesWed, 08 Apr 2015 22:23:51 -0400, by Matt Harbison
-
manifest.walk: join nested if-conditionsTue, 07 Apr 2015 22:35:44 -0700, by Martin von Zweigbergk
-
manifestdict: inline _intersectfiles()Wed, 08 Apr 2015 10:01:31 -0700, by Martin von Zweigbergk
-
manifestdict._intersectfiles: avoid one level of property indirectionWed, 08 Apr 2015 10:03:59 -0700, by Martin von Zweigbergk
-
manifestdict.matches: avoid name 'lm' for a not-lazymanifestWed, 08 Apr 2015 10:06:05 -0700, by Martin von Zweigbergk
-
commands: add ui.statuscopies config knobTue, 24 Mar 2015 21:25:57 +0100, by Mathias De Maré
-
changelog: inline revlog.__contains__ in case it is used in hot loopSat, 04 Apr 2015 22:30:59 +0900, by Yuya Nishihara
-
bookmarks: show detailed status about outgoing bookmarksWed, 08 Apr 2015 02:56:19 +0900, by FUJIWARA Katsunori
-
bookmarks: show detailed status about incoming bookmarksWed, 08 Apr 2015 02:56:19 +0900, by FUJIWARA Katsunori
-
bookmarks: enhance test of showing detail about incoming/outgoing bookmarksWed, 08 Apr 2015 02:56:19 +0900, by FUJIWARA Katsunori
-
bookmarks: show outgoing bookmarks more exactlyWed, 08 Apr 2015 02:56:19 +0900, by FUJIWARA Katsunori
-
bookmarks: show incoming bookmarks more exactlyWed, 08 Apr 2015 02:56:19 +0900, by FUJIWARA Katsunori
-
test-manifest: add some test coverage for treemanifestTue, 07 Apr 2015 15:16:19 -0700, by Drew Gottlieb
-
test-manifest: make manifesttest a base class that is extendedTue, 07 Apr 2015 15:16:19 -0700, by Drew Gottlieb
-
test-manifest: move parsemanifest() to be a testmanifest class methodTue, 07 Apr 2015 15:16:19 -0700, by Drew Gottlieb
-
windows: allow readpipe() to actually read data out of the pipeTue, 07 Apr 2015 22:31:36 -0400, by Matt Harbison
-
win32: add a method to fetch the available pipe data sizeTue, 07 Apr 2015 22:30:25 -0400, by Matt Harbison
-
dirs._addpath: reinstate use of Py_CLEARTue, 07 Apr 2015 20:43:04 -0700, by Siddharth Agarwal
-
exchange: introduce a '_canusebundle2' functionMon, 06 Apr 2015 18:31:59 -0700, by Pierre-Yves David
-
bundle2: detect bundle2 stream/request on /HG2./ instead of /HG2Y/Tue, 07 Apr 2015 16:01:32 -0700, by Pierre-Yves David
-
unbundle20: allow generic dispatch between unbundlersMon, 06 Apr 2015 17:23:11 -0700, by Pierre-Yves David
-
treemanifest: refactor treemanifest.walk()Tue, 07 Apr 2015 15:18:52 -0700, by Drew Gottlieb
-
manifest: move changectx.walk() to manifestsTue, 07 Apr 2015 15:18:52 -0700, by Drew Gottlieb
-
subrepo: precisely identify the missing subrepo spec fileSun, 05 Apr 2015 15:08:55 -0400, by Matt Harbison
-
graft: record intermediate grafts in extrasSun, 05 Apr 2015 12:12:02 -0700, by Durham Goode
-
graft: allow creating sibling graftsSun, 05 Apr 2015 11:55:38 -0700, by Durham Goode
-
unbundle20: move header parsing into the 'getunbundler' functionMon, 06 Apr 2015 16:07:18 -0700, by Pierre-Yves David
-
unbundle20: retrieve unbundler instances through a factory functionMon, 06 Apr 2015 16:04:33 -0700, by Pierre-Yves David
-
bundle20: move magic string into the classMon, 06 Apr 2015 15:40:12 -0700, by Pierre-Yves David
-
localrepo.getbundle: drop unused 'format' argumentTue, 07 Apr 2015 08:45:52 -0700, by Martin von Zweigbergk
-
exchange: remove check for 'format' keyTue, 07 Apr 2015 12:35:07 -0700, by Martin von Zweigbergk
-
templates-default: do not show description or summary if emptyFri, 27 Mar 2015 22:12:53 +0900, by Yuya Nishihara
-
treemanifest: further optimize treemanifest.matches()Mon, 06 Apr 2015 10:51:53 -0700, by Drew Gottlieb
-
util: move dirs() and finddirs() from scmutil to utilMon, 06 Apr 2015 14:36:08 -0700, by Drew Gottlieb
-
parsers: remove unused dependency on utilMon, 06 Apr 2015 13:59:36 -0700, by Drew Gottlieb
-
changectx.walk: drop unnecessary call to match functionMon, 06 Apr 2015 17:03:35 -0700, by Martin von Zweigbergk
-
merge with stableMon, 06 Apr 2015 17:16:55 -0500, by Matt Mackall
-
largefiles: use the share source as the primary local store (issue4471)Sat, 04 Apr 2015 19:06:43 -0400, by Matt Harbison
-
largefiles: use lfutil.findstorepath() when verifying a local repoSat, 04 Apr 2015 19:34:36 -0400, by Matt Harbison
-
largefiles: introduce lfutil.findstorepath()Sat, 04 Apr 2015 19:31:40 -0400, by Matt Harbison
-
vfs: make it possible to pass multiple path elements to joinSat, 04 Apr 2015 17:19:16 -0400, by Matt Harbison
-
largefiles: drop os.path reference in lfutil.storepath()Sat, 04 Apr 2015 15:43:00 -0400, by Matt Harbison
-
histedit: fix preventing strips during histeditSat, 04 Apr 2015 11:24:48 -0700, by Durham Goode
-
copies: pass changectx instead of manifest to _computenonoverlapFri, 03 Apr 2015 15:18:34 -0700, by Durham Goode
-
dirs._addpath: don't mutate Python strings after exposing them (issue4589)Mon, 06 Apr 2015 10:46:44 -0700, by Siddharth Agarwal
-
parsers: check for memory allocation overflows more carefullyMon, 06 Apr 2015 08:23:27 -0700, by Bryan O'Sullivan
-
parsers.c: avoid implicit conversion loses integer precision warningSat, 04 Apr 2015 11:27:15 +0200, by André Sintzoff
-
dirstate.walk: don't report same file stat multiple times stableSat, 04 Apr 2015 21:54:12 -0700, by Martin von Zweigbergk
-
repoview: avoid processing the same rev twice in _getstatichiddenFri, 03 Apr 2015 14:41:18 -0700, by Pierre-Yves David
-
repoview: skip public parent earlier in _getstatichiddenFri, 03 Apr 2015 14:37:52 -0700, by Pierre-Yves David
-
repoview: directly skip public head in _getstatichiddenFri, 03 Apr 2015 14:36:05 -0700, by Pierre-Yves David
-
repoview: simplify process in _getstatichiddenFri, 03 Apr 2015 14:35:53 -0700, by Pierre-Yves David
-
repoview: use a heap in _getstatichiddenFri, 03 Apr 2015 14:16:50 -0700, by Pierre-Yves David
-
repoview: update documentation of _getstatichiddenFri, 03 Apr 2015 13:58:12 -0700, by Pierre-Yves David
-
ssl: resolve symlink before checking for Apple python executable (issue4588)Sat, 04 Apr 2015 14:56:18 +0900, by Yuya Nishihara
-
test-subrepo-recursion: fix output on non-hardlink systemsFri, 03 Apr 2015 18:19:24 -0400, by Augie Fackler
-
test-subrepo-recursion: set progress.changedelay really highFri, 03 Apr 2015 23:12:21 -0400, by Augie Fackler
-
test-clone: fix test expectations on systems without hardlinksFri, 03 Apr 2015 18:10:12 -0400, by Augie Fackler
-
dirstate: use parsers.make_file_foldmap when availableWed, 01 Apr 2015 00:44:33 -0700, by Siddharth Agarwal
-
parsers: add a C function to create a file foldmapTue, 31 Mar 2015 23:32:27 -0700, by Siddharth Agarwal
-
util.h: define an enum for normcase specsThu, 02 Apr 2015 19:17:32 -0700, by Siddharth Agarwal
-
perf: make measuring foldmap perf work againThu, 02 Apr 2015 19:13:50 -0700, by Siddharth Agarwal
-
parsers._asciitransform: also accept a fallback functionTue, 31 Mar 2015 23:22:03 -0700, by Siddharth Agarwal
-
util: add normcase spec and fallbackWed, 01 Apr 2015 00:38:56 -0700, by Siddharth Agarwal
-
hgk: display committer name when set by hg-gitFri, 03 Apr 2015 22:44:25 +0200, by Andrew Shadura
-
jsonchangeset: set manifest node to "null" for workingctxSat, 14 Mar 2015 20:16:35 +0900, by Yuya Nishihara
-
jsonchangeset: set rev and node to "null" for workingctxSat, 14 Mar 2015 20:15:40 +0900, by Yuya Nishihara
-
templater: tell hggettext to collect help of template functionsFri, 03 Apr 2015 21:36:39 +0900, by Yuya Nishihara
-
treemanifest: disable readdelta optimizationTue, 10 Mar 2015 09:57:42 -0700, by Martin von Zweigbergk
-
phases: make two functions private for phase computationMon, 30 Mar 2015 15:38:24 -0700, by Laurent Charignon
-
windows: define normcase spec and fallbackWed, 01 Apr 2015 00:31:41 -0700, by Siddharth Agarwal
-
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
-
dirstate: don't require exact case when adding dirs on icasefs (issue4578) stableTue, 31 Mar 2015 11:11:39 -0400, by Matt Harbison
-
filemerge: clean up language in mergemarkertemplate help stableTue, 31 Mar 2015 11:58:14 -0700, by Nathan Goldbaum
-
color: fix crash in cmd.exeTue, 31 Mar 2015 14:27:45 -0400, by Matt Harbison
-
log: prefer 'wctx' over 'pctx' for working contextWed, 18 Mar 2015 21:44:25 -0700, by Martin von Zweigbergk
-
merge with stableTue, 31 Mar 2015 08:31:42 -0500, by Matt Mackall
-
tags: remove scary message about corrupt tags cacheTue, 31 Mar 2015 08:04:42 -0500, by Matt Mackall
-
hgk: use switch instead of a less efficient if/elseif/ifSun, 29 Mar 2015 19:15:04 +0200, by Andrew Shadura
-
hgk: set distinct fill and outline colour for non-public and obsolete changesetsSun, 29 Mar 2015 19:12:08 +0200, by Andrew Shadura
-
hgk: show secret changesets differently (shape and label)Sun, 29 Mar 2015 18:44:53 +0200, by Andrew Shadura
-
manifestv2: implement slow readdelta() without revdiffFri, 27 Mar 2015 20:41:30 -0700, by Martin von Zweigbergk
-
manifestv2: disable fastdelta optimizationFri, 27 Mar 2015 17:07:24 -0700, by Martin von Zweigbergk
-
manifestv2: add (unused) config optionFri, 27 Mar 2015 16:19:44 -0700, by Martin von Zweigbergk
-
manifest: extract method for creating manifest textFri, 27 Mar 2015 15:37:46 -0700, by Martin von Zweigbergk
-
manifest: extract method for parsing manifestFri, 27 Mar 2015 15:02:43 -0700, by Martin von Zweigbergk
-
dirstate._walkexplicit: don't bother normalizing '.'Sun, 29 Mar 2015 18:28:48 -0700, by Siddharth Agarwal
-
dirstate._walkexplicit: drop normpath callsSun, 29 Mar 2015 23:28:30 -0700, by Siddharth Agarwal
-
dirstate._walkexplicit: indicate root as '.', not ''Sun, 29 Mar 2015 23:27:25 -0700, by Siddharth Agarwal
-
phases: add killswitch for native implementationMon, 30 Mar 2015 12:57:55 -0700, by Laurent Charignon
-
phases: move pure phase computation in a functionMon, 30 Mar 2015 12:48:15 -0700, by Laurent Charignon
-
revset: add hook after tree parsingTue, 24 Mar 2015 14:24:55 -0700, by Laurent Charignon
-
hgk: remove unused revlog importMon, 30 Mar 2015 14:58:42 -0400, by Augie Fackler
-
run-tests: obtain replacements inside Test._runcommandSat, 28 Mar 2015 14:55:28 -0700, by Gregory Szorc
-
hgk: remove no longer needed debug-rev-parse commandSat, 28 Mar 2015 21:33:47 +0100, by Andrew Shadura
-
hgk: remove no longer needed debug-config commandSat, 28 Mar 2015 21:24:57 +0100, by Andrew Shadura
-
hgk: display obsolete changesets in darkgreySat, 28 Mar 2015 20:05:01 +0100, by Andrew Shadura
-
hgk: pass --hidden switch to hg subprocesses when neededSat, 28 Mar 2015 19:36:21 +0100, by Andrew Shadura
-
hgk: remove repetitious (and wrong) command syntax descriptionsSat, 28 Mar 2015 19:34:03 +0100, by Andrew Shadura
-
run-tests: separate newline normalization from replacementsSat, 28 Mar 2015 14:28:22 -0700, by Gregory Szorc
-
run-tests: remove arguments from Test._runcommandSat, 28 Mar 2015 14:12:57 -0700, by Gregory Szorc
-
run-tests: move run into Test classSat, 28 Mar 2015 14:08:25 -0700, by Gregory Szorc
-
run-tests: wait for test threads after first errorSat, 28 Mar 2015 19:39:03 -0700, by Gregory Szorc
-
run-tests: report code coverage from source directorySat, 28 Mar 2015 00:21:30 -0700, by Gregory Szorc
-
run-tests: collect aggregate code coverageSat, 28 Mar 2015 00:47:58 -0700, by Gregory Szorc
-
run-tests: obtain code coverage via Python APIFri, 27 Mar 2015 23:17:19 -0700, by Gregory Szorc
-
commands.debugrevlog: report max chain lengthSat, 28 Mar 2015 12:58:44 -0700, by Gregory Szorc
-
_lazymanifest: drop unnecessary call to sorted()Fri, 27 Mar 2015 20:55:54 -0700, by Martin von Zweigbergk
-
test-git-export: add globs the test runner wants on WindowsSun, 29 Mar 2015 00:00:14 -0400, by Matt Harbison
-
run-tests: explicitly handle unicode when writing xunit fileSun, 29 Mar 2015 10:41:23 -0700, by Gregory Szorc
-
parsers.c: avoid implicit conversion loses integer warningsSun, 29 Mar 2015 19:06:23 +0200, by André Sintzoff
-
test-annotate: conditionalize error output for WindowsSun, 29 Mar 2015 00:20:56 -0400, by Matt Harbison
-
test-diffstat: add a glob the test runner wants on WindowsSat, 28 Mar 2015 23:57:16 -0400, by Matt Harbison
-
tests: add testing for diff.showfuncTue, 24 Mar 2015 21:36:38 +0100, by Mathias De Maré
-
manifest: make manifest.intersectfiles() internalMon, 30 Mar 2015 10:43:52 -0700, by Drew Gottlieb
-
win32: add comment about WinErrorSat, 28 Mar 2015 11:19:34 +0100, by Adrian Buehlmann
-
templates: fix "log -q" output of phases style stableSat, 28 Mar 2015 20:22:03 +0900, by Yuya Nishihara
-
record_curses: fix ui bug for newly added fileFri, 27 Mar 2015 14:11:13 -0700, by Laurent Charignon
-
import-checker: rotatecycle is actually the canonical cycle keySat, 28 Mar 2015 00:08:26 -0500, by Matt Mackall
-
import-checker: make search algorithm non-recursive breadth-firstFri, 27 Mar 2015 23:52:23 -0500, by Matt Mackall
-
import-checker: drop set() from cyclekey()Fri, 27 Mar 2015 19:27:19 -0500, by Matt Mackall
-
import-checker: drop duplicate element from cycleFri, 27 Mar 2015 19:25:40 -0500, by Matt Mackall
-
import-checker: fix rotatecycleFri, 27 Mar 2015 18:50:39 -0500, by Matt Mackall
-
dirs.addpath: rework algorithm to search forwardFri, 27 Mar 2015 01:03:06 -0700, by Siddharth Agarwal
-
changeset_printer: use changectx to get status tupleSat, 14 Mar 2015 17:40:47 +0900, by Yuya Nishihara
-
changeset_printer: replace _meaningful_parentrevs() by changeset_templater'sSat, 14 Mar 2015 17:23:51 +0900, by Yuya Nishihara
-
changeset_printer: use context objects consistently to show parentsSat, 14 Mar 2015 17:19:04 +0900, by Yuya Nishihara
-
children: don't pass filectx to displayerThu, 26 Mar 2015 23:56:18 +0900, by Yuya Nishihara
-
verify: add a note about a paleo-bugFri, 27 Mar 2015 15:13:21 -0500, by Matt Mackall
-
cmdutil: remove some excess vertical whitespaceFri, 27 Mar 2015 13:51:21 -0500, by Matt Mackall
-
revert: move calculation of targetsubs earlierFri, 27 Mar 2015 13:48:51 -0500, by Matt Mackall
-
shelve: add interactive modeWed, 25 Mar 2015 15:53:30 -0700, by Laurent Charignon
-
shelve: add interactive mode command line optionWed, 25 Mar 2015 15:52:28 -0700, by Laurent Charignon
-
record: change return value of recording codeWed, 25 Mar 2015 15:51:57 -0700, by Laurent Charignon
-
revert: fix --interactive on local modification (issue4576)Wed, 25 Mar 2015 14:01:14 -0700, by Laurent Charignon
-
largefiles: remove useless overrideupdateWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
update: replace workingctx.dirty and raising Abort by cmdutil.bailifchangedWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
cmdutil: allow bailifchanged to ignore merging in progressWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirtyWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
subrepo: add dirtyreason to centralize composing dirty reason messageWed, 25 Mar 2015 13:55:32 +0900, by FUJIWARA Katsunori
-
record_curses: add test for newly added filesWed, 25 Mar 2015 16:40:37 -0700, by Laurent Charignon
-
test-manifest.py: don't test .text() with present node suffixWed, 25 Mar 2015 17:18:48 -0700, by Martin von Zweigbergk
-
treemanifest: drop 22nd byte for consistency with manifestdictThu, 26 Mar 2015 09:42:21 -0700, by Martin von Zweigbergk
-
test-manifest.py: rewrite tests in terms of manifestdictWed, 25 Mar 2015 14:13:46 -0700, by Martin von Zweigbergk
-
test-manifest.py: separate out test for double-free after copy()Wed, 25 Mar 2015 14:21:34 -0700, by Martin von Zweigbergk
-
revert: evaluate subrepos to revert against the working directoryWed, 25 Mar 2015 22:20:44 -0400, by Matt Harbison
-
revert: handle subrepos missing in the given --revWed, 25 Mar 2015 21:54:47 -0400, by Matt Harbison
-
osutil: mark end of string with null char, not 0Wed, 25 Mar 2015 16:21:58 -0700, by Siddharth Agarwal
-
osutil: use getdirentriesattr on OS X if possibleWed, 25 Mar 2015 15:55:31 -0700, by Siddharth Agarwal
-
osutil._listdir: rename to _listdir_statWed, 25 Mar 2015 16:43:29 -0700, by Siddharth Agarwal
-
revset: optimize "x & fullreposet" caseMon, 16 Mar 2015 17:11:25 +0900, by Yuya Nishihara
-
debugrevspec: show nesting structure of smartsets if verboseMon, 16 Mar 2015 18:36:53 +0900, by Yuya Nishihara
-
revset: add __repr__ to all smartset classesMon, 16 Mar 2015 18:15:06 +0900, by Yuya Nishihara
-
status: add relative directory help text (issue3835)Wed, 18 Mar 2015 20:40:02 -0700, by Yung-Jin (Joey) Hu
-
diff: rename --relative option to --rootWed, 25 Mar 2015 11:55:15 -0700, by Sean Farley
-
revlog: make converting from inline to non-line work after a stripWed, 25 Mar 2015 15:58:31 -0400, by Mike Edgar
-
check-code: in C code, prevent space before closing parenthesisTue, 24 Mar 2015 12:52:53 -0700, by Laurent Charignon
-
match: remove unused assignment of ctxSat, 17 Jan 2015 12:39:44 +0900, by Yuya Nishihara
-
revert: comment that filesets are always evaluated against workingctxSat, 17 Jan 2015 14:22:21 +0900, by Yuya Nishihara
-
revert: take fast path also when not reverting to '.'Tue, 24 Mar 2015 15:47:57 -0700, by Martin von Zweigbergk
-
revert: define 'wctx' a little earlier and use it moreTue, 24 Mar 2015 13:56:51 -0700, by Martin von Zweigbergk
-
match: add isexact() method to hide internalsWed, 29 Oct 2014 08:43:39 -0700, by Martin von Zweigbergk
-
matcher: make e.g. 'relpath:.' lead to fast pathsWed, 19 Nov 2014 15:56:58 -0800, by Martin von Zweigbergk
-
revset: add the 'subrepo' symbolWed, 25 Mar 2015 14:56:54 -0400, by Matt Harbison
-
tags: improve documentationTue, 24 Mar 2015 20:28:39 -0700, by Gregory Szorc
-
phase: default to C implementation for phase computationFri, 20 Mar 2015 11:14:27 -0700, by Laurent Charignon
-
phase: compute phases in CTue, 24 Mar 2015 11:00:09 -0700, by Laurent Charignon
-
manifest: move C bool polyfill into util.hWed, 25 Mar 2015 14:16:10 -0500, by Matt Mackall
-
manifest: use util.h to get Py_ssize_tWed, 25 Mar 2015 14:13:11 -0500, by Matt Mackall
-
clone: add progress support to hardlink clones (issue3059)Fri, 13 Mar 2015 18:28:11 -0400, by Augie Fackler
-
util: add progress callback support to copyfilesThu, 19 Mar 2015 10:24:22 -0400, by Augie Fackler
-
revert: evaluate filesets against working directory (issue4497)Mon, 23 Mar 2015 23:04:51 -0700, by Martin von Zweigbergk
-
largefiles: extract and reuse 'standin' variable in overriderevert()Tue, 24 Mar 2015 10:27:56 -0700, by Martin von Zweigbergk
-
largefiles: override cmdutil.revert() instead of comands.revert()Fri, 20 Mar 2015 10:05:31 -0700, by Martin von Zweigbergk
-
test-commit-interactive-curses: backout 852801178a63Sat, 21 Mar 2015 12:01:05 -0400, by Matt Harbison
-
test-interactive: use stable EOL in various file generating routinesSat, 21 Mar 2015 11:56:43 -0400, by Matt Harbison
-
patch.diff: restrict matcher to relative root in certain casesTue, 17 Mar 2015 15:46:36 -0700, by Siddharth Agarwal
-
commands.diff: add support for diffs relative to a subdirectoryTue, 17 Mar 2015 15:46:30 -0700, by Siddharth Agarwal
-
cmdutil.diffordiffstat: add support for diffs relative to a subdirectoryTue, 17 Mar 2015 15:06:40 -0700, by Siddharth Agarwal
-
test-fileset.t: remove 'bar ' and 'baz\' from tested filenamesSun, 22 Mar 2015 19:19:16 -0700, by Siddharth Agarwal
-
commands.push: abort when revisions evaluate to empty set (BC)Mon, 23 Mar 2015 18:21:01 -0700, by Gregory Szorc
-
largefiles: fix typo with s/__class/__class__/Mon, 23 Mar 2015 17:07:25 -0700, by Martin von Zweigbergk
-
hgweb: pull line numbers out of main flow of source contentMon, 23 Mar 2015 14:47:35 -0400, by Paul Fisher
-
merge with stableMon, 23 Mar 2015 15:41:43 -0500, by Matt Mackall
-
crecord: don't abort on Windows when curses isn't availableFri, 20 Mar 2015 23:35:13 -0400, by Matt Harbison
-
test-fileset: forget non-portable files to avoid failures on WindowsSat, 21 Mar 2015 01:24:17 -0400, by Matt Harbison
-
crecord: conditionalize the imports that are not available on WindowsFri, 20 Mar 2015 23:32:00 -0400, by Matt Harbison
-
cmdutil: drop a duplicate import of crecordFri, 20 Mar 2015 21:55:11 -0400, by Matt Harbison
-
annotate: add option to annotate working-directory filesSat, 16 Aug 2014 17:50:55 +0900, by Yuya Nishihara
-
committablefilectx: override linkrev() to point to the associated changectxThu, 19 Mar 2015 23:31:53 +0900, by Yuya Nishihara
-
revset: add wdir() function to specify workingctx revision by commandSat, 16 Aug 2014 13:44:16 +0900, by Yuya Nishihara
-
win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()' stableSun, 22 Mar 2015 19:08:13 -0400, by Matt Harbison
-
patch.diff: add support for diffs relative to a subdirectoryTue, 17 Mar 2015 13:41:24 -0700, by Siddharth Agarwal
-
patch.trydiff: add support for stripping a relative rootTue, 17 Mar 2015 12:59:41 -0700, by Siddharth Agarwal
-
merge with stableFri, 20 Mar 2015 17:30:38 -0500, by Matt Mackall
-
obsolete: mark warning for translationFri, 20 Mar 2015 16:39:07 -0500, by Matt Mackall
-
subrepo: add basic support to hgsubrepo for the files commandWed, 18 Mar 2015 23:03:41 -0400, by Matt Harbison
-
mergecopies: reuse ancestry context when traversing file history (issue4537) stableFri, 20 Mar 2015 00:30:35 -0700, by Pierre-Yves David
-
adjustlinkrev: handle 'None' value as source stableThu, 19 Mar 2015 23:57:34 -0700, by Pierre-Yves David
-
adjustlinkrev: prepare source revs for ancestry only once stableThu, 19 Mar 2015 23:52:26 -0700, by Pierre-Yves David
-
subrepo: add the parent context to hgsubrepoWed, 18 Mar 2015 22:56:41 -0400, by Matt Harbison
-
fileset: add a fileset for portable filenamesThu, 19 Mar 2015 21:26:18 -0700, by Siddharth Agarwal
-
annotate: reuse ancestry context when adjusting linkrev (issue4532) stableThu, 19 Mar 2015 19:52:23 -0700, by Pierre-Yves David
-
treemanifest: make hasdir() fasterMon, 16 Mar 2015 16:01:16 -0700, by Martin von Zweigbergk
-
treemanifest: make filesnotin() fasterTue, 03 Mar 2015 13:50:06 -0800, by Martin von Zweigbergk
-
treemanifest: make diff() fasterThu, 19 Feb 2015 17:13:35 -0800, by Martin von Zweigbergk
-
treemanifest: store directory path in treemanifest nodesMon, 23 Feb 2015 10:57:57 -0800, by Martin von Zweigbergk
-
treemanifest: add configuration for using treemanifest typeThu, 19 Mar 2015 11:07:57 -0700, by Martin von Zweigbergk
-
treemanifest: create treemanifest classThu, 19 Mar 2015 11:08:42 -0700, by Martin von Zweigbergk
-
bookmarks: rewrite comparing bookmarks in commands.summary() by compare()Thu, 19 Mar 2015 23:36:06 +0900, by FUJIWARA Katsunori
-
bookmarks: remove useless diff()Thu, 19 Mar 2015 23:36:05 +0900, by FUJIWARA Katsunori
-
bookmarks: add outgoing() to replace diff() for outgoing bookmarksThu, 19 Mar 2015 23:36:05 +0900, by FUJIWARA Katsunori
-
bookmarks: add incoming() to replace diff() for incoming bookmarksThu, 19 Mar 2015 23:36:05 +0900, by FUJIWARA Katsunori
-
manifest: avoid intersectfiles for matches > 100 filesWed, 18 Mar 2015 15:59:45 -0700, by Durham Goode
-
convert: optimize convert of files that are unmodified from p2 in mergesThu, 19 Mar 2015 17:40:19 +0100, by Mads Kiilerich
-
localrepo: reuse commit of parent filectx entries without rehashingThu, 19 Mar 2015 17:36:17 +0100, by Mads Kiilerich
-
obsolete: avoid infinite loop from obs-cycle in divergence (issue4126)Thu, 19 Mar 2015 13:00:44 -0700, by Pierre-Yves David
-
tests: avoid deprecation warningThu, 19 Mar 2015 15:21:08 -0500, by Matt Mackall
-
walkchangerevs: make followfilter a top-level classThu, 19 Mar 2015 09:12:21 -0700, by Martin von Zweigbergk
-
patch._applydiff: resolve prefix with respect to the cwdThu, 19 Mar 2015 10:18:05 -0700, by Siddharth Agarwal
-
test-revert-interactive: eliminate bashism in wildcard patternFri, 20 Mar 2015 00:22:37 +0900, by Yuya Nishihara
-
devel: also warn about transaction started without a lockTue, 10 Mar 2015 21:03:45 -0700, by Pierre-Yves David
-
contrib: remove the now useless lock-checker.py extensionTue, 10 Mar 2015 21:25:11 -0700, by Pierre-Yves David
-
devel: move the lock-checking code into coreFri, 16 Jan 2015 02:51:10 -0800, by Pierre-Yves David
-
patch.pathtransform: prepend prefix even if strip is 0Wed, 18 Mar 2015 20:59:06 -0700, by Siddharth Agarwal
-
walkchangerevs: simplify by using match.always() methodTue, 28 Oct 2014 22:32:18 -0700, by Martin von Zweigbergk
-
localrepo: simplify by using match.always() methodTue, 28 Oct 2014 22:43:59 -0700, by Martin von Zweigbergk
-
localrepo: remove check for matcher object that's never NoneTue, 30 Sep 2014 16:40:15 -0700, by Martin von Zweigbergk
-
context.walk: walk all files when file and '.' givenWed, 18 Mar 2015 11:42:09 -0700, by Martin von Zweigbergk
-
context.walk: call with util.all() a generator, not a listWed, 18 Mar 2015 09:26:26 -0700, by Martin von Zweigbergk
-
obsolete: remove last instance of _enabledTue, 17 Mar 2015 14:52:58 -0700, by Durham Goode
-
revbranchcache: write cache even during read operationsTue, 24 Feb 2015 18:43:31 -0800, by Durham Goode
-
revbranchcache: move cache writing to the transaction finalizerTue, 10 Feb 2015 20:06:12 -0800, by Durham Goode
-
revbranchcache: populate cache incrementallyTue, 10 Feb 2015 20:04:47 -0800, by Durham Goode
-
revbranchcache: move entry writing to a separate functionTue, 10 Feb 2015 20:01:08 -0800, by Durham Goode
-
revbranchcache: store repo on the objectTue, 10 Feb 2015 19:57:51 -0800, by Durham Goode
-
revbranchcache: move out of branchmap onto localrepoTue, 10 Feb 2015 19:53:48 -0800, by Durham Goode
-
revbranchcache: add test for when the cache is not writableTue, 17 Mar 2015 14:29:56 -0700, by Durham Goode
-
patch.trydiff: add a docstringTue, 17 Mar 2015 13:06:15 -0700, by Siddharth Agarwal
-
keyword: monkeypatch patch.diff more genericallyTue, 17 Mar 2015 15:33:34 -0700, by Siddharth Agarwal
-
keyword: rename kw_diff to kwdiff in keeping with Mercurial style rulesTue, 17 Mar 2015 15:52:28 -0700, by Siddharth Agarwal
-
fetch: use an abort hint where appropriateTue, 17 Mar 2015 20:36:33 +0900, by Yuya Nishihara
-
eol: replace "working copy" with "working directory" in extension helpTue, 17 Mar 2015 20:41:52 +0900, by Yuya Nishihara
-
revset: replace "working copy" with "working directory" in function helpTue, 17 Mar 2015 20:50:19 +0900, by Yuya Nishihara
-
commands: say "working directory" in full spellingTue, 17 Mar 2015 21:53:17 +0900, by Yuya Nishihara
-
commands: replace "working copy" with "working directory" in help/messagesTue, 17 Mar 2015 22:47:08 +0900, by Yuya Nishihara
-
test-commit-interactive-curses: #require 'tic'Tue, 17 Mar 2015 22:21:09 -0400, by Matt Harbison
-
check-code: enforce the usage of 'seq.py' instead of 'seq'Tue, 17 Mar 2015 21:48:34 -0400, by Matt Harbison
-
tests: replace uses of 'seq' with portable 'seq.py'Tue, 17 Mar 2015 21:47:47 -0400, by Matt Harbison
-
tests: introduce 'seq.py' as a portable replacement for 'seq'Tue, 17 Mar 2015 20:59:23 -0400, by Matt Harbison
-
revert: add flag to make revert interactiveMon, 16 Mar 2015 16:33:59 -0700, by Laurent Charignon
-
record: move ui.write wrapping where it should beMon, 16 Mar 2015 15:37:00 -0700, by Laurent Charignon
-
record: refactor the filtering codeMon, 16 Mar 2015 15:35:50 -0700, by Laurent Charignon
-
record: consolidate ui.write wrapping in a functionMon, 16 Mar 2015 15:30:33 -0700, by Laurent Charignon
-
bookmarks: reuse @number bookmark, if it refers changeset referred remotelyTue, 17 Mar 2015 18:20:24 +0900, by FUJIWARA Katsunori
-
bookmarks: check @pathalias suffix before available @number for efficiencyTue, 17 Mar 2015 18:20:24 +0900, by FUJIWARA Katsunori
-
bookmarks: prevent divergent bookmark from being updated unexpectedlyTue, 17 Mar 2015 18:20:24 +0900, by FUJIWARA Katsunori
-
manifest: include Python.h before standard headersWed, 18 Mar 2015 11:41:36 -0700, by Drew Gottlieb
-
crecord: use colwidth instead of ucolwidthWed, 18 Mar 2015 13:38:06 -0500, by Matt Mackall
-
manifest: speed up matches for large sets of filesWed, 18 Mar 2015 13:37:18 -0500, by Matt Mackall
-
perf: add methods for timing changeset file list readingWed, 18 Mar 2015 12:03:44 -0500, by Matt Mackall
-
censor: add exchange tests, via local push/pull and bundle/unbundleSun, 15 Mar 2015 21:52:35 -0400, by Mike Edgar
-
censor: add censor command to hgext with basic client-side testsSun, 15 Mar 2015 21:52:17 -0400, by Mike Edgar
-
record: add comparison methods for recordhunk classFri, 13 Mar 2015 14:08:30 -0700, by Laurent Charignon
-
record: minor refactoring of dorecordThu, 12 Mar 2015 17:50:23 -0700, by Laurent Charignon
-
record: add tests for the curses recording interfaceThu, 12 Mar 2015 14:42:55 -0700, by Laurent Charignon
-
record: enable curses recording logic with experimental flagThu, 12 Mar 2015 14:24:48 -0700, by Laurent Charignon
-
record: change arguments of curses recording functionFri, 13 Mar 2015 10:51:25 -0700, by Laurent Charignon
-
record: change interface of the filtering functionThu, 12 Mar 2015 17:51:37 -0700, by Laurent Charignon
-
hgweb: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:15:06 -0400, by Matt Harbison
-
pvec: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:18:20 -0400, by Matt Harbison
-
scmutil: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:16:26 -0400, by Matt Harbison
-
templater: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:11:15 -0400, by Matt Harbison
-
largefiles: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:08:16 -0400, by Matt Harbison
-
obsolete: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:05:25 -0400, by Matt Harbison
-
fileset: replace 'ctx._repo' with 'ctx.repo()'Thu, 12 Mar 2015 23:02:19 -0400, by Matt Harbison
-
filectx: add a repo accessorFri, 13 Mar 2015 20:34:52 -0400, by Matt Harbison
-
run-tests: ignore ENOENT failures when removing old .err resultsFri, 13 Mar 2015 13:03:55 -0400, by Augie Fackler
-
run-tests: stop storing start/stop times in a dict by test nameFri, 13 Mar 2015 12:50:53 -0400, by Augie Fackler
-
run-tests: avoid running the same test instance concurrentlyFri, 13 Mar 2015 12:47:16 -0400, by Augie Fackler
-
run-tests: add --runs-per-test flagFri, 13 Mar 2015 11:21:53 -0400, by Augie Fackler
-
convert: adjust progress bar for octopus merges (issue4169)Thu, 12 Mar 2015 21:41:50 -0400, by Augie Fackler
-
test-convert-git: show insane progress bar with octopus merge (issue4169)Thu, 12 Mar 2015 21:31:52 -0400, by Augie Fackler
-
manifest: have context use self.hasdir()Fri, 13 Mar 2015 15:36:11 -0700, by Drew Gottlieb
-
manifest: add hasdir() to contextFri, 13 Mar 2015 15:32:45 -0700, by Drew Gottlieb
-
manifest: add manifestdict.hasdir() methodFri, 13 Mar 2015 15:25:01 -0700, by Drew Gottlieb
-
manifest: have context's dirs() call its manifest's dirs()Fri, 13 Mar 2015 15:23:02 -0700, by Drew Gottlieb
-
manifest: add dirs() to manifestdictFri, 13 Mar 2015 15:19:54 -0700, by Drew Gottlieb
-
formatter: convert None to json nullWed, 17 Sep 2014 22:34:34 +0900, by Yuya Nishihara
-
localrepo: extend "changeid in repo" to return True for workingctx revisionSun, 17 Aug 2014 11:35:31 +0900, by Yuya Nishihara
-
merge with stableMon, 16 Mar 2015 13:41:45 -0500, by Matt Mackall
-
crecord: fix another underbarMon, 16 Mar 2015 13:32:28 -0500, by Matt Mackall
-
crecord: fiddle with vertical whitespaceMon, 16 Mar 2015 13:25:19 -0500, by Matt Mackall
-
crecord: fix underbar style for orig_stdoutMon, 16 Mar 2015 13:23:42 -0500, by Matt Mackall
-
crecord: use encoding.ucolwidthMon, 16 Mar 2015 13:22:37 -0500, by Matt Mackall
-
crecord: more import styleMon, 16 Mar 2015 12:58:06 -0500, by Matt Mackall
-
crecord: fix some import styleMon, 16 Mar 2015 12:55:21 -0500, by Matt Mackall
-
manifest.c: ensure realloc_if_full() returns 1 or 0Fri, 13 Mar 2015 22:50:40 -0400, by Matt Harbison
-
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
-
commands.paths: use ui.paths to show pathsSat, 07 Feb 2015 12:49:30 -0800, by Gregory Szorc
-
ui: represent paths as classesSat, 07 Feb 2015 12:42:10 -0800, by Gregory Szorc
-
color: omit terminfo/win32 warning if non-interactive (issue4543)Tue, 10 Mar 2015 13:40:14 -0400, by Jordi Gutiérrez Hermoso
-
incoming: hide help about use of --bundle option by defaultThu, 26 Feb 2015 20:54:05 +0900, by Yuya Nishihara
-
patch.applydiff: accept a prefix parameterFri, 06 Mar 2015 22:24:49 -0800, by Siddharth Agarwal
-
patch._applydiff: accept a prefix parameterFri, 06 Mar 2015 22:22:14 -0800, by Siddharth Agarwal
-
patch.makepatchmeta: accept a prefix parameterFri, 06 Mar 2015 22:19:26 -0800, by Siddharth Agarwal
-
patch.pathtransform: add a prefix parameterFri, 06 Mar 2015 22:17:24 -0800, by Siddharth Agarwal
-
patch.pathtransform: add doctestsFri, 06 Mar 2015 21:48:40 -0800, by Siddharth Agarwal
-
patch: rename pathstrip to pathtransformFri, 06 Mar 2015 21:12:30 -0800, by Siddharth Agarwal
-
templatekw: forward _hybrid.get to raw values so that get(extras, key) worksWed, 18 Feb 2015 23:17:52 +0900, by Yuya Nishihara
-
templater: implement _hybrid.__contains__ so that ifcontains can accept dictWed, 18 Feb 2015 23:01:33 +0900, by Yuya Nishihara
-
templatekw: keep raw list or dict in _hybrid objectSun, 08 Mar 2015 14:46:42 +0900, by Yuya Nishihara
-
templatekw: give name to lambda that constructs variables map of templaterSun, 08 Mar 2015 14:38:50 +0900, by Yuya Nishihara
-
templatekw: convert list of key/value pairs to sortdictSun, 08 Mar 2015 14:17:35 +0900, by Yuya Nishihara
-
sortdict: have update() accept either dict or iterable of key/value pairsWed, 18 Feb 2015 22:53:53 +0900, by Yuya Nishihara
-
record: allow editing new files (issue4304)Fri, 06 Mar 2015 15:57:43 -0800, by Laurent Charignon
-
localrepo: back out changeset b08af8f0ac01Thu, 05 Mar 2015 14:42:25 -0800, by Pierre-Yves David
-
test-shelve: be more lenient about whitespace (issue4124)Mon, 09 Mar 2015 12:32:29 -0400, by Tristan Seligmann
-
histedit: use better meta-variable names than VALUE in help textMon, 09 Mar 2015 14:32:17 +0800, by Anton Shestakov
-
histedit: tweak --commands help textMon, 09 Mar 2015 14:10:42 +0800, by Anton Shestakov
-
largefiles: report the source of copied/moved largefiles in status -CSun, 25 Jan 2015 02:45:49 -0500, by Matt Harbison
-
test-commit-amend: add globs for WindowsSun, 08 Mar 2015 00:04:03 -0500, by Matt Harbison
-
lazymanifest: use a binary search to do an insertionFri, 30 Jan 2015 21:30:40 -0800, by Augie Fackler
-
context: don't sort manifest entriesMon, 17 Nov 2014 00:00:25 -0500, by Augie Fackler
-
manifest: use custom C implementation of lazymanifestFri, 06 Mar 2015 21:29:47 -0500, by Augie Fackler
-
manifest: split manifestdict into high-level and low-level logicSat, 07 Mar 2015 12:04:39 -0500, by Augie Fackler
-
manifest: do parsing inside manifestdict contstructorSat, 07 Mar 2015 11:43:12 -0500, by Augie Fackler
-
manifest: move parsing functions up in fileSat, 07 Mar 2015 11:42:05 -0500, by Augie Fackler