Mercurial > hg
graph
-
check-code: improve test-check-code error diffsThu, 24 Dec 2015 19:32:14 +0000, by timeless
-
destutil: use scmutil.revrange for desthistedit (issue5001)Thu, 24 Dec 2015 10:16:30 -0800, by Gregory Szorc
-
pull: make a single call to obsstore.add (issue5006)Fri, 18 Dec 2015 13:53:50 -0600, by Matt Mackall
-
tests: Solaris diff -U also emits "No differences encountered"Sun, 27 Dec 2015 15:24:48 -0800, by Danek Duvall
-
test-glog: avoid check-code violation after next patchTue, 29 Dec 2015 18:11:14 -0500, by Augie Fackler
-
push: restore old behavior of default-push (issue5000) stableSat, 26 Dec 2015 15:18:16 +0900, by Yuya Nishihara
-
hgweb: fixed invalid atom-log feed url in file log pageTue, 29 Dec 2015 00:48:03 +0900, by Yoshinari Takaoka
-
repair: improves documentation of strip regarding locksTue, 29 Dec 2015 10:21:39 -0800, by Laurent Charignon
-
help: remove stray double spaces from config helpTue, 29 Dec 2015 15:02:13 +0000, by timeless
-
help: clarify that the config hook priority prefix includes a periodTue, 29 Dec 2015 15:00:04 +0000, by timeless
-
monoblue: correct feed links on /branches, /tags and /bookmarksTue, 29 Dec 2015 01:40:34 +0800, by Anton Shestakov
-
gitweb: describe feed type in links on /branches, /tags and /bookmarksTue, 29 Dec 2015 18:17:29 +0800, by Anton Shestakov
-
gitweb: link to the correct feeds from help pagesTue, 29 Dec 2015 18:16:09 +0800, by Anton Shestakov
-
histedit: handle exceptions from node.bin in fromruleWed, 23 Dec 2015 23:51:29 +0000, by timeless
-
histedit: limit cleanup of histedit-last-edit.txt to successWed, 23 Dec 2015 23:23:28 +0000, by timeless
-
histedit: use parse-error exception for parsingSun, 27 Dec 2015 03:33:09 +0000, by timeless
-
test-histedit-edit: test histedit with dirty repoFri, 11 Dec 2015 07:08:36 +0000, by timeless
-
histedit: limit mentioning histedit-last-edit.txtFri, 11 Dec 2015 07:08:09 +0000, by timeless
-
histedit: check fold of public change during verifyMon, 28 Dec 2015 22:53:22 +0000, by timeless
-
histedit: pass previous action to verifyMon, 28 Dec 2015 22:52:48 +0000, by timeless
-
annotate: mention that -n is suppressed in helpThu, 17 Dec 2015 14:56:14 +0000, by timeless
-
test-bundle2-format: force gc so a GeneratorExit will be thrownWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
test-bad-extension: account for PyPy/CPython error differenceWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
demandimport: update obsolete commentWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
demandimport: add support for PyPyWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
test-demandimport: ensure that relative imports are deferredWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
histedit: don't bother with cPickle, demand-load pickleWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
merge with stableMon, 28 Dec 2015 10:11:48 -0600, by Matt Mackall
-
crecord: stop raising error.Abort if curses is not found (issue5008) stableWed, 16 Dec 2015 10:39:00 -0800, by Sean Farley
-
crecord: ensure that curses is False if not imported stableTue, 15 Dec 2015 16:00:06 -0800, by Sean Farley
-
crecord: add helper function to determine if we should use curses stableTue, 15 Dec 2015 15:56:10 -0800, by Sean Farley
-
histedit: only use pickle if not using the modern save formatSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
perf: close transaction in perffncachewriteSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
hbisect: use tryreadlines to load stateSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
eol: make output stableSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
exchange: use absolute_importWed, 23 Dec 2015 12:32:08 -0800, by Gregory Szorc
-
localrepo: use absolute_importWed, 23 Dec 2015 12:30:14 -0800, by Gregory Szorc
-
httpconnection: use absolute_importMon, 21 Dec 2015 21:52:58 -0800, by Gregory Szorc
-
import-checker: force 'logging' to stdlib moduleWed, 23 Dec 2015 12:27:24 -0800, by Gregory Szorc
-
test-install: embed wix namespace for Python 2.6 compatibilityWed, 23 Dec 2015 22:48:48 +0900, by Yuya Nishihara
-
fileset: add hint for list error to use orWed, 23 Dec 2015 17:54:13 +0000, by timeless
-
revset: add hint for list error to use orWed, 23 Dec 2015 17:54:03 +0000, by timeless
-
error: make ParseError inherit from HintExceptionWed, 23 Dec 2015 17:39:32 +0000, by timeless
-
error: refactor OutOfBandError to inherit from HintExceptionWed, 23 Dec 2015 17:38:24 +0000, by timeless
-
phases: mention how to make secret commits in helpTue, 22 Dec 2015 20:10:22 +0000, by timeless
-
mq: use fallback patch name if no alpha-numeric in summary line (issue5025) stableWed, 23 Dec 2015 22:28:52 +0900, by FUJIWARA Katsunori
-
osutil: c_ssize_t is only available in Python >= 2.7Tue, 22 Dec 2015 21:38:06 -0800, by Bryan O'Sullivan
-
check-seclevel: pass a ui to the extension loaderTue, 22 Dec 2015 21:38:06 -0800, by Bryan O'Sullivan
-
check-seclevel: add a --debug optionTue, 22 Dec 2015 21:38:05 -0800, by Bryan O'Sullivan
-
test-run-tests: glob away a --debug run difference on WindowsMon, 23 Nov 2015 12:14:01 -0500, by Matt Harbison
-
import-checker: force 'ctype.util' to stdlib moduleTue, 22 Dec 2015 21:47:40 -0500, by Matt Harbison
-
keepalive: use absolute_importTue, 22 Dec 2015 16:28:28 -0800, by Gregory Szorc
-
context: use absolute_importMon, 21 Dec 2015 21:51:31 -0800, by Gregory Szorc
-
lsprofcalltree: use absolute_importMon, 21 Dec 2015 21:44:15 -0800, by Gregory Szorc
-
byterange: use absolute_importMon, 21 Dec 2015 21:42:14 -0800, by Gregory Szorc
-
dirstate: use absolute_importMon, 21 Dec 2015 21:38:53 -0800, by Gregory Szorc
-
manifest: use absolute_importMon, 21 Dec 2015 21:35:46 -0800, by Gregory Szorc
-
pvec: use absolute_importMon, 21 Dec 2015 21:32:58 -0800, by Gregory Szorc
-
ui: remove unreachable codeTue, 22 Dec 2015 15:25:40 -0800, by Bryan O'Sullivan
-
mercurial.spec: remove execute bitTue, 22 Dec 2015 10:58:47 +0000, by timeless
-
tests: add execute bit and fix shbang lineTue, 22 Dec 2015 11:05:05 +0000, by timeless
-
i18n: add execute bit to check-translation.pyTue, 22 Dec 2015 11:03:33 +0000, by timeless
-
doc: add execute bit and fix shbang line for gendoc.pyTue, 22 Dec 2015 07:59:14 +0000, by timeless
-
contrib: add execute bit for fixpax.pyTue, 22 Dec 2015 07:58:44 +0000, by timeless
-
contrib: add execute bit for check-py3-compat.pyTue, 22 Dec 2015 07:58:21 +0000, by timeless
-
perf: make start revision configurable for perfrevlogSun, 20 Dec 2015 19:56:23 -0800, by Gregory Szorc
-
perf: use standard arguments for perfrevlogSun, 20 Dec 2015 19:45:55 -0800, by Gregory Szorc
-
test-extension: do not depend on demandimport (issue5012)Fri, 18 Dec 2015 09:47:21 +0000, by Jun Wu
-
commands: split notes into note containersTue, 22 Dec 2015 06:03:00 +0000, by timeless
-
remove: quote --force in never deletes noteTue, 22 Dec 2015 06:02:01 +0000, by timeless
-
import: reword no hunks partial noteTue, 22 Dec 2015 06:03:10 +0000, by timeless
-
merge: reword help to use See help resolveTue, 22 Dec 2015 05:46:23 +0000, by timeless
-
py3compat: use absolute_importMon, 21 Dec 2015 21:31:57 -0800, by Gregory Szorc
-
patch: use absolute_importMon, 21 Dec 2015 21:33:52 -0800, by Gregory Szorc
-
mdiff: use absolute_importMon, 21 Dec 2015 21:26:14 -0800, by Gregory Szorc
-
scmposix: use absolute_importMon, 21 Dec 2015 21:24:49 -0800, by Gregory Szorc
-
scmutil: use absolute_importMon, 21 Dec 2015 21:23:43 -0800, by Gregory Szorc
-
scmwindows: use absolute_importMon, 21 Dec 2015 21:21:09 -0800, by Gregory Szorc
-
store: use absolute_importMon, 21 Dec 2015 21:19:57 -0800, by Gregory Szorc
-
help: use absolute_importMon, 21 Dec 2015 21:33:27 -0800, by Gregory Szorc
-
test-commit-interactive: updates for the no-execbit caseMon, 21 Dec 2015 20:29:32 -0500, by Matt Harbison
-
test-fileset: conditionalize output with symlinkMon, 21 Dec 2015 20:18:06 -0500, by Matt Harbison
-
commands: the first word of each note should be capital or `hg`Tue, 22 Dec 2015 02:24:16 +0000, by timeless
-
revlog: avoid string slice when decompressing u* chunksSun, 20 Dec 2015 16:00:27 -0800, by Gregory Szorc
-
osutil: implement pure version of recvfds() for PyPyThu, 17 Dec 2015 23:53:09 +0900, by Yuya Nishihara
-
osutil: implement recvmsg() of SCM_RIGHTS for chg command serverThu, 17 Dec 2015 23:41:46 +0900, by Yuya Nishihara
-
cleanup: back out performance hacks amended into previous commitMon, 21 Dec 2015 14:52:18 -0600, by Matt Mackall
-
commands: consistently indent notes 3 spacesFri, 18 Dec 2015 06:33:48 +0000, by timeless
-
perf: add perfrevlogrevisionSun, 20 Dec 2015 18:38:21 -0800, by Gregory Szorc
-
commands: use revlog._deltachain in debugdeltachainSun, 20 Dec 2015 19:02:02 -0800, by Gregory Szorc
-
revlog: refactor delta chain computation into own functionSun, 20 Dec 2015 18:56:05 -0800, by Gregory Szorc
-
perf: call clearcaches() in perfmanifestSun, 20 Dec 2015 17:57:44 -0800, by Gregory Szorc
-
manifest: implement clearcaches()Sun, 20 Dec 2015 19:31:46 -0800, by Gregory Szorc
-
revlog: make clearcaches() more effectiveSun, 20 Dec 2015 17:48:20 -0800, by Gregory Szorc
-
fileset: detect unintentional existing() invocation at runtimeMon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use set instead of list to mark predicates for efficiency (API)Mon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use decorator to mark a predicate as "existing caller"Mon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use decorator to mark a predicate as "status caller"Mon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use decorator to mark a function as fileset predicateMon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: treat encoding and eol as the predicate calling _existingMon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
rebase: mention conflict in documentation instead of mergeFri, 18 Dec 2015 18:32:15 +0000, by timeless
-
rebase: simplify documentation about headsFri, 18 Dec 2015 18:31:45 +0000, by timeless
-
rebase: simplify documentation about --keepFri, 18 Dec 2015 18:22:03 +0000, by timeless
-
rebase: simplify documentation about selecting commits to rebaseFri, 18 Dec 2015 18:24:41 +0000, by timeless
-
rebase: simplify documentation about public commitsFri, 18 Dec 2015 18:06:43 +0000, by timeless
-
verify: clean up weird error/warning listsSun, 20 Dec 2015 16:33:44 -0600, by Matt Mackall
-
diff: clarify comparison as first parentFri, 18 Dec 2015 18:52:25 +0000, by timeless
-
histedit: add progress supportFri, 18 Dec 2015 06:19:22 +0000, by timeless
-
verify: remove unreachable code to reraise KeyboardInterruptSun, 20 Dec 2015 18:38:21 +0900, by Yuya Nishihara
-
merge with stableSun, 20 Dec 2015 16:34:54 -0600, by Matt Mackall
-
verify: move exc() function onto classFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move err() to be a class functionFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move warn() to a class level functionFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move fncachewarned up to a class variableFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move widely used variables into class membersFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move verify logic into a classFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
test-install: perform the wix checking on wdir() instead of "."Thu, 17 Dec 2015 21:18:02 -0500, by Matt Harbison
-
revlog: fix bad indentation (replace tab by space) stableFri, 18 Dec 2015 20:54:41 -0800, by Martin von Zweigbergk
-
log: speed up hg log <file|folder>Fri, 18 Dec 2015 12:54:45 -0800, by Laurent Charignon
-
changelog: add a new method to get files modified by a changesetFri, 18 Dec 2015 13:45:55 -0800, by Laurent Charignon
-
tests: convert directory separators to '/' for MSYS in test-check-py-compatWed, 16 Dec 2015 17:22:37 -0500, by Matt Harbison
-
tests: make `pwd` URL compatible on Windows in test-default-pushWed, 16 Dec 2015 17:17:36 -0500, by Matt Harbison
-
windows: correct the import of win32Wed, 16 Dec 2015 13:33:43 -0500, by Matt Harbison
-
win32: add internals help topics to Inno Setup installerThu, 17 Dec 2015 19:33:44 +0100, by Pascal Quantin
-
changegroups: add documentation for cg3Fri, 18 Dec 2015 09:57:35 -0500, by Augie Fackler
-
changegroup: add flags field to cg3 delta headerMon, 14 Dec 2015 15:55:12 -0500, by Mike Edgar
-
changegroup: introduce cg3, which has support for exchanging treemanifestsFri, 11 Dec 2015 11:23:49 -0500, by Augie Fackler
-
merge with stableFri, 18 Dec 2015 14:40:11 -0600, by Matt Mackall
-
revlog: seek to end of file before writing (issue4943) stableThu, 17 Dec 2015 17:16:02 -0800, by Gregory Szorc
-
manifestmerge: have manifest do matching before diffingMon, 14 Dec 2015 20:57:21 -0500, by Augie Fackler
-
branch: reword help textThu, 17 Dec 2015 14:57:20 +0000, by timeless
-
archive: adjust help textThu, 17 Dec 2015 14:56:32 +0000, by timeless
-
annotate: add missing period to helpThu, 17 Dec 2015 14:54:47 +0000, by timeless
-
addremove: make help match addThu, 17 Dec 2015 14:54:20 +0000, by timeless
-
add: mention .hgignore in helpThu, 17 Dec 2015 14:53:40 +0000, by timeless
-
bundle: warn for --base with --allThu, 17 Dec 2015 15:05:25 +0000, by timeless
-
bundle: fix error for --all with destinationThu, 17 Dec 2015 15:03:45 +0000, by timeless
-
bundle: fix grammar in help textThu, 17 Dec 2015 14:59:11 +0000, by timeless
-
bundle: clarify help textThu, 17 Dec 2015 14:58:52 +0000, by timeless
-
cmdutil: do not duplicate stdout by makefileobj()Sun, 13 Dec 2015 20:07:19 +0900, by Yuya Nishihara
-
cmdutil: reimplement file wrapper that disables close()Sun, 13 Dec 2015 20:01:11 +0900, by Yuya Nishihara
-
export: remove useless comparison between file object and stringSun, 13 Dec 2015 19:57:54 +0900, by Yuya Nishihara
-
export: do not print '<fdopen>' as an output filenameSun, 13 Dec 2015 19:47:46 +0900, by Yuya Nishihara
-
commandserver: implement name() to clarify channel is not a plain fileSun, 13 Dec 2015 19:32:01 +0900, by Yuya Nishihara
-
histedit: delete to dropTue, 15 Dec 2015 13:27:09 -0800, by Mateusz Kwapich
-
clonebundles: fix bundlespec typoWed, 16 Dec 2015 12:33:54 +0100, by Mathias De Maré
-
record: fix hunk handling to remember the current functionThu, 17 Dec 2015 20:13:29 +0000, by timeless
-
record: turn on showfuncThu, 17 Dec 2015 14:38:22 +0000, by timeless
-
parsers: use PyTuple_Pack instead of manual list-fillingThu, 17 Dec 2015 13:07:34 -0800, by Bryan O'Sullivan
-
tags: mention --quiet switch in help (issue4920)Thu, 17 Dec 2015 15:23:36 -0800, by Thu Trang Pham
-
merge with stableThu, 17 Dec 2015 17:27:32 -0600, by Matt Mackall
-
histedit: omit useless message from update (edit)Mon, 14 Dec 2015 23:04:17 +0000, by timeless
-
histedit: omit useless message from update (_histedit)Mon, 14 Dec 2015 22:37:31 +0000, by timeless
-
histedit: omit useless message from update (histeditaction)Mon, 14 Dec 2015 21:43:16 +0000, by timeless
-
update: add quietempty flag to _showstatsMon, 14 Dec 2015 23:14:06 +0000, by timeless
-
histedit: omit useless message from abortMon, 14 Dec 2015 22:08:14 +0000, by timeless
-
hg: add quietempty flag to _showstatsMon, 14 Dec 2015 23:13:25 +0000, by timeless
-
patch: disable nobinary when HGPLAIN=1Thu, 17 Dec 2015 11:00:06 -0800, by Mateusz Kwapich
-
help: add missed last new line to "internals" topicThu, 17 Dec 2015 22:29:41 +0900, by Yuya Nishihara
-
dirstate: make delaywrite sleep until the next multiple of n secondsWed, 16 Dec 2015 20:58:26 -0600, by Matt Mackall
-
dirstate: only invoke delaywrite if relevantWed, 16 Dec 2015 20:49:18 -0600, by Matt Mackall
-
dirstate: move delaywrite logic from write to _writeWed, 16 Dec 2015 20:46:53 -0600, by Matt Mackall
-
run-tests: show scheduling with --showchannelsMon, 07 Dec 2015 16:16:06 -0600, by Matt Mackall
-
tests: avoid duplicate install steps in test-run-testsSun, 06 Dec 2015 15:14:01 -0600, by Matt Mackall
-
run-tests: add more scheduling weight hintsFri, 04 Dec 2015 17:05:20 -0600, by Matt Mackall
-
run-tests: report timeouts in a less alarming fashionFri, 04 Dec 2015 14:55:10 -0600, by Matt Mackall
-
ui: try to handle $$ more robustly in prompts (issue4970) stableMon, 30 Nov 2015 13:47:29 -0600, by Matt Mackall
-
merge with stableWed, 16 Dec 2015 17:40:01 -0600, by Matt Mackall
-
import: reorder help textTue, 15 Dec 2015 07:57:04 +0000, by timeless
-
import: add word to help textTue, 15 Dec 2015 07:56:03 +0000, by timeless
-
import: refactor exact flagTue, 15 Dec 2015 07:54:01 +0000, by timeless
-
help: filter extension commandsMon, 14 Dec 2015 05:29:55 +0000, by timeless
-
test-help: tighten grep patternsMon, 14 Dec 2015 06:00:32 +0000, by timeless
-
summary: add troubles list to the output of hg summaryMon, 14 Dec 2015 11:19:48 -0800, by Laurent Charignon
-
wix: add missing templateWed, 16 Dec 2015 17:17:12 -0600, by Matt Mackall
-
tests: add coverage to ensure Wix tracks 'help' and 'templates' filesSun, 13 Sep 2015 22:54:51 -0400, by Matt Harbison
-
perf: adjust perfstartup() for WindowsSun, 13 Dec 2015 18:13:44 -0500, by Matt Harbison
-
test-hgignore: conditionalize an illegal Windows filenameSun, 13 Dec 2015 15:36:20 -0500, by Matt Harbison
-
mac: fix percent-encoding of non-utf-8 characters (issue4999)Sat, 12 Dec 2015 21:36:21 -0600, by Matt Mackall
-
help: support loading sub-topicsSun, 13 Dec 2015 11:19:55 -0800, by Gregory Szorc
-
help: pass sub-topic into help query functionsSun, 13 Dec 2015 11:29:01 -0800, by Gregory Szorc
-
help: pass subtopic into help()Sun, 13 Dec 2015 11:04:45 -0800, by Gregory Szorc
-
help: add "internals" topicSun, 13 Dec 2015 10:35:03 -0800, by Gregory Szorc
-
help: teach loaddoc to load from a different directorySun, 13 Dec 2015 10:45:27 -0800, by Gregory Szorc
-
setup.py: package internals help filesSun, 13 Dec 2015 11:34:04 -0800, by Gregory Szorc
-
help: add documentation for bundle typesSun, 13 Dec 2015 11:27:52 -0800, by Gregory Szorc
-
help: add documentation for changegroup formatsSun, 25 Oct 2015 00:19:45 +0100, by Gregory Szorc
-
util: reimplement lrucachedictSun, 06 Dec 2015 19:04:10 -0800, by Gregory Szorc
-
record: don't dereference symlinks while copying over stat data stableSat, 12 Dec 2015 10:58:05 -0800, by Siddharth Agarwal
-
copyfile: add an optional parameter to copy other stat data stableSat, 12 Dec 2015 11:00:04 -0800, by Siddharth Agarwal
-
tests: move the '-hg' postfix for all style testsSat, 05 Dec 2015 22:49:39 -0800, by Pierre-Yves David
-
test: rename 'check-code' own test to 'test-contrib-check-code.t'Sat, 05 Dec 2015 22:47:26 -0800, by Pierre-Yves David
-
parsers: add a missed PyErr_NoMemoryMon, 14 Dec 2015 10:47:27 -0800, by Bryan O'Sullivan
-
parsers: check results of PyInt_FromLong (issue4771)Mon, 14 Dec 2015 10:47:26 -0800, by Bryan O'Sullivan
-
parsers: simplify error logic in compute_phases_map_setsMon, 14 Dec 2015 10:47:24 -0800, by Bryan O'Sullivan
-
util: rename argument of isatty()Sun, 13 Dec 2015 18:48:35 +0900, by Yuya Nishihara
-
posix: remove unixdomainserver classSat, 21 Nov 2015 16:21:52 +0900, by Yuya Nishihara
-
revlog: use absolute_importSat, 12 Dec 2015 23:22:18 -0800, by Gregory Szorc
-
windows: use absolute_importSat, 12 Dec 2015 23:19:38 -0800, by Gregory Szorc
-
similar: use absolute_importSat, 12 Dec 2015 23:17:22 -0800, by Gregory Szorc
-
util: use absolute_importSat, 12 Dec 2015 23:14:08 -0800, by Gregory Szorc
-
util: make hashlib import unconditionalSat, 12 Dec 2015 23:30:37 -0500, by Gregory Szorc
-
encoding: use double backslashSat, 12 Dec 2015 23:26:12 -0800, by Gregory Szorc
-
encoding: use absolute_importSat, 12 Dec 2015 22:57:48 -0500, by Gregory Szorc
-
hg: establish function for performing post-share actionsSat, 12 Dec 2015 22:20:29 -0500, by Gregory Szorc
-
share: pass named argumentsSat, 12 Dec 2015 22:07:40 -0500, by Gregory Szorc
-
commandserver: cut import cycle by itselfTue, 24 Nov 2015 23:03:54 +0900, by Yuya Nishihara
-
commandserver: use absolute_importTue, 24 Nov 2015 22:58:40 +0900, by Yuya Nishihara
-
tests: histedit-helpers fixbundle should not complain about no inputMon, 14 Dec 2015 22:21:30 +0000, by timeless
-
tests: relax histedit issue4251 and issue3893 backupsMon, 14 Dec 2015 22:34:30 +0000, by timeless
-
setup.py: use bytes literalsSun, 13 Dec 2015 09:40:53 -0800, by Gregory Szorc
-
clonebundles: fix typoTue, 15 Dec 2015 07:17:15 +0100, by Mathias De Maré
-
merge: rework manifestmerge to use a matcherMon, 14 Dec 2015 20:47:22 -0500, by Augie Fackler
-
merge: restate calculateupdates in terms of a matcherMon, 14 Dec 2015 20:37:41 -0500, by Augie Fackler
-
merge: have merge.update use a matcher instead of partial fnMon, 14 Dec 2015 18:54:03 -0500, by Augie Fackler
-
treemanifest: don't iterate entire matching submanifests on match()Sat, 12 Dec 2015 09:57:05 -0800, by Martin von Zweigbergk
-
pathencode: remove an unused assignmentSat, 12 Dec 2015 20:59:37 -0800, by Bryan O'Sullivan
-
parsers: narrow scope of a variable to be less confusingSat, 12 Dec 2015 20:57:01 -0800, by Bryan O'Sullivan
-
manifest: fix formattingSat, 12 Dec 2015 20:10:33 -0800, by Bryan O'Sullivan
-
parsers: use absolute_importSat, 12 Dec 2015 13:39:29 -0500, by Gregory Szorc
-
osutil: use absolute_importSat, 12 Dec 2015 13:46:32 -0500, by Gregory Szorc
-
mpatch: use absolute_importSat, 12 Dec 2015 13:37:56 -0500, by Gregory Szorc
-
diffhelpers: use absolute_importSat, 12 Dec 2015 13:35:41 -0500, by Gregory Szorc
-
bdiff: use absolute_importSat, 12 Dec 2015 13:34:55 -0500, by Gregory Szorc
-
base85: use absolute_importSat, 12 Dec 2015 13:33:47 -0500, by Gregory Szorc
-
destutil: use absolute_importSat, 12 Dec 2015 13:32:25 -0500, by Gregory Szorc
-
obsolete: use absolute_importSat, 12 Dec 2015 13:30:47 -0500, by Gregory Szorc
-
contrib: ignore empty files in check-py3-compat.pySat, 12 Dec 2015 13:27:31 -0500, by Gregory Szorc
-
doc: make gendoc.py module import policy awareSat, 12 Dec 2015 13:23:29 -0500, by Gregory Szorc
-
merge with stableFri, 11 Dec 2015 17:45:19 -0600, by Matt Mackall
-
check-commit: add a test for the patch checking script in contribFri, 11 Dec 2015 12:21:26 +0000, by Pierre-Yves David
-
match: use re2 in readpatternfile if possibleThu, 10 Dec 2015 21:33:55 -0800, by Bryan O'Sullivan
-
test-hgignore.t: add tests for commentsThu, 10 Dec 2015 21:32:19 -0800, by Bryan O'Sullivan
-
help: fix help -c/help -e/help -kWed, 09 Dec 2015 05:56:54 +0000, by timeless
-
help: call filtercmd from topicmatchWed, 09 Dec 2015 19:09:35 +0000, by timeless
-
help: refactor filtercmdWed, 09 Dec 2015 19:09:06 +0000, by timeless
-
transplant: use Oxford commaMon, 30 Nov 2015 19:28:26 +0000, by timeless
-
crecord: add dictionary to default return value of filterpatchWed, 09 Dec 2015 17:01:27 -0800, by Laurent Charignon
-
discovery: properly filter changeset in 'peer.known' (issue4982)Wed, 02 Dec 2015 16:12:15 -0800, by Pierre-Yves David
-
test: add an extra base changeset in test-obsolete.tWed, 09 Dec 2015 14:22:57 -0800, by Pierre-Yves David
-
parents: provide equivalent revsets in helpTue, 08 Dec 2015 20:21:08 +0000, by timeless
-
merge: refuse update/merge if there are unresolved conflicts (BC)Mon, 07 Dec 2015 20:43:24 -0800, by Martin von Zweigbergk
-
tests: drop require slow in test-contrib-perfTue, 08 Dec 2015 07:05:37 +0000, by timeless
-
convert/svn: quiet check-configTue, 08 Dec 2015 08:37:12 +0000, by timeless
-
check-config: handle multiline configTue, 08 Dec 2015 08:21:46 +0000, by timeless
-
check-config: escape period in regexp for inline commentsTue, 08 Dec 2015 08:36:00 +0000, by timeless
-
check-config: allow numbers in configsTue, 08 Dec 2015 09:09:01 +0000, by timeless
-
check-config: recognize convert style documentationTue, 08 Dec 2015 09:22:53 +0000, by timeless
-
tests: use a single repo for test-contrib-perfTue, 08 Dec 2015 04:56:26 +0000, by timeless
-
perf: perfrevlog optimize for perf.stubFri, 04 Dec 2015 19:05:56 +0000, by timeless
-
perf: add getlenFri, 04 Dec 2015 19:05:32 +0000, by timeless
-
perf: add optional rev for perflog and perftemplatingFri, 04 Dec 2015 18:08:50 +0000, by timeless
-
perf: perfparents honor config perf.parentscountFri, 04 Dec 2015 18:18:07 +0000, by timeless
-
perf: offer perf.stub to only run one loopFri, 04 Dec 2015 17:41:30 +0000, by timeless
-
perf: improve grammar of gettimer commentFri, 04 Dec 2015 17:41:02 +0000, by timeless
-
tests: use absolute_import in tinyproxySun, 06 Dec 2015 22:20:08 -0800, by Gregory Szorc
-
tests: use absolulte_import in test-wireproto.pySun, 06 Dec 2015 22:02:39 -0800, by Gregory Szorc
-
tests: use absolute_import in test-walkrepoSun, 06 Dec 2015 22:05:19 -0800, by Gregory Szorc
-
tests: use absolute_import in hgweberror.pySun, 06 Dec 2015 22:27:53 -0800, by Gregory Szorc
-
tests: use absolute_import in hghave.pySun, 06 Dec 2015 22:27:18 -0800, by Gregory Szorc
-
tests: use absolute_import for heredoctest.pySun, 06 Dec 2015 22:26:12 -0800, by Gregory Szorc
-
tests: use absolute_import in /get-with-headers.pySun, 06 Dec 2015 22:25:41 -0800, by Gregory Szorc
-
tests: use absolute_import in generate-working-copy-states.pySun, 06 Dec 2015 22:23:37 -0800, by Gregory Szorc
-
hgweb: move entry-preparing code from webcommands to webutils.commonentry()Fri, 13 Nov 2015 14:35:36 +0800, by Anton Shestakov
-
grammar: favor zero, one, two over ... or noMon, 30 Nov 2015 19:30:16 +0000, by timeless
-
commands: use Oxford comma (help clone)Mon, 30 Nov 2015 19:29:46 +0000, by timeless
-
commit: make commit acquire store lock before processing for consistencyWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
censor: make censor acquire locks before processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
transplant: widen wlock scope of transplant for consitency while processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
shelve: remove redundant acquisition of wlock for sub commands of unshelveWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
shelve: widen wlock scope of unshelve for consistency while processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
perf: add perflrucachedict commandSun, 06 Dec 2015 17:07:50 -0800, by Gregory Szorc
-
tests/filterpyflakes: use absolute_importSun, 06 Dec 2015 22:22:09 -0800, by Gregory Szorc
-
tests/fakepatchtime.py: use absolute_importSun, 06 Dec 2015 22:14:39 -0800, by Gregory Szorc
-
tests/fakedirstatewritetime.py: use absolute_importSun, 06 Dec 2015 22:13:36 -0800, by Gregory Szorc
-
tests/dumbhttp: use absolute_importSun, 06 Dec 2015 22:12:07 -0800, by Gregory Szorc
-
tests/autodiff.py: use absolute_importSun, 06 Dec 2015 22:10:10 -0800, by Gregory Szorc
-
tests/test-ancestor: use absolute_importSun, 06 Dec 2015 22:07:13 -0800, by Gregory Szorc
-
tests: add test for Python 3 compatibilitySun, 06 Dec 2015 22:39:12 -0800, by Gregory Szorc
-
merge with stableMon, 07 Dec 2015 18:06:13 -0600, by Matt Mackall
-
localrepo: reinstate localrepo.parents with a deprecation warningSat, 05 Dec 2015 23:14:49 -0800, by Pierre-Yves David
-
bookmark: deprecate 'bmstore.write' methodSat, 05 Dec 2015 23:34:07 -0800, by Pierre-Yves David
-
ui: add a 'deprecwarn' helper to issue deprecation warningsSat, 05 Dec 2015 23:05:49 -0800, by Pierre-Yves David
-
ui: add a 'stacklevel' argument to 'develwarn'Sat, 05 Dec 2015 23:05:33 -0800, by Pierre-Yves David
-
import-checker: tell which symbol causes "direct symbol import"Sun, 06 Dec 2015 14:28:35 +0900, by Yuya Nishihara
-
import-checker: allow absolute imports of sub modules from local packagesSun, 06 Dec 2015 14:18:19 +0900, by Yuya Nishihara
-
manifest: use 't' for tree manifest flagFri, 04 Dec 2015 14:24:45 -0800, by Martin von Zweigbergk
-
test: update the docstring of 'test-devel-warnings.t' extensionSat, 05 Dec 2015 23:06:03 -0800, by Pierre-Yves David
-
setup.py: don't rewrite @LIBDIR@ when creating wheelsSat, 05 Dec 2015 17:52:50 -0800, by Gregory Szorc
-
setup.py: attempt to build and install hg.exe on WindowsFri, 04 Dec 2015 00:24:48 -0800, by Gregory Szorc
-
merge.graft: add option to keep second parentThu, 03 Dec 2015 23:01:59 -0500, by Andrew Halberstadt
-
ui: support declaring path push urls as sub-optionsSat, 05 Dec 2015 21:11:04 -0800, by Gregory Szorc
-
ui: pass ui instance to path.__init__Sun, 06 Dec 2015 12:31:46 -0800, by Gregory Szorc
-
ui: store pushloc as separate attributeSun, 06 Dec 2015 11:49:02 -0800, by Gregory Szorc
-
commands: add debugdeltachain commandSat, 05 Dec 2015 23:37:46 -0800, by Gregory Szorc
-
histedit: pick an appropriate base changeset by default (BC)Sat, 24 Oct 2015 19:56:39 +0100, by Gregory Szorc
-
rebase: remove extra "if" from check of collapsing named branchesSat, 05 Dec 2015 23:50:13 +0900, by Yuya Nishihara
-
rebase: drop redundant functions to keep branch and graft source explicitlySat, 05 Dec 2015 23:48:22 +0900, by Yuya Nishihara
-
color: drop useless override of ui.popbuffer()Sat, 05 Dec 2015 23:41:11 +0900, by Yuya Nishihara
-
repoview: bypass changelog method to computed cache keyFri, 04 Dec 2015 14:22:15 -0800, by Pierre-Yves David
-
repoview: stop recomputing cached key in all caseFri, 04 Dec 2015 14:04:24 -0800, by Pierre-Yves David
-
commands.debugindexdot: use cmdutil.openrevlog()Sat, 05 Dec 2015 21:40:38 -0800, by Gregory Szorc
-
commands: unify argument handling for revlog debug commandsSat, 05 Dec 2015 21:47:39 -0800, by Gregory Szorc
-
commit: fix rest syntax of examplesSun, 06 Dec 2015 17:16:37 +0900, by Yuya Nishihara
-
ui: optionally ignore sub-options from configitems()Sat, 05 Dec 2015 20:24:39 -0800, by Gregory Szorc
-
ui: add method to return option and all sub-optionsSat, 05 Dec 2015 20:20:57 -0800, by Gregory Szorc
-
revlog: don't consider nullrev when choosing delta baseFri, 04 Dec 2015 17:46:56 -0800, by Martin von Zweigbergk
-
revlog: make calls to _isgooddelta() consistentFri, 04 Dec 2015 17:14:14 -0800, by Martin von Zweigbergk
-
revlog: clarify which revision is added to 'tested' when using cached deltaFri, 04 Dec 2015 16:45:06 -0800, by Martin von Zweigbergk
-
revlog: remove unused variable 'chainlen'Fri, 04 Dec 2015 17:22:26 -0800, by Martin von Zweigbergk
-
commit: adjust the quoting in the examples to be Windows friendlySat, 05 Dec 2015 22:19:48 -0500, by Matt Harbison
-
wireproto: config options to disable bundle1Fri, 04 Dec 2015 15:12:11 -0800, by Gregory Szorc
-
dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) stableMon, 07 Dec 2015 17:39:31 +0100, by Mathias De Maré
-
exchange: standalone function to determine if bundle2 is requestedFri, 04 Dec 2015 13:31:01 -0800, by Gregory Szorc
-
wireproto: add docstring for wirepeerFri, 04 Dec 2015 13:15:14 -0800, by Gregory Szorc
-
commit: add some help examples (issue4963)Fri, 04 Dec 2015 15:24:05 -0500, by Augie Fackler
-
changegroup: restate file linknode callback using generator expressionsFri, 04 Dec 2015 11:39:03 -0500, by Augie Fackler
-
changegroup: clean up file lookup functionFri, 04 Dec 2015 11:38:02 -0500, by Augie Fackler
-
changegroup: remove one special case from lookupmflinknodeFri, 04 Dec 2015 10:55:46 -0500, by Augie Fackler
-
changegroup: drop 'if True' that made the previous change clearerFri, 04 Dec 2015 10:35:45 -0500, by Augie Fackler
-
changegroup: avoid iterating the whole manifestFri, 04 Dec 2015 10:34:58 -0500, by Augie Fackler
-
posix: work around "posix" systems without os.link available (issue4974)Fri, 04 Dec 2015 15:59:46 -0500, by Augie Fackler
-
pathutil: use temporary variables instead of complicated wrappingThu, 03 Dec 2015 13:14:20 -0800, by Pierre-Yves David
-
context: use a the nofsauditor when matching file in history (issue4749)Thu, 03 Dec 2015 13:23:46 -0800, by Pierre-Yves David
-
localrepo: add a second auditor without file system checkThu, 03 Dec 2015 13:22:36 -0800, by Pierre-Yves David
-
pathauditor: add a way to skip file system checkThu, 03 Dec 2015 10:40:19 -0800, by Pierre-Yves David
-
pathauditor: move file system specific check in their own functionThu, 03 Dec 2015 12:22:48 -0800, by Pierre-Yves David
-
contrib: disable SSLv3_method() to build old Python with recent libsslSat, 07 Nov 2015 16:31:04 +0900, by Yuya Nishihara
-
rebase: only clear rebase status after the rebase transaction has completedThu, 03 Dec 2015 08:31:20 -0800, by Laurent Charignon
-
dirstate: don't write repo.currenttransaction to repo.dirstate if repo stableThu, 03 Dec 2015 01:38:21 +0100, by Sietse Brouwer
-
tests: test changegroup generation for filtered changesets (issue4982) stableWed, 02 Dec 2015 14:20:13 -0800, by Gregory Szorc
-
parsers: fix parse_dirstate to check len before unpacking header (issue4979) stableWed, 02 Dec 2015 23:04:58 +0900, by Yuya Nishihara
-
mercurial: support loading modules from zipimporterThu, 03 Dec 2015 21:25:05 -0800, by Gregory Szorc
-
mercurial: don't load C extensions from PyPyTue, 24 Nov 2015 22:21:51 -0800, by Gregory Szorc
-
mercurial: be more strict about loading dual implemented modulesTue, 24 Nov 2015 22:50:04 -0800, by Gregory Szorc
-
setup: refactor handling of modules with C/Python implementationsThu, 03 Dec 2015 21:48:12 -0800, by Gregory Szorc
-
check-seclevel: set module load policy to Python onlyTue, 24 Nov 2015 22:53:55 -0800, by Gregory Szorc
-
mercurial: implement import hook for handling C/Python modulesThu, 03 Dec 2015 21:37:01 -0800, by Gregory Szorc
-
changegroup: document manifest linkrev callback some moreThu, 03 Dec 2015 10:56:05 -0500, by Augie Fackler
-
changegroup: note during bundle apply if the repo was emptyWed, 02 Dec 2015 14:32:17 -0500, by Augie Fackler
-
histedit: improve missing rule suggestionWed, 02 Dec 2015 07:41:35 +0000, by timeless
-
graphlog: make node symbol templatable by ui.graphnodetemplate optionSat, 14 Nov 2015 17:25:43 +0900, by Yuya Nishihara
-
templatekw: avoid slow creation of changectx objects in showgraphnode()Sat, 14 Nov 2015 17:02:57 +0900, by Yuya Nishihara
-
graphlog: extract "graphnode" template keyword that represents node symbolSat, 14 Nov 2015 16:58:18 +0900, by Yuya Nishihara
-
graphlog: move creation of workingdir-parent nodes to displaygraph()Sat, 14 Nov 2015 16:45:15 +0900, by Yuya Nishihara
-
builddeb: read default distribution and codename from lsb_releaseWed, 25 Nov 2015 18:07:33 +0800, by Anton Shestakov
-
builddeb: remove unused --debbuilddir optionWed, 25 Nov 2015 15:26:03 +0800, by Anton Shestakov
-
builddeb: add --distid option to specify Distributor IDWed, 25 Nov 2015 15:15:03 +0800, by Anton Shestakov
-
builddeb: rename --release option to --codenameWed, 25 Nov 2015 14:59:43 +0800, by Anton Shestakov
-
histedit: get rid of state.rulesWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: change state.rules uses to state.actionsWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add tostate method to histedit actionWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: remove makedescWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: use torule instead of makedesc in ruleeditorWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add torule method to histedit action objectsWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add verify() to histeditactionWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add addhisteditaction decoratorWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add actions property to histedit stateWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
check-commit: remove confusion between summary line and other headersFri, 06 Nov 2015 17:27:42 -0500, by Pierre-Yves David
-
shelve: execute checkunfinished inside wlock scopeWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
shelve: widen wlock scope of shelve for consistency while processingWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
gpg: make sign acquire wlock before processingWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
commands: execute checkunfinished and bailifchanged inside wlock scopeWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
commands: widen wlock scope of graft for consitency while processingWed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
commands: make backout acquire locks before processingWed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
commands: make commit acquire locks before processing (issue4368)Wed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
addrevision: use general delta when the incoming base delta is badTue, 01 Dec 2015 16:15:59 -0800, by Pierre-Yves David
-
test: use a bigger manifest in general delta testTue, 01 Dec 2015 18:11:00 -0800, by Pierre-Yves David
-
addrevision: rework generaldelta computationTue, 01 Dec 2015 18:45:16 -0800, by Pierre-Yves David
-
bmstore: close file in a finally block in _writerepoWed, 11 Nov 2015 21:03:48 -0500, by Augie Fackler
-
bmstore: add basic clean-state trackingWed, 11 Nov 2015 21:01:23 -0500, by Augie Fackler
-
bookmarks: hoist getbkfile out of bmstore classWed, 11 Nov 2015 20:45:38 -0500, by Augie Fackler
-
bookmarks: document getbkfile methodWed, 11 Nov 2015 20:43:25 -0500, by Augie Fackler
-
hgweb: load server settings from --web-conf (issue4699)Sat, 31 Oct 2015 22:50:03 +0900, by Yuya Nishihara
-
extdiff: correctly handle deleted subrepositories (issue3153)Tue, 17 Nov 2015 16:42:52 -0600, by Andrew Zwicky
-
hgweb: make sure command options are set to all ui objectsSat, 21 Nov 2015 13:28:12 +0900, by Yuya Nishihara
-
hgweb: eliminate duck-typing to select hgweb or hgwebdir by command optionSat, 31 Oct 2015 22:26:50 +0900, by Yuya Nishihara
-
addrevision: only use the incoming base if it is a good delta (issue4975)Tue, 01 Dec 2015 16:06:20 -0800, by Pierre-Yves David
-
addrevision: handle code path not producing deltaTue, 01 Dec 2015 16:22:49 -0800, by Pierre-Yves David
-
addrevision: rename 'd' to 'delta'Tue, 01 Dec 2015 15:29:11 -0800, by Pierre-Yves David
-
strip: add a --keep test related to removing files from dirstateMon, 30 Nov 2015 11:23:15 -0800, by Christian Delahousse
-
dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuildMon, 30 Nov 2015 11:23:15 -0800, by Christian Delahousse
-
debugrebuilddirstate: added tests for --minimal flagTue, 01 Dec 2015 10:52:36 -0800, by Christian Delahousse
-
debugdirstate: add command to rebuildstate test to modify dirstateTue, 01 Dec 2015 11:17:14 -0800, by Christian Delahousse
-
graft: improve --continue abort messageWed, 02 Dec 2015 06:33:52 +0000, by timeless
-
summary: mention graftWed, 02 Dec 2015 06:31:12 +0000, by timeless
-
histedit: mention histedit-last-edit.txt on abortWed, 02 Dec 2015 08:07:36 +0000, by timeless
-
histedit: add missing raise keyword to statementWed, 02 Dec 2015 07:40:42 +0000, by timeless
-
histedit: improve grammar for _histedit commentWed, 02 Dec 2015 07:39:49 +0000, by timeless
-
test-fncache: ensure lock doesn't look held to __del__Tue, 01 Dec 2015 14:44:08 -0500, by Augie Fackler
-
commands: inline definition of localrepo.parents() and drop the method (API)Wed, 11 Nov 2015 20:07:15 -0500, by Augie Fackler
-
localrepo: document nodebookmarksWed, 11 Nov 2015 20:02:05 -0500, by Augie Fackler
-
localrepo: remove clone method by hoisting into hg.pyWed, 11 Nov 2015 19:47:49 -0500, by Augie Fackler
-
filemerge: default regular prompts to 'leave unresolved' (BC)Tue, 01 Dec 2015 09:48:38 -0800, by Siddharth Agarwal
-
filemerge: add a 'leave unresolved' option to change/delete promptsMon, 30 Nov 2015 13:43:55 -0800, by Siddharth Agarwal
-
filemerge: add a 'leave unresolved' option to regular promptsMon, 30 Nov 2015 11:17:18 -0800, by Siddharth Agarwal
-
filemerge: add debug output for whether this is a change/delete conflictWed, 25 Nov 2015 14:25:26 -0800, by Siddharth Agarwal
-
webcommands: test that fctx is not None in filediff()Sat, 28 Nov 2015 17:06:29 +0800, by Anton Shestakov
-
webcommands: stop using ersatz if-else ternary operator for rename variableSat, 28 Nov 2015 16:46:31 +0800, by Anton Shestakov
-
webcommands: get correct parents when comparing a removed file (issue4962)Sat, 28 Nov 2015 16:02:22 +0800, by Anton Shestakov
-
repair: use bookmarks.recordchange instead of bookmarks.writeMon, 30 Nov 2015 16:38:29 -0800, by Laurent Charignon
-
commit: add amend mode for commit -iMon, 30 Nov 2015 16:37:42 -0800, by Laurent Charignon
-
commit: add a way to return more information from the chunkselectorMon, 30 Nov 2015 16:35:21 -0800, by Laurent Charignon
-
histedit: edit with custom filenameSat, 21 Nov 2015 17:40:26 +0200, by Mykola Nikishov
-
ui: allow open editor with custom filenameSat, 21 Nov 2015 22:04:09 +0200, by Mykola Nikishov
-
help: make help deprecated mention the extensionMon, 30 Nov 2015 20:45:07 +0000, by timeless
-
help: make listexts less confusing for deprecated extsMon, 30 Nov 2015 20:44:22 +0000, by timeless
-
patchbomb: rename email functionSun, 29 Nov 2015 06:51:23 +0000, by timeless
-
graphlog: rename glog functionSun, 29 Nov 2015 06:51:23 +0000, by timeless
-
commit: preserve extra when amending with commit --amendSat, 28 Nov 2015 04:11:57 -0500, by Mike Edgar
-
graft: copy extra (except branch) when copying changesetsSat, 28 Nov 2015 04:11:38 -0500, by Mike Edgar
-
rebase: propagate extra dict from rebase source changesetSat, 28 Nov 2015 04:11:14 -0500, by Mike Edgar
-
histedit: add examplesWed, 25 Nov 2015 18:26:48 +0100, by Mathias De Maré
-
commands: add examples for 'addremove'Wed, 25 Nov 2015 18:10:59 +0100, by Mathias De Maré
-
commands: add example for 'hg add'Wed, 25 Nov 2015 18:10:31 +0100, by Mathias De Maré
-
extensions: refuse to load extensions if minimum hg version not metTue, 24 Nov 2015 15:16:25 -0800, by Gregory Szorc
-
run-tests: add --slowtimeout and use it for slow testsWed, 25 Nov 2015 00:39:05 +0000, by timeless
-
serve: unify cmdutil.service() calls of commandserver and hgwebSat, 31 Oct 2015 22:17:05 +0900, by Yuya Nishihara
-
hgweb: extract factory function of httpservice objectSat, 31 Oct 2015 22:15:16 +0900, by Yuya Nishihara
-
hgweb: move httpservice object from commands moduleSat, 31 Oct 2015 21:57:45 +0900, by Yuya Nishihara
-
merge: move almost all change/delete conflicts to resolve phase (BC) (API)Wed, 25 Nov 2015 14:25:33 -0800, by Siddharth Agarwal
-
test-merge-changedelete.t: print out debugmergestateWed, 25 Nov 2015 14:26:46 -0800, by Siddharth Agarwal
-
debugmergestate: also recognize change/delete conflicts in the merge stateTue, 24 Nov 2015 18:26:21 -0800, by Siddharth Agarwal
-
debugmergestate: print out null nodes as 'null'Mon, 30 Nov 2015 10:26:37 -0800, by Siddharth Agarwal
-
test-merge-force.t: check .orig files separatelyTue, 24 Nov 2015 15:03:00 -0800, by Siddharth Agarwal
-
merge.recordupdates: mark 'a' files as added unconditionallyTue, 24 Nov 2015 15:26:51 -0800, by Siddharth Agarwal
-
merge: add a new action type representing files to add/mark as modifiedMon, 30 Nov 2015 10:19:39 -0800, by Siddharth Agarwal
-
mergestate: add a cached property accessor for the local contextMon, 30 Nov 2015 10:03:21 -0800, by Siddharth Agarwal
-
mergestate: raise exception if otherctx is accessed but _other isn't setMon, 30 Nov 2015 10:05:09 -0800, by Siddharth Agarwal
-
pager: improve help for --pager=Mon, 30 Nov 2015 18:47:33 +0000, by timeless
-
setup: remove unused py_modules argument to setup()Tue, 24 Nov 2015 21:17:26 -0800, by Gregory Szorc
-
test-merge-changedelete.t: add resolve --list outputMon, 23 Nov 2015 13:45:56 -0800, by Siddharth Agarwal
-
test-merge-changedelete.t: add a file with regular merge conflictsMon, 23 Nov 2015 13:43:14 -0800, by Siddharth Agarwal
-
filemerge: in ':prompt', use ':fail' tool rather than returning directlyTue, 24 Nov 2015 10:58:35 -0800, by Siddharth Agarwal
-
filemerge: in ':fail' tool, write out other side if local side is deletedTue, 24 Nov 2015 10:57:01 -0800, by Siddharth Agarwal
-
mergestate: explicitly forget 'dc' conflicts where the deleted side is pickedMon, 23 Nov 2015 18:03:25 -0800, by Siddharth Agarwal
-
merge.applyupdates: add all actions returned from merge stateMon, 23 Nov 2015 19:06:15 -0800, by Siddharth Agarwal
-
identify: refer to log to be able to view full hashesFri, 27 Nov 2015 20:23:23 +0100, by Mathias De Maré
-
log: add 'hg log' example for full hashesFri, 27 Nov 2015 20:23:02 +0100, by Mathias De Maré
-
backout: add examples to clarify basic usageFri, 02 Oct 2015 07:48:23 +0200, by Mathias De Maré
-
gpg: rename sigcheck functionWed, 25 Nov 2015 06:10:54 +0000, by timeless
-
extensions: properly mark progress as part of coreTue, 24 Nov 2015 18:40:16 -0500, by Augie Fackler
-
test-help: don't use progress extension for the test of argument parsingFri, 27 Nov 2015 23:10:48 +0900, by Yuya Nishihara
-
hghave.py: fix matchoutput documentationTue, 24 Nov 2015 22:31:56 +0000, by timeless
-
dispatch: use versiontuple()Tue, 24 Nov 2015 14:23:46 -0800, by Gregory Szorc
-
util: add versiontuple() for returning parsed version informationTue, 24 Nov 2015 14:23:51 -0800, by Gregory Szorc
-
extensions: rename _ignore to _builtin, add descriptive commentTue, 24 Nov 2015 16:38:54 -0800, by Bryan O'Sullivan
-
ui: avoid needless casting to a strSun, 22 Nov 2015 14:44:55 -0800, by Gregory Szorc
-
ui: remove labeled argument from popbufferTue, 24 Nov 2015 11:23:10 -0800, by Gregory Szorc
-
color: evaluate labels at write timeSun, 22 Nov 2015 14:18:42 -0800, by Gregory Szorc
-
cmdutil: pass labeled=True to pushbuffer()Sun, 22 Nov 2015 14:13:25 -0800, by Gregory Szorc
-
ui: track label expansion when creating buffersSun, 22 Nov 2015 14:10:48 -0800, by Gregory Szorc
-
docker: match more version of 'hg docker version' (issue4967) stable 3.6.2Tue, 24 Nov 2015 18:13:25 -0800, by Pierre-Yves David
-
localrepo.commit: check all files for resolve state (issue4972) stableMon, 30 Nov 2015 16:31:28 -0800, by Siddharth Agarwal
-
test-contrib-perf: add smoke tests for perf.pyTue, 24 Nov 2015 21:41:12 +0000, by timeless
-
contrib/perf: perfparents handle filtered reposTue, 24 Nov 2015 21:36:20 +0000, by timeless
-
contrib/perf: perfparents handle tiny reposTue, 24 Nov 2015 20:54:14 +0000, by timeless
-
contrib/perf: fix perfmergecalculateTue, 24 Nov 2015 21:44:16 +0000, by timeless
-
contrib/perf: fix perffncachewriteTue, 24 Nov 2015 22:01:11 +0000, by timeless
-
contrib/perf: omit duplicated functionTue, 24 Nov 2015 20:05:15 +0000, by timeless
-
contrib/perf: name functions to match decoratorsTue, 24 Nov 2015 20:08:21 +0000, by timeless
-
hghave.py: remove execute bitTue, 24 Nov 2015 22:26:43 +0000, by timeless
-
format: create new repository as 'generaldelta' by defaultMon, 02 Nov 2015 17:33:18 +0000, by Pierre-Yves David
-
shelve: use colon instead of quotes in 'changes to' descriptionSun, 22 Nov 2015 21:40:23 -0800, by Siddharth Agarwal
-
merge.applyupdates: create absentfilectxes for change/delete conflictsSun, 22 Nov 2015 21:58:28 -0800, by Siddharth Agarwal
-
mergestate: add methods to queue files to remove, add or getSun, 22 Nov 2015 21:59:52 -0800, by Siddharth Agarwal
-
resolve: record dirstate actions after performing resolutionsSun, 15 Nov 2015 21:27:22 -0800, by Siddharth Agarwal
-
mergestate: add a way to record pending dirstate actionsFri, 20 Nov 2015 16:55:01 -0800, by Siddharth Agarwal
-
merge.recordupdates: don't require action keys to be present in dictSun, 15 Nov 2015 21:55:46 -0800, by Siddharth Agarwal
-
histedit: constant-ify the constraints listMon, 23 Nov 2015 10:13:05 -0500, by Augie Fackler
-
histedit: add an experimental base actionTue, 17 Nov 2015 15:04:31 -0800, by Mateusz Kwapich
-
histedit: add abortdirty functionTue, 17 Nov 2015 17:53:52 -0800, by Mateusz Kwapich
-
histedit: add forceother constraintThu, 12 Nov 2015 16:40:33 -0800, by Mateusz Kwapich
-
histedit: make verification configurableTue, 17 Nov 2015 16:37:26 -0800, by Mateusz Kwapich
-
paper: show current revision on file log pageFri, 13 Nov 2015 18:31:58 +0800, by Anton Shestakov