Mercurial > hg
graph
-
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
-
dispatch: offer suggestions of similar-named commandsTue, 10 Feb 2015 15:59:12 -0500, by Augie Fackler
-
dispatch: offer near-edit-distance suggestions for {file,rev}set functionsMon, 26 Jan 2015 15:43:13 -0500, by Augie Fackler
-
test-revset: add tests for missing function outputMon, 26 Jan 2015 15:52:46 -0500, by Augie Fackler
-
revset: use UnknownIdentifier where appropriateMon, 26 Jan 2015 14:32:30 -0500, by Augie Fackler
-
fileset: use UnknownIdentifier where appropriateMon, 26 Jan 2015 14:31:48 -0500, by Augie Fackler
-
error: add a new UnknownIdentifier error typeMon, 26 Jan 2015 14:31:01 -0500, by Augie Fackler
-
log: display closing-branch nodes as "_" (BC)Mon, 24 Nov 2014 16:42:49 -0500, by Jordi Gutiérrez Hermoso
-
manifest: move pure parsing code out of pureFri, 06 Mar 2015 17:00:42 -0600, by Matt Mackall
-
manifest.c: new extension code to lazily parse manifestsTue, 13 Jan 2015 14:31:38 -0800, by Augie Fackler
-
workingctx: use normal dirs() instead of dirstate.dirs()Thu, 05 Mar 2015 22:16:28 -0800, by Durham Goode
-
merge with stableThu, 05 Mar 2015 15:52:07 -0600, by Matt Mackall
-
subrepo: only fetch unknown files from git when explicitly requestedTue, 03 Mar 2015 21:31:16 -0500, by Matt Harbison
-
subrepo: always return scmutil.status() from gitsubrepo.status()Tue, 03 Mar 2015 21:24:16 -0500, by Matt Harbison
-
subrepo: explicitly request clean and unknown files in status for git's addTue, 03 Mar 2015 21:17:29 -0500, by Matt Harbison
-
largefiles: handle logging from outside the repoSun, 01 Mar 2015 18:35:29 -0500, by Matt Harbison
-
largefiles: don't prefix standin patterns with '.hglf' when loggingSun, 01 Mar 2015 14:21:54 -0500, by Matt Harbison
-
largefiles: teach log to handle patternsSat, 28 Feb 2015 23:42:38 -0500, by Matt Harbison
-
check-code: allow disabling msys path checkThu, 05 Mar 2015 13:21:57 -0600, by Matt Mackall
-
revset: extend fullreposet to make "null" revision magically appears in setThu, 08 Jan 2015 23:05:45 +0900, by Yuya Nishihara
-
revset: duplicate spanset.__contains__ to fullreposet for modificationSat, 10 Jan 2015 18:09:25 +0900, by Yuya Nishihara
-
revset: have all() filter out null revisionSat, 10 Jan 2015 14:49:50 +0900, by Yuya Nishihara
-
revset: drop unnecessary calls of getall() with empty argumentSat, 10 Jan 2015 16:41:36 +0900, by Yuya Nishihara
-
graphlog: do not bypass commands.log so that -fr worksWed, 04 Mar 2015 21:47:07 +0900, by Yuya Nishihara
-
histedit: add a config allowing changing histedit rule line length limitWed, 21 Jan 2015 14:45:24 -0800, by Mateusz Kwapich
-
dirstate: make sure rootdir ends with directory separator (issue4557) stableFri, 06 Mar 2015 00:14:22 +0900, by Yuya Nishihara
-
i18n-de: fix a typo in the german translation stableWed, 04 Mar 2015 17:24:12 +0100, by Alexander Becher
-
histedit: fix style of new error messageTue, 03 Mar 2015 17:28:05 -0600, by Matt Mackall
-
Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGSWed, 04 Feb 2015 15:17:13 -0500, by Augie Fackler
-
Makefile: introduce testpy-% target for testing with a specifc PythonWed, 04 Feb 2015 12:26:16 -0500, by Augie Fackler
-
extdiff: expand tildes and variables in paths to user-supplied diff programsFri, 27 Feb 2015 17:35:07 -0500, by Jordi Gutiérrez Hermoso
-
setup.py: do not install c extensions on pypySun, 22 Feb 2015 15:40:36 +0100, by Joan Massich
-
copyright: update to 2015Mon, 02 Mar 2015 14:52:04 +0100, by Jesus Cea
-
changegroup: emit full-replacement deltas if either revision is censoredWed, 21 Jan 2015 22:09:32 -0500, by Mike Edgar
-
log: make -fr show complete history from the given revsFri, 06 Feb 2015 11:04:55 -0800, by Durham Goode
-
util: accept "now, today, yesterday" for dates even the locale is not englishTue, 24 Feb 2015 14:12:13 +0100, by André Klitzing
-
copies: only calculate 'addedinm[12]' sets onceFri, 27 Feb 2015 14:26:22 -0800, by Martin von Zweigbergk
-
copies: calculate 'bothnew' from manifestdict.filesnotin()Fri, 27 Feb 2015 14:03:01 -0800, by Martin von Zweigbergk
-
copies: replace _nonoverlap() by calls to manifestdict.filesnotin()Fri, 27 Feb 2015 14:02:30 -0800, by Martin von Zweigbergk
-
copies: move code into new manifestdict.filesnotin() methodFri, 27 Feb 2015 13:57:37 -0800, by Martin von Zweigbergk
-
subrepo: warn when adding already tracked files in gitsubrepoFri, 27 Feb 2015 23:30:42 -0500, by Matt Harbison
-
subrepo: don't exclude files in .hgignore when adding to gitThu, 26 Feb 2015 15:53:54 -0500, by Matt Harbison
-
dirstate: clarify comment about leaving normal files undef if changed 'now'Wed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
spelling: fixes from proofreading of spell checker issuesSun, 18 Jan 2015 02:38:57 +0100, by Mads Kiilerich
-
merge-tools: configuration for Beyond Compare on OS XFri, 27 Feb 2015 21:42:58 +0100, by Mads Kiilerich
-
convert: when converting from monotone, use the number 1 for close in extrasWed, 21 Jan 2015 00:02:17 +0100, by Mads Kiilerich
-
hgweb: extract changeset template mapping generation to own functionMon, 02 Mar 2015 15:07:18 -0800, by Gregory Szorc
-
merge with stableMon, 02 Mar 2015 17:32:37 -0600, by Matt Mackall
-
revrange: don't parse revset aliases as hash prefixes (issue4553)Wed, 25 Feb 2015 18:12:01 -0500, by Jordi Gutiérrez Hermoso
-
subrepos: support adding files in git subreposTue, 24 Feb 2015 08:49:22 +0100, by Mathias De Maré
-
subrepo: return only the manifest keys from hgsubrepo.files()Sun, 15 Feb 2015 17:29:10 -0500, by Matt Harbison
-
archive: change the default prefix to '' from NoneSun, 15 Feb 2015 17:21:48 -0500, by Matt Harbison
-
debugsetparent: document one common caveat specificallyWed, 25 Feb 2015 11:39:14 -0800, by Martin von Zweigbergk
-
repair: setup hookargs when processing bundle2sFri, 20 Feb 2015 13:55:01 -0800, by Eric Sumner
-
amend: check for directory renames for both merge parents (issue4516) stableMon, 02 Mar 2015 19:01:00 +0000, by Pierre-Yves David
-
merge with stableMon, 02 Mar 2015 10:55:19 -0600, by Matt Mackall
-
largefiles: avoid infinite recursive call of openlfdirstate in overriderevertMon, 02 Mar 2015 23:37:55 +0900, by FUJIWARA Katsunori
-
transaction: really disable hardlink backups (issue4546) stable 3.3.2Mon, 02 Mar 2015 10:31:22 -0500, by Matt Harbison
-
merge with stableMon, 02 Mar 2015 01:20:14 -0600, by Matt Mackall
-
test-obsolete: use 'log -T {node}' instead of 'id --debug -i' to lookup hashSat, 28 Feb 2015 01:12:54 -0500, by Matt Harbison
-
revisionbranchcache: fall back to slow path if starting readonly (issue4531) stable 3.3.1Fri, 06 Feb 2015 02:52:10 +0100, by Mads Kiilerich
-
largefiles: access to specific fields only if largefiles enabled (issue4547) stableThu, 26 Feb 2015 06:03:39 +0900, by FUJIWARA Katsunori
-
templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks stableWed, 18 Feb 2015 22:17:35 +0900, by Yuya Nishihara
-
templatekw: inline showlist() into showbookmarks() stableWed, 18 Feb 2015 22:10:17 +0900, by Yuya Nishihara
-
transaction: disable hardlink backups (issue4546) stableMon, 02 Mar 2015 00:12:29 -0600, by Matt Mackall
-
repoview: invalidate cached changelog if _delayed changes (issue4549) stableSun, 01 Mar 2015 23:20:02 -0600, by Matt Mackall
-
test: make test-extdiff resilient to */gnubin/echo stableThu, 26 Feb 2015 10:23:04 -0800, by Sean Farley
-
dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9 stableThu, 26 Feb 2015 23:30:33 +0900, by Yuya Nishihara
-
revset: mask specific names for named() predicate stableThu, 05 Feb 2015 14:45:49 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with 756c5c8331b0 stableSun, 01 Mar 2015 01:28:05 +0900, by FUJIWARA Katsunori
-
merge with stableFri, 27 Feb 2015 17:46:03 -0600, by Matt Mackall
-
manifest: rename 'mf', 'map', and 'mapping' to 'm'Tue, 24 Feb 2015 09:08:54 -0800, by Martin von Zweigbergk
-
manifest: make copy logic local to copy()Mon, 23 Feb 2015 13:41:02 -0800, by Martin von Zweigbergk
-
extensions: indicate loaded for an immediately called afterload callbackSat, 21 Feb 2015 00:40:18 -0500, by Matt Harbison
-
tests: add test showing tags cache drops filtered heads (issue4550)Tue, 24 Feb 2015 00:08:04 -0800, by Gregory Szorc
-
tags: write tags cache deterministicallyTue, 24 Feb 2015 00:06:47 -0800, by Gregory Szorc
-
histedit: add --edit-plan option to histeditThu, 22 Jan 2015 12:36:38 -0800, by Mateusz Kwapich
-
histedit: generalize makedescThu, 22 Jan 2015 10:52:50 -0800, by Mateusz Kwapich
-
histedit: extract method ruleeditorMon, 23 Feb 2015 10:57:27 -0800, by Mateusz Kwapich
-
churn: deprecate -t option in favour of -TTue, 24 Feb 2015 11:37:07 -0500, by Jordi Gutiérrez Hermoso
-
pull: print "pulling from foo" before accessing the other repoTue, 24 Feb 2015 10:55:24 +0100, by Thomas Arendsen Hein
-
error.LookupError: rename 'message' property to something elseWed, 18 Feb 2015 16:45:16 -0800, by Siddharth Agarwal
-
hgweb: use introrev() for finding parents (issue4506)Thu, 19 Feb 2015 19:32:06 +0800, by Anton Shestakov
-
subrepo: drop unused pattern initialization in hgsubrepo revertSun, 08 Feb 2015 00:56:40 -0500, by Matt Harbison
-
revert: display full subrepo output with --dry-runSat, 07 Feb 2015 21:47:28 -0500, by Matt Harbison
-
largefiles: don't warn when reverting a forgotten largefileSat, 07 Feb 2015 19:40:02 -0500, by Matt Harbison
-
subrepo: annotate addremove with @annotatesubrepoerrorFri, 06 Feb 2015 20:39:20 -0500, by Matt Harbison
-
histedit: don't recreate state objectTue, 17 Feb 2015 19:59:26 -0800, by Durham Goode
-
hgweb: clearly outline <tr> block in paper/changeset.tmplSat, 10 Jan 2015 21:37:42 +0800, by Anton Shestakov
-
hgweb: don't mix tabs and spaces in monoblue templatesSat, 10 Jan 2015 19:58:28 +0800, by Anton Shestakov
-
hgweb: remove unneeded escaping in gitweb/map and monoblue/mapSat, 10 Jan 2015 19:43:07 +0800, by Anton Shestakov
-
resolve: port to generic templaterWed, 11 Feb 2015 13:59:13 +0900, by Yuya Nishihara
-
resolve: extract -l/--list operation from big loopWed, 11 Feb 2015 13:55:15 +0900, by Yuya Nishihara
-
resolve: silence warning of unknown pats for -l/--list (BC)Wed, 11 Feb 2015 13:47:43 +0900, by Yuya Nishihara
-
extensions: allow extending command synopsis and docstringMon, 09 Feb 2015 11:02:45 -0800, by Ryan McElroy
-
revlog: _addrevision creates full-replace deltas based on censored revisionsWed, 21 Jan 2015 17:11:37 -0500, by Mike Edgar
-
revlog: special case expanding full-replacement deltas received by exchangeFri, 06 Feb 2015 01:38:16 +0000, by Mike Edgar
-
test-merge-tools: fix flaky test by avoiding debugsetparentsTue, 10 Feb 2015 16:17:15 -0800, by Martin von Zweigbergk
-
revlog: in addgroup, reject ill-formed deltas based on censored nodesFri, 06 Feb 2015 00:55:29 +0000, by Mike Edgar
-
mdiff: add helper for making deltas which replace the full text of a revisionWed, 21 Jan 2015 16:35:09 -0500, by Mike Edgar
-
revlog: add "iscensored()" to revlog public APIFri, 23 Jan 2015 17:01:39 -0500, by Mike Edgar
-
filelog: allow censored files to contain padding dataFri, 06 Feb 2015 01:44:24 +0000, by Mike Edgar
-
revset: drop factory that promotes spanset to fullreposetThu, 08 Jan 2015 23:43:15 +0900, by Yuya Nishihara
-
revset: specify fullreposet without using spanset factoryThu, 08 Jan 2015 23:46:54 +0900, by Yuya Nishihara
-
revset: make match function initiate query from full set by defaultMon, 02 Feb 2015 22:21:07 +0900, by Yuya Nishihara
-
localrepo: don't reintroduce pruned tag entries when taggingWed, 01 Oct 2014 20:26:33 -0400, by Matt Harbison
-
histedit: switch state to store node instead of ctxThu, 05 Feb 2015 13:10:07 -0800, by Mateusz Kwapich
-
histedit: don't allow to strip nodes which are necessary to continue histeditFri, 30 Jan 2015 16:47:35 -0800, by Mateusz Kwapich
-
subrepo: add tests for change/remove conflicts stableTue, 17 Feb 2015 23:20:55 -0800, by Martin von Zweigbergk
-
hgweb: recreate old DOM structure for css in monoblue style stableThu, 12 Feb 2015 10:38:33 +0800, by Anton Shestakov
-
shellquote: fix missing quotes for empty string stableWed, 11 Feb 2015 19:57:07 +0900, by Yuya Nishihara
-
trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]'Fri, 06 Feb 2015 16:09:43 -0800, by Martin von Zweigbergk
-
trydiff: extract function that generates filename pairsThu, 22 Jan 2015 23:29:00 -0800, by Martin von Zweigbergk
-
trydiff: read file data in only one placeThu, 22 Jan 2015 23:18:43 -0800, by Martin von Zweigbergk
-
trydiff: set filename variables to None even when not opts.git or losedatafnThu, 22 Jan 2015 23:13:48 -0800, by Martin von Zweigbergk
-
trydiff: read flags in one placeThu, 22 Jan 2015 23:01:00 -0800, by Martin von Zweigbergk
-
trydiff: break 'if opts.git or losedatafn' into twoFri, 06 Feb 2015 15:21:56 -0800, by Martin von Zweigbergk
-
trydiff: make filenames None when they don't existThu, 22 Jan 2015 22:42:35 -0800, by Martin von Zweigbergk
-
test-help: add test to demonstrate that 'hg help merge-tools' is saneTue, 10 Feb 2015 10:57:58 -0500, by Augie Fackler
-
help.merge-tools: do not double document merge toolsMon, 09 Feb 2015 23:07:39 -0800, by Gregory Szorc
-
help: teach topic symbols how to dedentMon, 09 Feb 2015 14:59:04 -0800, by Gregory Szorc
-
webcommands: document "graph" web commandFri, 06 Feb 2015 22:25:40 -0800, by Gregory Szorc
-
webcommands: document "archive" web commandFri, 06 Feb 2015 22:19:59 -0800, by Gregory Szorc
-
webcommands: document "filelog" web commandFri, 06 Feb 2015 22:11:54 -0800, by Gregory Szorc
-
webcommands: document "annotate" web commandFri, 06 Feb 2015 22:08:30 -0800, by Gregory Szorc
-
webcommands: document "comparison" web commandFri, 06 Feb 2015 22:06:44 -0800, by Gregory Szorc
-
webcommands: document "filediff" web commandFri, 06 Feb 2015 22:02:14 -0800, by Gregory Szorc
-
webcommands: document "summary" web commandFri, 06 Feb 2015 21:51:52 -0800, by Gregory Szorc
-
webcommands: document "manifest" web commandFri, 06 Feb 2015 21:48:01 -0800, by Gregory Szorc
-
webcommands: document "changelog" web commandFri, 06 Feb 2015 21:39:15 -0800, by Gregory Szorc
-
webcommands: document "file" web commandFri, 06 Feb 2015 21:26:53 -0800, by Gregory Szorc
-
webcommands: document "log" web commandFri, 06 Feb 2015 21:13:03 -0800, by Gregory Szorc
-
webcommands: document "shortlog" web commandFri, 06 Feb 2015 20:50:17 -0800, by Gregory Szorc
-
webcommands: document "changeset" web commandFri, 06 Feb 2015 20:48:22 -0800, by Gregory Szorc
-
webcommands: document "tags" web commandFri, 06 Feb 2015 20:44:46 -0800, by Gregory Szorc
-
webcommands: document "bookmarks" web commandFri, 06 Feb 2015 20:43:54 -0800, by Gregory Szorc
-
webcommands: document "branches" web commandFri, 06 Feb 2015 20:44:10 -0800, by Gregory Szorc
-
webcommands: document "help" web commandFri, 06 Feb 2015 20:41:08 -0800, by Gregory Szorc
-
help: add web commands to help documentationFri, 06 Feb 2015 20:27:56 -0800, by Gregory Szorc
-
help.hgweb: add a section describing URLs and common parametersFri, 06 Feb 2015 23:08:47 -0800, by Gregory Szorc
-
webcommands: move help import into help command handlerFri, 06 Feb 2015 22:47:48 -0800, by Gregory Szorc
-
webcommands: define a dict of available commandsFri, 06 Feb 2015 22:52:40 -0800, by Gregory Szorc
-
webcommands: define web commands using a decoratorFri, 06 Feb 2015 19:06:17 -0800, by Gregory Szorc
-
run-tests: ensure install directories existFri, 06 Feb 2015 16:33:05 -0800, by Gregory Szorc
-
run-tests: avoid printing extra newlines from install logFri, 06 Feb 2015 16:15:02 -0800, by Gregory Szorc
-
bundlerepo: basic bundle2 supportFri, 06 Feb 2015 11:27:25 -0800, by Eric Sumner
-
bundlerepo: keep track of the original bundle objectThu, 05 Feb 2015 16:03:26 -0800, by Eric Sumner
-
bundle2.unbundle20: add compressed() methodThu, 05 Feb 2015 15:56:50 -0800, by Eric Sumner
-
bundle2.unpackermixin: default value for seek() whence parameterThu, 05 Feb 2015 15:52:57 -0800, by Eric Sumner
-
windows: adjust doc string and comments of posixfile()Fri, 06 Feb 2015 23:40:46 +0100, by Adrian Buehlmann
-
color: support a different color mode when the pager is activeWed, 04 Feb 2015 14:11:45 -0800, by Gregory Szorc
-
pager: ensure wrapped dispatch._runcommand runs before color'sFri, 06 Feb 2015 12:09:09 -0800, by Gregory Szorc
-
pager: set an attribute on ui indicating that a pager is activeFri, 06 Feb 2015 12:07:56 -0800, by Gregory Szorc
-
extensions: support callbacks after another extension loadsFri, 06 Feb 2015 12:07:32 -0800, by Gregory Szorc
-
log: fix --follow null parent not to include revision 0Fri, 06 Feb 2015 21:53:39 +0900, by Yuya Nishihara
-
cmdutil: have walkchangerevs utilize common function to build revsFri, 06 Feb 2015 00:22:20 +0900, by Yuya Nishihara
-
log: extract common part from getgraphlogrevs() and getlogrevs()Fri, 06 Feb 2015 00:15:35 +0900, by Yuya Nishihara
-
graphlog: remove useless check for empty repo when --follow is specifiedFri, 06 Feb 2015 00:06:47 +0900, by Yuya Nishihara
-
graphlog: move comment and flag denoting revs might be unsortedThu, 05 Feb 2015 23:49:18 +0900, by Yuya Nishihara
-
graphlog: remove too early return from getgraphlogrevs() for empty repoThu, 05 Feb 2015 23:14:44 +0900, by Yuya Nishihara
-
trydiff: call util.binary in only one placeThu, 22 Jan 2015 22:22:09 -0800, by Martin von Zweigbergk
-
trydiff: collect all lossiness checks in one placeThu, 22 Jan 2015 21:35:57 -0800, by Martin von Zweigbergk
-
trydiff: replace 'binarydiff' variable by 'binary' variableThu, 22 Jan 2015 21:03:57 -0800, by Martin von Zweigbergk
-
trydiff: rename 'op' to make it more specificFri, 16 Jan 2015 15:09:21 -0800, by Martin von Zweigbergk
-
hgweb: replace implicit <tbody> with explicit <thead> where appropriateFri, 06 Feb 2015 15:52:55 +0800, by Anton Shestakov
-
obsolete: drop the explicit seek to EOF after append mode open()Sat, 31 Jan 2015 12:54:35 -0500, by Matt Harbison
-
branchmap: backout 6bf93440a717Sat, 31 Jan 2015 12:42:05 -0500, by Matt Harbison
-
windows: seek to the end of posixfile when opening in append modeSat, 31 Jan 2015 12:39:44 -0500, by Matt Harbison
-
context: use unfiltered repo for '.'Thu, 20 Nov 2014 12:15:12 -0800, by Martin von Zweigbergk
-
check-commit: check capitalization in summary linesThu, 05 Feb 2015 14:09:08 -0800, by Eric Sumner
-
bundle2: seek in part iteratorThu, 05 Feb 2015 10:57:45 -0800, by Eric Sumner
-
bundle2: now that we have a seek implementation, use itThu, 05 Feb 2015 10:56:05 -0800, by Eric Sumner
-
obsolete: populate successors, precursors, children lazilyWed, 04 Feb 2015 22:25:35 -0800, by Martin von Zweigbergk
-
obsolete: pass only new markers to _checkinvalidmarkers()Wed, 04 Feb 2015 22:40:48 -0800, by Martin von Zweigbergk
-
obsolete: extract helpers from _load()Tue, 20 Jan 2015 22:01:37 -0800, by Martin von Zweigbergk
-
test-gendoc: require gettextTue, 20 Jan 2015 17:38:42 -0800, by Eric Sumner
-
hgweb: use css margin instead of empty <p> before diffstat tableThu, 05 Feb 2015 20:34:30 +0800, by Anton Shestakov
-
hgweb: use css margin instead of empty <p> before <div class="atom-logo">Thu, 05 Feb 2015 19:24:35 +0800, by Anton Shestakov
-
error: update docstring on ParseErrorMon, 26 Jan 2015 14:30:12 -0500, by Augie Fackler
-
dispatch: consolidate formatting of ParseErrorsMon, 26 Jan 2015 14:50:36 -0500, by Augie Fackler
-
error: store filename and message on LookupError for laterWed, 04 Feb 2015 13:57:35 -0800, by Martin von Zweigbergk
-
bundle2.unbundlepart: implement seek()Wed, 14 Jan 2015 16:14:19 -0800, by Eric Sumner
-
bundle2.unbundlepart: tell() implementationWed, 14 Jan 2015 15:57:57 -0800, by Eric Sumner
-
bundle2.unbundlepart: keep an index of chunks and their locationsWed, 14 Jan 2015 14:46:23 -0800, by Eric Sumner
-
bundle2.unbundlepart: raise payloadchunks from a closure to a methodWed, 14 Jan 2015 14:32:22 -0800, by Eric Sumner
-
manifest: make lru size configurableFri, 23 Jan 2015 17:06:03 -0800, by Durham Goode
-
parsers: use k instead of n for PyArg_ParseTuple because python 2.4 is awfulWed, 04 Feb 2015 11:38:30 -0500, by Augie Fackler
-
revset: have rev() validate input by repo.changelog.__contains__()Wed, 04 Feb 2015 21:37:06 +0900, by Yuya Nishihara
-
revlog: add __contains__ for fast membership testWed, 04 Feb 2015 21:25:57 +0900, by Yuya Nishihara
-
largefiles: set the extension as enabled locally after a clone requiring itMon, 02 Feb 2015 19:58:41 -0500, by Matt Harbison
-
color: be more conservative about setting ANSI mode on Windows (BC)Tue, 03 Feb 2015 16:24:32 -0800, by Gregory Szorc
-
merge with stableTue, 03 Feb 2015 19:10:03 -0600, by Matt Mackall
-
bundle2.unpackermixin: control for underlying file descriptorWed, 14 Jan 2015 14:24:16 -0800, by Eric Sumner
-
trydiff: join elements in 'header' list by '\n'Fri, 16 Jan 2015 15:34:03 -0800, by Martin von Zweigbergk
-
trydiff: move check for quietness out of diffline()Fri, 16 Jan 2015 15:27:04 -0800, by Martin von Zweigbergk
-
trydiff: remove dead branch in diffline()Fri, 16 Jan 2015 15:22:29 -0800, by Martin von Zweigbergk
-
trydiff: make 'revs' ignored if opts.git is setFri, 16 Jan 2015 15:19:57 -0800, by Martin von Zweigbergk
-
trydiff: remove unused argument to diffline()Fri, 16 Jan 2015 14:58:51 -0800, by Martin von Zweigbergk
-
trydiff: move git-header code out of diffline functionFri, 16 Jan 2015 14:58:06 -0800, by Martin von Zweigbergk
-
_fm1readmarkers: generate list in CTue, 27 Jan 2015 09:22:59 -0500, by Martin von Zweigbergk
-
obsolete: use parsers.fm1readmarker if it exists for a ~38% perf winTue, 20 Jan 2015 13:38:07 -0500, by Augie Fackler
-
parsers: add fm1readmarkerFri, 23 Jan 2015 15:11:25 -0500, by Augie Fackler
-
util: add getbefloat64Tue, 03 Feb 2015 13:17:21 -0500, by Augie Fackler
-
util: add getbe{u,}int16 utility methodsTue, 20 Jan 2015 14:09:57 -0500, by Augie Fackler
-
obsolete: make optional offset parameter to fm*readmarkers requiredTue, 20 Jan 2015 09:38:22 -0500, by Augie Fackler
-
log: fix json-formatted output when file copies are listed (issue4523) stableMon, 02 Feb 2015 14:26:47 -0500, by Augie Fackler
-
merge with stableTue, 03 Feb 2015 17:54:01 -0600, by Matt Mackall
-
copy: move _forwardcopies file logic to a functionTue, 27 Jan 2015 17:24:12 -0800, by Durham Goode
-
copy: move mergecopies file logic to a functionTue, 27 Jan 2015 17:23:18 -0800, by Durham Goode
-
histedit: allow configuring default behaviorMon, 02 Feb 2015 16:19:35 -0800, by Durham Goode
-
revset: get revision number of each node from target namespaces stableTue, 03 Feb 2015 21:56:29 +0900, by FUJIWARA Katsunori
-
largefiles: update _subdirlfs() commentSun, 01 Feb 2015 14:05:15 -0500, by Matt Harbison
-
largefiles: use the core file copy logic to validate the destination pathSat, 31 Jan 2015 00:13:29 -0500, by Matt Harbison
-
trydiff: inline indexmeta()Fri, 16 Jan 2015 15:40:59 -0800, by Martin von Zweigbergk
-
parsers: rewrite index_ancestors() in terms of index_commonancestorsheads()Fri, 23 Jan 2015 14:09:49 -0800, by Martin von Zweigbergk
-
filelog: remove unused _file methodThu, 22 Jan 2015 11:09:34 -0500, by Mike Edgar
-
histedit: store full node hash in rulesMon, 26 Jan 2015 15:18:07 -0800, by Mateusz Kwapich
-
trydiff: order header-writing code in same order as outputFri, 16 Jan 2015 14:49:08 -0800, by Martin von Zweigbergk
-
trydiff: inline sole addmodehdr() callFri, 16 Jan 2015 14:53:37 -0800, by Martin von Zweigbergk
-
trydiff: join filename with prefix only onceFri, 16 Jan 2015 14:46:03 -0800, by Martin von Zweigbergk
-
trydiff: collect header-writing in one placeThu, 22 Jan 2015 17:00:54 -0800, by Martin von Zweigbergk
-
trydiff: make variable names more consistentFri, 16 Jan 2015 10:57:13 -0800, by Martin von Zweigbergk
-
trydiff: check only if added file is a copy target, not sourceFri, 16 Jan 2015 17:01:58 -0800, by Martin von Zweigbergk
-
trydiff: remove unused variable 'modifiedset'Thu, 29 Jan 2015 21:12:35 -0800, by Martin von Zweigbergk
-
revset: replace parsing alias definition by _parsealiasdefn to parse strictlyMon, 02 Feb 2015 23:07:04 +0900, by FUJIWARA Katsunori
-
revset: introduce _parsealiasdefn to parse alias definitions strictlyMon, 02 Feb 2015 23:07:04 +0900, by FUJIWARA Katsunori
-
hgweb: use revset.spanset where appropriateMon, 02 Feb 2015 22:28:52 +0900, by Yuya Nishihara
-
subrepo: add 'cat' support for git subreposSun, 01 Feb 2015 14:09:31 +0100, by Mathias De Maré
-
merge with stableMon, 02 Feb 2015 12:50:48 -0600, by Matt Mackall
-
i18n-ja: synchronized with 9a391d720cf9 stableSun, 01 Feb 2015 08:24:08 +0900, by FUJIWARA Katsunori
-
filectx: if we have a _descendantrev, use it to adjust linkrev stableSun, 01 Feb 2015 16:26:35 -0600, by Matt Mackall
-
_adjustlinkrev: reuse ancestors set during rename detection (issue4514) stableFri, 30 Jan 2015 16:02:28 +0000, by Pierre-Yves David
-
filectx: move _adjustlinkrev to a method stableFri, 30 Jan 2015 14:39:03 +0000, by Pierre-Yves David
-
revset: raise RepoLookupError to make present() predicate continue the query stableSat, 31 Jan 2015 01:00:50 +0900, by FUJIWARA Katsunori
-
templatekw: re-add showtags() to list tags keyword up in online help stableSun, 01 Feb 2015 09:36:47 +0900, by FUJIWARA Katsunori
-
largefiles: don't interfere with logging normal files stableFri, 30 Jan 2015 20:44:11 -0500, by Matt Harbison
-
discovery: properly exclude locally known but filtered heads stableFri, 30 Jan 2015 21:11:02 +0000, by Pierre-Yves David
-
test: make test-extdiff resilient to /usr/bin/echo stableFri, 30 Jan 2015 21:40:30 +0000, by Pierre-Yves David
-
obsstore: make the invalid markers check wrap-able stableFri, 30 Jan 2015 18:49:33 +0000, by Pierre-Yves David
-
convert: replace revision references in messages if they are >= short hashes stableFri, 30 Jan 2015 18:51:20 +0100, by Mads Kiilerich
-
merge: mark .hgsubstate as possibly dirty before submerge for consistency stableFri, 30 Jan 2015 04:59:05 +0900, by FUJIWARA Katsunori
-
rebase: ensure rebase revision remains visible (issue4504) stableTue, 27 Jan 2015 12:33:56 +0000, by Pierre-Yves David
-
extdiff: reintroduce backward compatibility with manual quoting of parameters stableWed, 28 Jan 2015 02:28:39 +0100, by Mads Kiilerich
-
mergetools: drop incorrect quoting of diffargs variables stableWed, 28 Jan 2015 02:28:38 +0100, by Mads Kiilerich
-
namespace: introduce logfmt to show l10n-ed messages for hg log correctly stableWed, 28 Jan 2015 22:22:59 +0900, by FUJIWARA Katsunori
-
osutil: fix memory leak of PyBytes of path in statfiles stableTue, 27 Jan 2015 10:17:16 -0500, by Augie Fackler
-
revert: move prefetch to after the actions logic stableTue, 27 Jan 2015 19:52:26 -0800, by Durham Goode
-
diffhelpers: fix botched return statement from c8e7fa41bfc5 stableWed, 28 Jan 2015 13:34:20 -0500, by Augie Fackler
-
subrepo: don't abort in add when non-hg subrepos are present (issue4513) stableTue, 27 Jan 2015 20:57:43 -0500, by Matt Harbison
-
osutil: fix leak of stat in makestat when Py_BuildValue fails stableTue, 27 Jan 2015 10:14:23 -0500, by Augie Fackler
-
dirs: fix leak of iterator in dirs_fromiter stableTue, 27 Jan 2015 10:10:04 -0500, by Augie Fackler
-
diffhelpers: verify hline was created before using it stableTue, 27 Jan 2015 10:07:04 -0500, by Augie Fackler
-
largefiles: revert to lfilesrepo.status() being an unfiltered method stableSun, 25 Jan 2015 22:55:10 -0500, by Matt Harbison
-
revset: fix ancestors(null) to include null revision (issue4512) stableSun, 25 Jan 2015 20:20:27 +0900, by Yuya Nishihara
-
log: use rev() to build revset of --follow option from numeric revision stableSat, 10 Jan 2015 13:14:00 +0900, by Yuya Nishihara
-
revset: allow rev(-1) to indicate null revision (BC) stableSat, 10 Jan 2015 12:56:38 +0900, by Yuya Nishihara
-
extensions: don't quit loading extensions in the middle if traceback is on stableFri, 23 Jan 2015 20:30:49 -0800, by Siddharth Agarwal
-
tests: invoke hg command indirectly from shell script to run on Windows stableThu, 22 Jan 2015 00:08:13 +0900, by FUJIWARA Katsunori
-
log: evaluate filesets on working copy, not its parent stableWed, 21 Jan 2015 15:23:13 -0800, by Martin von Zweigbergk
-
fileset: add tests of generated working copy states stableWed, 21 Jan 2015 15:40:24 -0800, by Martin von Zweigbergk
-
parsers: avoid leaking several PyObjects in index_stats stableFri, 23 Jan 2015 15:55:36 -0500, by Augie Fackler
-
parsers: don't leak a reference to raise_revlog_error on success stableFri, 23 Jan 2015 15:50:40 -0500, by Augie Fackler
-
parsers: don't leak a tuple in pack_dirstate stableFri, 23 Jan 2015 15:48:18 -0500, by Augie Fackler
-
parsers.c: fix a memory leak in index_commonancestorsheads stableFri, 23 Jan 2015 15:41:46 -0500, by Augie Fackler
-
parsers: avoid leaking obj in index_ancestors stableFri, 23 Jan 2015 15:33:27 -0500, by Augie Fackler
-
parsers: don't leak references to sys et al in check_python_version stableFri, 23 Jan 2015 15:30:21 -0500, by Augie Fackler
-
parsers: fix leak of err when asciilower hits a unicode decode error stableFri, 23 Jan 2015 15:19:04 -0500, by Augie Fackler
-
largefiles: use 'default' path for pulling largefiles, not 'default-push' stableFri, 23 Jan 2015 18:41:37 +0100, by Mads Kiilerich
-
osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081) stableFri, 23 Jan 2015 06:28:28 +0100, by Mads Kiilerich
-
repair._bundle: fix traceback for bad config value stableWed, 21 Jan 2015 15:54:52 -0800, by Eric Sumner
-
subrepo: correctly add newline for git subrepo diffs stableWed, 21 Jan 2015 21:47:27 +0100, by Mathias De Maré
-
tests: discard useless "(glob)" in "reverting subrepo" lines stableThu, 22 Jan 2015 00:10:26 +0900, by FUJIWARA Katsunori
-
check-code.py: avoid warning against "reverting subrepo ..." lines stableThu, 22 Jan 2015 00:10:26 +0900, by FUJIWARA Katsunori
-
run-tests.py: inherit --pure option from outer run-tests.py execution stableThu, 22 Jan 2015 00:07:06 +0900, by FUJIWARA Katsunori
-
hg.bat: return exit code explicitly for indirect invocation stableThu, 22 Jan 2015 00:07:06 +0900, by FUJIWARA Katsunori
-
run-tests.py: execute hghave with same env vars as ones for actual tests stableThu, 22 Jan 2015 00:03:58 +0900, by FUJIWARA Katsunori
-
osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command stableWed, 21 Jan 2015 05:04:48 +0100, by Mads Kiilerich
-
osx: don't launch installer after building it with bdist_mpkg stableWed, 21 Jan 2015 05:04:46 +0100, by Mads Kiilerich
-
osx: update "Read Me" "Important Information" text in the package installer stableWed, 21 Jan 2015 05:01:01 +0100, by Mads Kiilerich
-
commit: remove reverse search for copy source when not in parent (issue4476) stableTue, 20 Jan 2015 15:05:44 -0800, by Ryan McElroy
-
convert: handle LookupError in mercurial_source.lookuprev() stableSun, 18 Jan 2015 22:21:53 -0500, by Matt Harbison
-
diff: use binary diff when copy source is binary stableSat, 17 Jan 2015 15:03:41 -0800, by Martin von Zweigbergk
-
largefiles: fix commit of a directory with no largefile changes (issue4330) stableSun, 18 Jan 2015 15:15:40 -0500, by Matt Harbison
-
test-tools: update for platforms without symlink support after 5b20e4c32117 stableSun, 18 Jan 2015 16:38:56 -0500, by Matt Harbison
-
tests: add "(glob)" to output in test-histedit-commute.t for Windows stableSun, 18 Jan 2015 16:33:41 -0500, by Matt Harbison
-
merge default into stable for 3.3 feature freeze stable 3.3-rcSat, 17 Jan 2015 18:28:30 -0800, by Matt Mackall
-
messages: quote "hg help" hints consistentlySat, 17 Jan 2015 22:01:14 -0200, by Wagner Bruna
-
bundle2: fix parttype enforcementSat, 17 Jan 2015 18:08:47 -0800, by Matt Mackall
-
test-tools: another vfat fixSat, 17 Jan 2015 17:59:30 -0800, by Matt Mackall
-
test-tools: check for unix permissions for hardlinkingSat, 17 Jan 2015 15:54:03 -0800, by Matt Mackall
-
tests: more fixes for fSat, 17 Jan 2015 15:28:56 -0800, by Matt Mackall
-
tests: teach f not to report symlink mode bitsSat, 17 Jan 2015 13:53:56 -0800, by Matt Mackall
-
tests: teach f not to report directory sizeSat, 17 Jan 2015 13:53:16 -0800, by Matt Mackall
-
test-histedit-commute: call helper script with shSat, 17 Jan 2015 13:44:43 -0800, by Matt Mackall
-
test-tools: fix portability issuesSat, 17 Jan 2015 13:38:17 -0800, by Matt Mackall
-
progress: add a lock to prepare for introducing a threadSat, 17 Jan 2015 13:13:16 -0800, by Solomon Matthews
-
progress: move update check into helper methodSat, 17 Jan 2015 13:10:37 -0800, by Solomon Matthews
-
progress: move current topic to member variableSat, 17 Jan 2015 13:09:33 -0800, by Solomon Matthews
-
progress: add try/finally to make the diffs for the next commit more readableThu, 15 Jan 2015 20:03:28 -0800, by Solomon Matthews
-
transaction: include backup file in the "undo" transactionFri, 16 Jan 2015 18:34:14 -0800, by Pierre-Yves David
-
transaction: pass the name of the "undo" journal to the transactionFri, 16 Jan 2015 19:35:04 -0800, by Pierre-Yves David
-
rollback: have an empty entry for the vfsmap in rollbackFri, 16 Jan 2015 19:29:16 -0800, by Pierre-Yves David
-
transaction: clarify the name of 'journal' argument for transactionFri, 16 Jan 2015 14:54:24 -0800, by Pierre-Yves David
-
transaction: use 'util.copyfile' for creating backupMon, 05 Jan 2015 12:44:15 -0800, by Pierre-Yves David
-
copyfile: allow optional hardlinkingMon, 05 Jan 2015 12:39:09 -0800, by Pierre-Yves David
-
repair: add experimental option to write bundle2 filesThu, 15 Jan 2015 16:51:13 -0800, by Eric Sumner
-
changegroup.getsubset: support multiple versionsThu, 15 Jan 2015 15:55:13 -0800, by Eric Sumner
-
changegroup.writebundle: HG2Y supportThu, 15 Jan 2015 15:39:16 -0800, by Eric Sumner
-
changegroup.writebundle: provide uiThu, 15 Jan 2015 14:39:41 -0800, by Eric Sumner
-
test-module-imports: use test-repo requirementFri, 16 Jan 2015 16:25:30 -0800, by Matt Mackall
-
largefiles: don't rehash largefiles in updatelfiles if standin hash changedFri, 09 Jan 2015 19:10:09 +0100, by Mads Kiilerich
-
largefiles: show progress when checking standin hashes in outgoing changesetsFri, 16 Jan 2015 19:51:25 +0100, by Mads Kiilerich
-
unbundle: support bundle2 filesWed, 14 Jan 2015 17:09:55 -0800, by Eric Sumner
-
pullbundle2: extract addchangegroup result combining into its own functionFri, 16 Jan 2015 12:53:45 -0800, by Eric Sumner
-
histedit: add a test to show that issue4251 is fixed (issue4251)Fri, 16 Jan 2015 15:31:45 -0500, by Augie Fackler
-
commands.debugbundle: bundle2 supportThu, 15 Jan 2015 15:35:26 -0800, by Eric Sumner
-
largefiles: cleanup overrideadd()Mon, 12 Jan 2015 22:30:12 -0500, by Matt Harbison
-
largefiles: enable subrepo support for addMon, 12 Jan 2015 21:44:43 -0500, by Matt Harbison
-
add: pass options via keyword argsMon, 12 Jan 2015 20:59:17 -0500, by Matt Harbison
-
largefiles: don't pop largefile-specific arguments to the add commandWed, 31 Dec 2014 18:24:32 -0500, by Matt Harbison
-
share: replace the bookmarks.shared file with an entry on a new "shared" fileSun, 11 Jan 2015 16:20:15 +0100, by Angel Ezquerra
-
docker: support Fedora 21Sun, 02 Nov 2014 02:36:47 +0100, by Mads Kiilerich
-
rpm: make Python 2.7.9 the default Python to include in rpms for EL 5Fri, 16 Jan 2015 04:26:40 +0100, by Mads Kiilerich
-
contrib: make Python 2.7.9 the default in Makefile.pythonFri, 16 Jan 2015 04:26:25 +0100, by Mads Kiilerich
-
localrepo: remove all external users of localrepo.wopenerSun, 11 Jan 2015 01:51:52 +0100, by Angel Ezquerra
-
localrepo: remove all external users of localrepo.sopenerSun, 11 Jan 2015 00:25:54 +0100, by Angel Ezquerra
-
localrepo: remove all external users of localrepo.openerThu, 15 Jan 2015 23:17:12 +0100, by Angel Ezquerra
-
log: use namespace logname and colornameWed, 14 Jan 2015 20:29:47 -0800, by Sean Farley
-
namespaces: add colorname member to namespace objectWed, 14 Jan 2015 20:11:02 -0800, by Sean Farley
-
namespaces: add logname member to namespace objectWed, 14 Jan 2015 20:06:44 -0800, by Sean Farley
-
namespaces: use named args for namespace apiWed, 14 Jan 2015 19:55:20 -0800, by Sean Farley
-
namespaces: make the constructor into named argsWed, 14 Jan 2015 19:39:13 -0800, by Sean Farley
-
dispatch: only check compatibility against major and minor versions (BC)Thu, 15 Jan 2015 20:36:03 -0800, by Gregory Szorc
-
test-extension: use a realistic Mercurial versionThu, 15 Jan 2015 20:03:48 -0800, by Gregory Szorc
-
test-extension: improve test readabilityThu, 15 Jan 2015 19:47:06 -0800, by Gregory Szorc
-
bundle2: enforce parttype as alphanumericalThu, 18 Dec 2014 19:14:01 -0800, by Pierre-Yves David
-
tests: conditionalize test-tools.t for Windows supportWed, 14 Jan 2015 22:40:39 -0500, by Matt Harbison
-
dirstate: ignore negative debug.dirstate.delaywrite values - they crashed itWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
linkrev: use the right manifest content when adjusting linrev (issue4499)Wed, 14 Jan 2015 17:21:09 -0800, by Pierre-Yves David
-
unpacker: fix missing arg for py2.4Wed, 14 Jan 2015 16:57:00 -0800, by Matt Mackall
-
branchcache: make _rbcrevslen handling more safeWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
branchcache: add debug output whenever cache files use truncateWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
tests: rework revision branch cache testsWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
tests: add 'f' tool for cross platform file operations in the testsWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
run-tests: include testdir in $PATH so tests easily can use helper toolsWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
filelog: use censored revlog flag bit to quickly check if a node is censoredMon, 12 Jan 2015 15:29:36 -0500, by Mike Edgar
-
revlog: verify censored flag when hashing added revision fulltextMon, 12 Jan 2015 14:41:25 -0500, by Mike Edgar
-
revlog: add flags argument to _addrevision, update callers use default flagsMon, 12 Jan 2015 14:30:24 -0500, by Mike Edgar
-
revlog: define censored flag for revlogng indexMon, 12 Jan 2015 14:01:52 -0500, by Mike Edgar
-
localrepo: remove all internal uses of localrepo.wopenerSun, 11 Jan 2015 01:32:36 +0100, by Angel Ezquerra
-
localrepo: remove all internal uses of localrepo.sopenerSun, 11 Jan 2015 00:21:58 +0100, by Angel Ezquerra
-
localrepo: remove all internal uses of localrepo.openerSat, 10 Jan 2015 23:02:52 +0100, by Angel Ezquerra
-
sslutil: drop defunct ssl version constantsWed, 14 Jan 2015 15:46:21 -0500, by Augie Fackler
-
sslutil: use saner TLS settings on Python 2.7.9Wed, 14 Jan 2015 15:46:00 -0500, by Augie Fackler
-
sslutil: drop support for clients of sslutil specifying a TLS versionWed, 14 Jan 2015 15:31:16 -0500, by Augie Fackler
-
discovery: run discovery on filtered repositoryWed, 07 Jan 2015 00:07:29 -0800, by Pierre-Yves David
-
revset: check for collisions between alias argument names in the declarationSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: parse alias declaration strictly by _parsealiasdeclSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: introduce "_parsealiasdecl" to parse alias declarations strictlySat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: store full detail into revsetalias.error for error source distinctionSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: factor out composing error message for ParseError to reuseSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
revset: make tokenize extensible to parse alias declarations and definitionsSat, 10 Jan 2015 23:18:11 +0900, by FUJIWARA Katsunori
-
largefiles: make linear update set unsure largefiles normal if unchangedFri, 09 Jan 2015 18:38:02 +0100, by Mads Kiilerich
-
debugdirstate: don't hide date field with --nodate, just show 'set'/'unset'Fri, 09 Jan 2015 18:38:02 +0100, by Mads Kiilerich
-
debugdirstate: simplify date handling after e7ed5d07cc4c used fixed formatFri, 09 Jan 2015 18:38:02 +0100, by Mads Kiilerich
-
forget: don't report rejected files as forgotten as wellSun, 11 Jan 2015 23:25:23 -0500, by Matt Harbison
-
largefiles: enable subrepo support for forgetSun, 11 Jan 2015 23:20:51 -0500, by Matt Harbison
-
namespaces: add revset for 'named(namespace)'Tue, 13 Jan 2015 15:07:08 -0800, by Sean Farley
-
bundles: do not overwrite existing backup bundles (BC)Fri, 09 Jan 2015 10:52:14 -0800, by Durham Goode
-
https: support tls sni (server name indication) for https urls (issue3090)Mon, 12 Jan 2015 18:01:20 -0700, by Alex Orange
-
merge with stableWed, 14 Jan 2015 12:50:46 -0800, by Matt Mackall
-
unpacker: check the right exception type for 2.4Tue, 13 Jan 2015 16:15:02 -0800, by Matt Mackall
-
hgweb: fix diffstat links in paper/changeset.tmplSat, 10 Jan 2015 18:00:57 +0800, by Anton Shestakov
-
hgweb: close <img> elementsSat, 10 Jan 2015 17:54:24 +0800, by Anton Shestakov
-
hgweb: close <p> elementsSat, 10 Jan 2015 17:52:02 +0800, by Anton Shestakov
-
hgweb: close <th> properly in spartan/filelogentry.tmplSat, 10 Jan 2015 17:44:54 +0800, by Anton Shestakov
-
revset: simplify fullreposet.__and__ to call sort() with boolean flagSat, 10 Jan 2015 21:36:42 +0900, by Yuya Nishihara
-
revset: fix spanset.isascending() to honor sort() or reverse() request stableSat, 10 Jan 2015 21:31:59 +0900, by Yuya Nishihara
-
hghave: we now support Python 2.7.9's ssl for httpsTue, 13 Jan 2015 15:08:55 -0500, by Augie Fackler
-
Makefile.python: try curl if wget failsTue, 13 Jan 2015 14:15:08 -0500, by Augie Fackler
-
test-https: glob error messages more so we pass on Python 2.7.9Tue, 13 Jan 2015 15:15:37 -0500, by Augie Fackler
-
filelog: fix backwards comment for 'backrevref'Mon, 12 Jan 2015 09:46:56 -0800, by Martin von Zweigbergk
-
filelog: remove trailing "form feed" characterMon, 12 Jan 2015 09:49:25 -0800, by Martin von Zweigbergk
-
filelog: remove unused variable 'lkr'Mon, 12 Jan 2015 09:48:05 -0800, by Martin von Zweigbergk
-
branchmap: add seek() to end of file before calling tell() on append open()Sat, 10 Jan 2015 12:00:03 -0500, by Matt Harbison
-
tests: fix test-casefolding.t output for branchcacheFri, 09 Jan 2015 22:14:01 -0500, by Matt Harbison
-
setdiscovery: remove '_setupsample' functionTue, 06 Jan 2015 17:19:21 -0800, by Pierre-Yves David
-
setdiscovery: document '_takequicksample'Wed, 07 Jan 2015 20:44:20 -0800, by Pierre-Yves David
-
setdiscovery: drop '_setupsample' usage in '_takequicksample'Tue, 06 Jan 2015 17:07:44 -0800, by Pierre-Yves David
-
setdiscovery: drop the 'always' argument to '_updatesample'Wed, 07 Jan 2015 10:32:17 -0800, by Pierre-Yves David
-
setdiscovery: always add exponential sample to the headsWed, 07 Jan 2015 17:28:51 -0800, by Pierre-Yves David
-
setdiscovery: directly run '_updatesample'Wed, 07 Jan 2015 17:23:21 -0800, by Pierre-Yves David
-
setdiscovery: stop using '_setupsample' in '_takefullsample'Wed, 07 Jan 2015 17:17:56 -0800, by Pierre-Yves David
-
setdiscovery: randomly pick between heads and sample when taking full sampleWed, 07 Jan 2015 12:09:51 -0800, by Pierre-Yves David
-
setdiscovery: document the '_updatesample' functionTue, 06 Jan 2015 17:02:32 -0800, by Pierre-Yves David
-
setdiscovery: avoid calling any sample building if the undecided set is smallTue, 06 Jan 2015 16:40:33 -0800, by Pierre-Yves David
-
setdiscovery: delay sample building calls to gather them in a single placeWed, 07 Jan 2015 09:30:06 -0800, by Pierre-Yves David
-
setdiscovery: drop unused 'initial' argument for '_takequicksample'Tue, 06 Jan 2015 16:32:23 -0800, by Pierre-Yves David
-
readmarkers: add a SHA256 fixme noteSun, 11 Jan 2015 16:46:13 -0600, by Matt Mackall
-
readmarkers: fast-path single successors and parentsSun, 11 Jan 2015 16:37:57 -0600, by Matt Mackall
-
readmarkers: promote global constants to locals for performanceSun, 11 Jan 2015 15:35:09 -0600, by Matt Mackall
-
readmarkers: drop a temporarySun, 11 Jan 2015 14:52:57 -0600, by Matt Mackall
-
readmarkers: read node reading into node length conditionalSun, 11 Jan 2015 14:51:49 -0600, by Matt Mackall
-
readmarkers: drop a temporarySun, 11 Jan 2015 14:46:55 -0600, by Matt Mackall
-
readmarkers: hoist subtraction out of loop comparisonSun, 11 Jan 2015 14:44:57 -0600, by Matt Mackall
-
readmarkers: streamline offset trackingSun, 11 Jan 2015 14:43:31 -0600, by Matt Mackall
-
readmarkers: use unpacker for fixed headerSun, 11 Jan 2015 14:37:50 -0600, by Matt Mackall
-
readmarkers: drop metadata temporarySun, 11 Jan 2015 14:35:03 -0600, by Matt Mackall
-
readmarkers: drop date temporarySun, 11 Jan 2015 14:33:49 -0600, by Matt Mackall
-
readmarkers: drop another conditionalSun, 11 Jan 2015 14:32:56 -0600, by Matt Mackall
-
readmarkers: drop a conditionalSat, 10 Jan 2015 21:28:15 -0600, by Matt Mackall
-
readmarkers: add some whitespaceSat, 10 Jan 2015 21:27:29 -0600, by Matt Mackall
-
readmarkers: combine parent conditionalsSat, 10 Jan 2015 21:25:07 -0600, by Matt Mackall
-
readmarkers: drop temporary substring assignmentsSat, 10 Jan 2015 21:24:45 -0600, by Matt Mackall
-
util: introduce unpackerSat, 10 Jan 2015 21:18:31 -0600, by Matt Mackall
-
perf: add a configurable sleep on startupSat, 10 Jan 2015 21:13:10 -0600, by Matt Mackall
-
revset: use localrepo revbranchcache for branch name filteringThu, 08 Jan 2015 00:01:03 +0100, by Mads Kiilerich
-
branchmap: use revbranchcache when updating branch mapThu, 08 Jan 2015 00:01:03 +0100, by Mads Kiilerich
-
branchcache: introduce revbranchcache for caching of revision branch namesThu, 08 Jan 2015 00:01:03 +0100, by Mads Kiilerich
-
hgweb: move archive entries outside of <li> in monoblue styleFri, 09 Jan 2015 22:53:38 +0800, by Anton Shestakov
-
hgweb: add searchhint to templates/coal/mapFri, 09 Jan 2015 15:24:55 +0800, by Anton Shestakov
-
largefiles: enable subrepo support for removeTue, 30 Dec 2014 21:12:52 -0500, by Matt Harbison
-
transplant: properly skip empty changeset (issue4423)Thu, 08 Jan 2015 21:36:12 -0800, by Pierre-Yves David
-
color: add support for colorizing git subrepo diffsThu, 08 Jan 2015 21:30:22 +0100, by Mathias De Maré
-
tests: fix test-casefolding.t outputThu, 08 Jan 2015 23:33:56 -0500, by Matt Harbison
-
synthrepo: new filenames must not also be new directories, and vice-versaFri, 12 Dec 2014 17:42:14 +0000, by Mike Edgar
-
status: don't override _buildstatus() in workingcommitctxThu, 08 Jan 2015 13:29:06 -0800, by Martin von Zweigbergk
-
status: cache dirstate status in _dirstatestatus()Thu, 08 Jan 2015 13:12:44 -0800, by Martin von Zweigbergk
-
localrepo: add ignoremissing parameter to branchtipThu, 16 Oct 2014 21:49:28 -0700, by Sean Farley
-
namespaces: add method to return a list of nodes for a given nameMon, 15 Dec 2014 14:46:04 -0800, by Sean Farley
-
namespaces: add test for logTue, 21 Oct 2014 19:49:23 -0700, by Sean Farley
-
log: use new namespaces api to display namesFri, 17 Oct 2014 09:26:37 -0700, by Sean Farley
-
tests: add a i18n translation test for log outputWed, 31 Dec 2014 16:50:19 -0600, by Sean Farley
-
filectx: fix annotate to not directly instantiate filectxFri, 09 Jan 2015 11:21:29 -0800, by Durham Goode
-
largefiles: don't print files as both large and normal in addremove dryrunsWed, 31 Dec 2014 18:39:41 -0500, by Matt Harbison
-
largefiles: return the list of added files from addlargefiles()Wed, 31 Dec 2014 18:31:18 -0500, by Matt Harbison
-
largefiles: align the output messages for an added file with core methodsFri, 28 Nov 2014 21:44:41 -0500, by Matt Harbison
-
largefiles: align the output messages for a removed file with core methodsFri, 28 Nov 2014 21:03:44 -0500, by Matt Harbison
-
revset: use '%' as an operator for 'only'Thu, 06 Nov 2014 14:55:18 -0800, by Sean Farley
-
transaction: support for callbacks during abortTue, 06 Jan 2015 21:56:33 -0800, by Gregory Szorc
-
debugnamecomplete: use new name apiMon, 15 Dec 2014 14:11:19 -0800, by Sean Farley
-
debugnamecomplete: rename from debuglabelcompleteFri, 17 Oct 2014 13:41:29 -0700, by Sean Farley
-
namespaces: add __iter__ and iteritems methodsMon, 22 Dec 2014 09:07:37 -0800, by Sean Farley
-
namespaces: add 'listnames' propertyMon, 15 Dec 2014 14:09:00 -0800, by Sean Farley
-
test-bundle2-exchange: create temp script in $TESTTMP, not $TESTDIRWed, 07 Jan 2015 14:30:40 -0800, by Martin von Zweigbergk
-
manifest: drop withflags() method, which is now unusedWed, 07 Jan 2015 15:55:02 -0500, by Augie Fackler
-
context: use new manifest.diff(clean=True) supportMon, 15 Dec 2014 16:06:04 -0500, by Augie Fackler
-
manifest: add optional recording of clean entries to diffMon, 15 Dec 2014 16:04:28 -0500, by Augie Fackler
-
context: use manifest.diff() to compute most of statusMon, 15 Dec 2014 15:33:55 -0500, by Augie Fackler
-
trydiff: replace dodiff=True/'binary' by binarydiff=False/TrueWed, 07 Jan 2015 11:02:10 -0800, by Martin von Zweigbergk
-
trydiff: replace 'dodiff = False' by 'continue'Wed, 07 Jan 2015 10:59:40 -0800, by Martin von Zweigbergk
-
trydiff: make addindexmeta() unconditionally add index metaWed, 07 Jan 2015 08:54:26 -0800, by Martin von Zweigbergk
-
trydiff: remove unused code for git index of "combined diff"Wed, 07 Jan 2015 08:46:52 -0800, by Martin von Zweigbergk
-
diff: remove dead assignmentTue, 06 Jan 2015 22:55:01 -0800, by Martin von Zweigbergk
-
localrepo: show headline notes in commitctx before showing filenamesFri, 18 Apr 2014 13:33:20 +0200, by Mads Kiilerich
-
bundle: when verbose, show what takes up the space in the generated bundleFri, 15 Aug 2014 19:43:32 +0200, by Mads Kiilerich
-
setdiscovery: factorize similar sampling codeTue, 06 Jan 2015 16:30:52 -0800, by Pierre-Yves David
-
setdiscovery: drop shadowed 'undecided' assignmentTue, 06 Jan 2015 16:30:37 -0800, by Pierre-Yves David
-
hgweb: extract changelist entry generation into own functionTue, 06 Jan 2015 20:14:52 -0800, by Gregory Szorc
-
templates: use CSS classes for diff stylingTue, 06 Jan 2015 15:29:02 -0800, by Gregory Szorc
-
templates: remove unnecessary <span>Tue, 06 Jan 2015 15:21:48 -0800, by Gregory Szorc
-
revset: introduce new operator "##" to concatenate strings/symbols at runtimeTue, 06 Jan 2015 23:46:18 +0900, by FUJIWARA Katsunori
-
largefiles: pass a matcher instead of a raw file list to removelargefiles()Fri, 28 Nov 2014 19:50:52 -0500, by Matt Harbison
-
hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)Sat, 03 Jan 2015 17:50:21 +0800, by Anton Shestakov
-
namespaces: remove templatename method on the namespaces objectSun, 21 Dec 2014 14:34:07 -0800, by Sean Farley
-
namespaces: remove names method on the namespaces objectSun, 21 Dec 2014 14:04:20 -0800, by Sean Farley
-
templatekw: update namespace callsSun, 21 Dec 2014 14:01:52 -0800, by Sean Farley
-
namespaces: add __getitem__ propertySun, 21 Dec 2014 13:56:32 -0800, by Sean Farley
-
merge with stableTue, 06 Jan 2015 18:18:28 -0600, by Matt Mackall
-
cmdutil.jsonchangeset: properly compute added and removed files stableMon, 05 Jan 2015 22:18:55 -0800, by Gregory Szorc
-
largefiles: convert addlargefiles() to vfsWed, 31 Dec 2014 18:18:56 -0500, by Matt Harbison
-
rebase: clarify comment about merge ancestor when rebasing mergesSun, 04 Jan 2015 01:29:07 +0100, by Mads Kiilerich
-
status: don't list files as both clean and deletedMon, 05 Jan 2015 17:12:04 -0800, by Martin von Zweigbergk
-
status: don't list files as both removed and deletedMon, 05 Jan 2015 16:52:12 -0800, by Martin von Zweigbergk
-
revset-filelog: handle hidden linkrev for file missing for head (issue4490)Tue, 06 Jan 2015 11:23:38 -0800, by Pierre-Yves David
-
run-tests: automatically add (glob) to "saved backup bundle to" linesThu, 27 Nov 2014 02:04:30 +0100, by Mads Kiilerich
-
transaction: use the right location when cleaning up backup file (issue4479)Mon, 05 Jan 2015 15:00:02 -0800, by Pierre-Yves David
-
merge with stableMon, 05 Jan 2015 15:46:14 -0600, by Matt Mackall
-
revset: delay showing parse error for the revset alias until it is referredMon, 05 Jan 2015 11:02:04 +0900, by FUJIWARA Katsunori
-
revset: drop pre-lazyset optimization for stringset of subset == entire repo stableSat, 03 Jan 2015 10:25:08 +0900, by Yuya Nishihara
-
keyword: update copyright yearSat, 03 Jan 2015 11:12:44 +0000, by Christian Ebert
-
keyword: use vfs.reljoin and util.unlinkpath to remove kwdemoSat, 03 Jan 2015 11:11:46 +0000, by Christian Ebert
-
largefiles: properly sync lfdirstate after removing largefiles stableSun, 04 Jan 2015 15:26:26 -0500, by Matt Harbison
-
linkrev-filelog: handle filtered linkrev with no visible children (issue4307)Mon, 29 Dec 2014 18:35:23 -0800, by Pierre-Yves David
-
linkrev: work around linkrev to filtered entry in 'filelog' revsetMon, 29 Dec 2014 17:23:16 -0800, by Pierre-Yves David
-
namespaces: update documentation and code indentationSun, 21 Dec 2014 13:06:24 -0800, by Sean Farley
-
namespaces: use namespace object instead of dictionaryFri, 19 Dec 2014 17:27:20 -0800, by Sean Farley
-
namespaces: copy implementation to new namespace objectFri, 19 Dec 2014 17:17:17 -0800, by Sean Farley
-
namespaces: add a namespace objectFri, 19 Dec 2014 17:00:28 -0800, by Sean Farley
-
localrepo: use vfs.reljoin rather than os.path.join in the localrepository classFri, 02 Jan 2015 13:30:38 +0100, by Angel Ezquerra
-
largefiles: drop a redundant check for patterns when removing without --afterWed, 26 Nov 2014 19:28:11 -0500, by Matt Harbison
-
context: override _dirstatestatus in workingcommitctx for correct matchingWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: avoid breaking already fixed self._status at ctx.status()Wed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: add workingcommitctx for exact context to be committedWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: make unknown/ignored/clean of cached status empty for equivalenceWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
templatefilters.json: stabilize outputWed, 31 Dec 2014 13:48:55 -0800, by Gregory Szorc
-
templatefilters.json: call functionsWed, 31 Dec 2014 11:22:17 -0800, by Gregory Szorc
-
merge with stableThu, 01 Jan 2015 16:47:14 -0600, by Matt Mackall
-
linkrev: also adjust linkrev when bootstrapping annotate (issue4305)Wed, 24 Dec 2014 03:26:48 -0800, by Pierre-Yves David
-
linkrev: also adjust linkrev when bootstrapping 'follow' revsetMon, 29 Dec 2014 23:40:24 -0800, by Pierre-Yves David
-
linkrev: introduce an 'introrev' method on filectxTue, 23 Dec 2014 16:14:39 -0800, by Pierre-Yves David
-
filectx.parents: enforce changeid of parent to be in own changectx ancestorsTue, 23 Dec 2014 15:30:38 -0800, by Pierre-Yves David
-
context: remove unreliable accessor methods from committablectxWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
context: cache self._status correctly at workingctx.statusWed, 31 Dec 2014 17:55:43 +0900, by FUJIWARA Katsunori
-
filectx.parents: also fetch the filelog of rename source tooTue, 23 Dec 2014 18:30:46 -0800, by Pierre-Yves David
-
largefiles: backout f72d73937853 - linear updates handle m -> a differently stable 3.2.4Wed, 31 Dec 2014 14:46:03 +0100, by Mads Kiilerich
-
largefiles: mark lfile as added in lfdirstate when the standin is added stableWed, 31 Dec 2014 14:46:02 +0100, by Mads Kiilerich
-
tests: add test coverage for lfdirstate invalidation of linear update stableWed, 31 Dec 2014 14:45:02 +0100, by Mads Kiilerich
-
test-subrepo-git: ignore global git configTue, 30 Dec 2014 15:51:14 -0600, by Matt Mackall
-
tests/autodiff.py: explicitly only honor feature diffoptsFri, 21 Nov 2014 16:02:26 -0800, by Siddharth Agarwal
-
cmdutil.changeset_printer: explicitly honor all diffoptsFri, 21 Nov 2014 16:01:55 -0800, by Siddharth Agarwal
-
export: explicitly honor all diffoptsTue, 18 Nov 2014 22:21:03 -0800, by Siddharth Agarwal
-
webcommands.annotate: explicitly only honor whitespace diffoptsFri, 21 Nov 2014 16:16:03 -0800, by Siddharth Agarwal
-
filectx.parents: filter nullrev parent soonerTue, 23 Dec 2014 18:29:03 -0800, by Pierre-Yves David
-
context: catch FilteredRepoLookupError instead of RepoLookupErrorTue, 23 Dec 2014 17:13:51 -0800, by Pierre-Yves David
-
narrowmatcher: propagate the rel() methodThu, 27 Nov 2014 10:16:56 -0500, by Matt Harbison
-
match: add the abs() methodFri, 28 Nov 2014 20:15:46 -0500, by Matt Harbison
-
merge with stableMon, 29 Dec 2014 16:39:20 -0600, by Matt Mackall
-
posix: quote the specified string only when it may have to be quotedThu, 25 Dec 2014 23:33:26 +0900, by FUJIWARA Katsunori
-
windows: quote the specified string only when it has to be quotedThu, 25 Dec 2014 23:33:26 +0900, by FUJIWARA Katsunori
-
extdiff: rename the name of an argument for readabilityThu, 25 Dec 2014 23:33:26 +0900, by FUJIWARA Katsunori
-
extdiff: avoid unexpected quoting arguments for external tools (issue4463)Thu, 25 Dec 2014 23:33:26 +0900, by FUJIWARA Katsunori
-
subrepo: add forgotten annotation for reverting git subreposSun, 28 Dec 2014 23:59:57 +0100, by Mathias De Maré
-
subrepo: add full revert support for git subreposSun, 28 Dec 2014 10:42:25 +0100, by Mathias De Maré
-
setup: don't fail when Python doesn't have the cygwinccompiler packageTue, 23 Dec 2014 19:54:48 -0800, by Ludovic Chabant
-
tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484)Sun, 28 Dec 2014 23:50:08 +0100, by Thomas Klausner
-
tests: run 'cvs init' only on non-existent directories (issue4482)Sun, 28 Dec 2014 21:30:52 +0100, by Thomas Klausner
-
remove: use vfs instead of os.path + match.rel() for filesystem checksThu, 25 Dec 2014 21:50:35 -0500, by Matt Harbison
-
forget: use vfs instead of os.path + match.rel() for filesystem checksThu, 25 Dec 2014 21:43:45 -0500, by Matt Harbison
-
tests: make a multi-statement hook in bundle2-exchange Windows compatibleWed, 24 Dec 2014 12:07:59 -0500, by Matt Harbison
-
merge with stableMon, 29 Dec 2014 13:10:47 -0600, by Matt Mackall
-
i18n-ja: synchronized with 3b84bde06d17 stableMon, 29 Dec 2014 15:59:56 +0900, by FUJIWARA Katsunori
-
localrepo: use the vfs join method to implement the localrepo join methodTue, 23 Dec 2014 19:48:38 +0100, by Angel Ezquerra
-
localrepo: introduce shared method to check if a repository is sharedSun, 21 Dec 2014 00:19:10 +0100, by Angel Ezquerra
-
trydiff: use 'ctx1.flags()' for symmetry with 'ctx2.flags()'Tue, 23 Dec 2014 16:16:26 -0800, by Martin von Zweigbergk
-
trydiff: use 'not in addedset' for symmetry with 'not in removedset'Tue, 23 Dec 2014 16:25:00 -0800, by Martin von Zweigbergk
-
trydiff: simplify checking for additionsTue, 23 Dec 2014 16:12:54 -0800, by Martin von Zweigbergk
-
trydiff: extract 'date2' variable like existing 'date1'Tue, 23 Dec 2014 14:56:30 -0800, by Martin von Zweigbergk
-
trydiff: use sets, not lists, for containment checksTue, 23 Dec 2014 10:41:45 -0800, by Martin von Zweigbergk
-
largefiles: fix unused importWed, 24 Dec 2014 13:33:01 -0600, by Matt Mackall
-
largefiles: look at unfiltered().lfstatus to allow status() to be filteredSun, 07 Dec 2014 01:32:30 -0500, by Matt Harbison
-
largefiles: eliminate a duplicate message when removing files in verbose modeFri, 28 Nov 2014 14:21:02 -0500, by Matt Harbison
-
largefiles: ensure that the standin files are available in getlfilestoupload()Wed, 17 Dec 2014 21:51:09 -0500, by Matt Harbison
-
merge: move checking of unknown files out of manifestmerge()Thu, 18 Dec 2014 09:22:09 -0800, by Martin von Zweigbergk
-
merge: extract method for checking for conflicting untracked fileSat, 13 Dec 2014 23:52:22 -0800, by Martin von Zweigbergk
-
merge: create 'cm' action for 'get or merge' caseMon, 15 Dec 2014 16:45:19 -0800, by Martin von Zweigbergk
-
merge: don't overwrite untracked file at directory rename targetFri, 12 Dec 2014 23:18:36 -0800, by Martin von Zweigbergk
-
merge: remove constant tuple element from 'aborts'Tue, 18 Nov 2014 20:29:25 -0800, by Martin von Zweigbergk
-
merge: collect checking for unknown files at end of manifestmerge()Wed, 19 Nov 2014 11:51:31 -0800, by Martin von Zweigbergk
-
merge: introduce 'c' action like 'g', but with additional safetyWed, 19 Nov 2014 11:48:30 -0800, by Martin von Zweigbergk
-
merge: structure 'remote created' code to match tableWed, 19 Nov 2014 11:44:00 -0800, by Martin von Zweigbergk
-
pushkey: run hook after the lock releaseMon, 22 Dec 2014 15:48:39 -0800, by Pierre-Yves David
-
setup: use changes since latest tag instead of just distanceFri, 12 Dec 2014 15:31:28 -0800, by Siddharth Agarwal
-
setup: use changessincelatesttag from archive if presentFri, 12 Dec 2014 15:29:39 -0800, by Siddharth Agarwal
-
archive: store number of changes since latest tag as wellFri, 12 Dec 2014 15:27:13 -0800, by Siddharth Agarwal
-
merge with stableMon, 22 Dec 2014 17:26:21 -0600, by Matt Mackall
-
demandimport: blacklist distutils.msvc9compiler (issue4475) stableMon, 22 Dec 2014 17:27:31 -0500, by Augie Fackler
-
largefiles: don't duplicate 'actions' into 'actionbyfile'Thu, 11 Dec 2014 22:51:29 -0800, by Martin von Zweigbergk
-
merge: make calculateupdates() return file->action dictThu, 11 Dec 2014 22:07:41 -0800, by Martin von Zweigbergk
-
merge: let _forgetremoved() work on the file->action dictThu, 11 Dec 2014 21:58:49 -0800, by Martin von Zweigbergk
-
merge: let _resolvetrivial() work on the file->action dictThu, 11 Dec 2014 21:06:16 -0800, by Martin von Zweigbergk
-
merge: let bid merge work on the file->action dictThu, 11 Dec 2014 20:56:53 -0800, by Martin von Zweigbergk
-
merge: write manifestmerge() using dictionary with entry per fileMon, 08 Dec 2014 13:24:10 -0800, by Martin von Zweigbergk
-
repoview: backout ced3ecfc2e57Wed, 17 Dec 2014 12:21:07 -0800, by Pierre-Yves David
-
largefile: explain why no monkey patching on a repoviewWed, 17 Dec 2014 12:19:33 -0800, by Pierre-Yves David
-
largefile: backout ca54fb3d71ceWed, 17 Dec 2014 12:10:16 -0800, by Pierre-Yves David
-
incoming: handle phases the same as pullThu, 18 Dec 2014 12:33:17 -0800, by Eric Sumner
-
bundlerepo: retract phase boundaryThu, 18 Dec 2014 12:22:43 -0800, by Eric Sumner
-
bundlerepo: implement safe phasecacheThu, 18 Dec 2014 11:38:48 -0800, by Eric Sumner
-
localrepo.__getitem__: add slicing supportThu, 18 Dec 2014 11:30:10 -0800, by Eric Sumner
-
ignore: resolve ignore files relative to repo root (issue4473) (BC)Tue, 16 Dec 2014 14:34:53 -0800, by Siddharth Agarwal
-
test-hgignore: add testing for ui.ignoreWed, 17 Dec 2014 18:53:38 -0800, by Siddharth Agarwal
-
tests: add missing globs for WindowsWed, 10 Dec 2014 22:09:46 -0500, by Matt Harbison
-
share: use the 'sharedpath' attr on repo instead of reloading from the fileThu, 18 Dec 2014 23:24:17 -0500, by Matt Harbison
-
share: fix source repo lookup on WindowsThu, 18 Dec 2014 23:16:37 -0500, by Matt Harbison
-
help: suggest '-v -e' to get built-in aliases for extensions (issue4461)Mon, 22 Dec 2014 03:20:50 +0100, by Chingis Dugarzhapov
-
test-check-commit-hg: clarify misleading "commit message rules" errorThu, 18 Dec 2014 10:11:38 -0800, by Martin von Zweigbergk
-
keyword: handle resolve to either parentSun, 21 Dec 2014 13:02:59 +0000, by Christian Ebert
-
keyword: update test file syntaxSun, 21 Dec 2014 12:53:57 +0000, by Christian Ebert
-
branches: deprecate -aMon, 22 Dec 2014 14:49:05 -0600, by Matt Mackall
-
largefiles: fix a spurious missing file warning with forget (issue4053) stableSun, 21 Dec 2014 15:06:54 -0500, by Matt Harbison
-
largefiles: fix a spurious missing file warning with 'remove -A' (issue4053) stableSun, 21 Dec 2014 15:04:13 -0500, by Matt Harbison
-
largefiles: introduce the 'composelargefilematcher()' method stableSun, 21 Dec 2014 14:42:46 -0500, by Matt Harbison
-
context: return dirstate parents in workingctx.ancestors()Thu, 18 Dec 2014 09:37:14 -0800, by Durham Goode
-
backout: add --commit optionWed, 17 Dec 2014 17:26:12 -0800, by Mateusz Kwapich
-
share: add option to share bookmarksSat, 13 Dec 2014 11:32:46 -0800, by Ryan McElroy
-
highlight: ignore Unicode's extra linebreaks (issue4291)Wed, 17 Dec 2014 13:25:24 -0600, by Matt Mackall
-
test: fix typo in test-help.tThu, 18 Dec 2014 21:53:55 +0100, by André Sintzoff
-
templatekw: remove unneeded showtagsMon, 15 Dec 2014 09:40:02 -0800, by Sean Farley
-
namespaces: generate template keyword when registering a namespaceThu, 16 Oct 2014 23:19:09 -0700, by Sean Farley
-
templatekw: add helper method to generate a template keyword for a namespaceSun, 14 Dec 2014 19:15:37 -0800, by Sean Farley
-
namespaces: add names method to return list of names for a given nodeSun, 14 Dec 2014 18:54:50 -0800, by Sean Farley
-
namespaces: add nodemap propertyMon, 15 Dec 2014 00:24:23 -0800, by Sean Farley
-
namespaces: add method to get template name of namespaceSun, 14 Dec 2014 19:12:27 -0800, by Sean Farley
-
namespaces: add template name of a namespaceMon, 15 Dec 2014 00:09:52 -0800, by Sean Farley
-
memctx: remove redundant test for issue4470 from test-commit.tFri, 19 Dec 2014 00:11:56 +0900, by FUJIWARA Katsunori
-
memctx: calculate manifest more efficientlyFri, 19 Dec 2014 00:11:56 +0900, by FUJIWARA Katsunori
-
merge with stableThu, 18 Dec 2014 16:41:59 -0600, by Matt Mackall
-
pathauditor: check for Windows shortname aliases stable 3.2.3Thu, 18 Dec 2014 14:18:28 -0600, by Matt Mackall
-
pathauditor: check for codepoints ignored on OS X stableTue, 16 Dec 2014 13:08:17 -0500, by Augie Fackler
-
darwin: omit ignorable codepoints when normcase()ing a file path stableTue, 16 Dec 2014 13:07:10 -0500, by Augie Fackler
-
encoding: add hfsignoreclean to clean out HFS-ignored characters stableTue, 16 Dec 2014 13:06:41 -0500, by Augie Fackler
-
test-casefolding.t: demonstrate a bug with HFS+ ignoring some codepoints stableThu, 11 Dec 2014 15:42:49 -0500, by Augie Fackler
-
manifest: disallow setting the node id of an entry to None stableFri, 12 Dec 2014 13:40:44 -0500, by Augie Fackler
-
context: stop setting None for modified or added nodes stableFri, 12 Dec 2014 15:29:54 -0500, by Augie Fackler
-
largefiles: don't actually remove largefiles in an addremove dry run stableSat, 13 Dec 2014 13:33:48 -0500, by Matt Harbison
-
bundle2: lowercase part typesWed, 17 Dec 2014 15:11:26 -0800, by Eric Sumner
-
bundle2.bundlepart: make mandatory part flag explicit in APIWed, 17 Dec 2014 21:14:19 -0800, by Eric Sumner
-
memctx: calculate manifest correctly with newly-removed files (issue4470)Wed, 17 Dec 2014 15:09:43 +0900, by FUJIWARA Katsunori
-
memctx: calculate manifest including newly added files correctlyWed, 17 Dec 2014 15:09:43 +0900, by FUJIWARA Katsunori
-
memctx: calculate exact status being committed from specified filesWed, 17 Dec 2014 15:09:38 +0900, by FUJIWARA Katsunori
-
bundle2._processpart: forcing lower-case compare is no longer necessaryFri, 12 Dec 2014 12:31:41 -0800, by Eric Sumner
-
bundle2.unbundlepart: decouple mandatory from parttypeFri, 12 Dec 2014 11:26:56 -0800, by Eric Sumner
-
memctx: fix manifest for removed files (issue4470)Mon, 15 Dec 2014 15:00:54 -0500, by Augie Fackler
-
convert: on svn failure, note libsvn version (issue4043)Fri, 12 Dec 2014 15:53:17 -0500, by Augie Fackler
-
vfs: add a 'split' methodMon, 15 Dec 2014 13:32:34 -0800, by Pierre-Yves David
-
vfs: add a 'reljoin' function for joining relative pathsMon, 15 Dec 2014 13:27:46 -0800, by Pierre-Yves David
-
subrepo: fix git subrepo ui argumentThu, 18 Dec 2014 12:07:03 -0600, by Matt Mackall
-
subrepo: drop the 'ui' parameter to revert()Sat, 13 Dec 2014 19:44:55 -0500, by Matt Harbison
-
subrepo: drop the 'ui' parameter to removefiles()Sat, 13 Dec 2014 19:36:50 -0500, by Matt Harbison
-
subrepo: drop the 'ui' parameter to forget()Sat, 13 Dec 2014 19:23:30 -0500, by Matt Harbison
-
subrepo: drop the 'ui' parameter to cat()Sat, 13 Dec 2014 14:26:38 -0500, by Matt Harbison
-
subrepo: drop the 'ui' parameter to archive()Sat, 13 Dec 2014 14:53:46 -0500, by Matt Harbison
-
subrepo: use 'self.ui' instead of 'self._repo.ui'Sat, 13 Dec 2014 22:44:22 -0500, by Matt Harbison
-
subrepo: reset 'self.ui' to the subrepo copy of 'ui' in the hgsubrepo classSat, 13 Dec 2014 20:43:01 -0500, by Matt Harbison
-
subrepo: rename the '_ui' member to 'ui'Sat, 13 Dec 2014 15:19:38 -0500, by Matt Harbison
-
subrepo: drop the '_ui' member in the subrepo subclassesSat, 13 Dec 2014 15:13:07 -0500, by Matt Harbison
-
graphmod: attempt to clarify documentation of groupbranchiter()Tue, 09 Dec 2014 09:35:04 -0500, by Augie Fackler
-
graphmod: rename graph-topological config to graph-group-branchesMon, 08 Dec 2014 15:20:28 -0500, by Augie Fackler
-
groupbranchiter: allow callers to select the first branchThu, 04 Sep 2014 19:28:17 +0200, by Pierre-Yves David
-
groupbranchiter: support for non-contiguous revsetsThu, 04 Sep 2014 19:05:36 +0200, by Pierre-Yves David
-
groubranchhiter: indent most of the inner codeFri, 14 Nov 2014 20:08:59 +0000, by Pierre-Yves David
-
graphlog: add a way to test the 'groupbranchiter' functionFri, 14 Nov 2014 17:37:59 +0000, by Pierre-Yves David
-
graphmod: add a function for topological iterationThu, 04 Sep 2014 18:19:32 +0200, by Pierre-Yves David
-
namespaces: add branchesFri, 17 Oct 2014 15:27:12 -0700, by Sean Farley
-
namespaces: add tagsFri, 17 Oct 2014 15:27:33 -0700, by Sean Farley
-
namespaces: remove weakref; always pass in repoSun, 14 Dec 2014 19:11:44 -0800, by Ryan McElroy
-
changectx: use names api to simplify and extend node lookupThu, 16 Oct 2014 23:27:54 -0700, by Sean Farley
-
namespaces: add a method to the first matching node for a given nameFri, 17 Oct 2014 15:28:40 -0700, by Sean Farley
-
namespaces: add bookmarks to the names data structureSun, 14 Dec 2014 12:53:50 -0800, by Sean Farley
-
namespaces: add a convenience property for the weakref _repoSun, 14 Dec 2014 16:22:24 -0800, by Sean Farley
-
namespaces: pass repo to __init__Sun, 14 Dec 2014 15:35:57 -0800, by Sean Farley
-
namespaces: add a function to turn single results into listsSun, 14 Dec 2014 15:04:40 -0800, by Sean Farley
-
namespaces: add a method to register new namespacesFri, 17 Oct 2014 11:25:51 -0700, by Sean Farley
-
namespaces: introduce a generic way to map between names and nodesSun, 14 Dec 2014 12:29:28 -0800, by Sean Farley
-
statichttprepo: update profile of __call__ in mock vfs objectSun, 14 Dec 2014 19:27:58 +0100, by Mads Kiilerich
-
tests: avoid git diffstat singular/plural output differenceSun, 14 Dec 2014 21:00:58 +0100, by Mathias De Maré
-
subrepo: add revert support without backup for git subreposSun, 14 Dec 2014 11:34:51 +0100, by Mathias De Maré
-
match: make 'always' and 'exact' functions, not classesSat, 01 Nov 2014 22:56:49 -0700, by Martin von Zweigbergk
-
share: implement shared bookmark functionalitySat, 13 Dec 2014 14:31:55 -0800, by Ryan McElroy
-
debugindex: respect --debug flag to show full nodeidsSat, 13 Dec 2014 13:56:05 -0800, by Kyle Lippincott
-
localrepo.clone: add a way to override server preferuncompressedFri, 12 Dec 2014 14:06:36 -0800, by Siddharth Agarwal
-
hg.clone: set 'stream' depending on whether --pull was requested or notFri, 12 Dec 2014 14:02:56 -0800, by Siddharth Agarwal
-
merge: perform case-collision checking on final set of actionsFri, 14 Nov 2014 05:53:04 -0800, by Martin von Zweigbergk
-
spelling: fixes from proofreading of spell checker issuesThu, 17 Apr 2014 22:47:38 +0200, by Mads Kiilerich
-
tests: allow more flexibility in git diffstat outputSat, 13 Dec 2014 09:45:00 +0100, by Mathias De Maré
-
merge: move cd/dc prompts after largefiles promptsThu, 11 Dec 2014 21:21:21 -0800, by Martin von Zweigbergk
-
addremove: automatically process a subrepository's subreposSun, 30 Nov 2014 22:47:53 -0500, by Matt Harbison
-
addremove: support addremove with explicit paths in subreposSun, 09 Nov 2014 23:46:25 -0500, by Matt Harbison
-
addremove: add support for the -S flagMon, 24 Nov 2014 23:51:26 -0500, by Matt Harbison
-
commit: propagate --addremove to subrepos if -S is specified (issue3759)Mon, 24 Nov 2014 22:27:49 -0500, by Matt Harbison
-
subrepo: store the ui object in the base classWed, 26 Nov 2014 16:13:38 -0500, by Matt Harbison
-
commit: abort if --addremove is specified, but failsWed, 26 Nov 2014 15:16:22 -0500, by Matt Harbison
-
addremove: warn when addremove fails to operate on a named pathWed, 26 Nov 2014 14:27:36 -0500, by Matt Harbison
-
scmutil: pass a matcher to scmutil.addremove() instead of a list of patternsSun, 09 Nov 2014 19:57:02 -0500, by Matt Harbison
-
tests: fix a typo in test-walkrepos.pyWed, 10 Dec 2014 23:46:47 -0500, by Enrique A. Tobis
-
merge: extract _resolvetrivial() functionWed, 03 Dec 2014 13:50:28 -0800, by Martin von Zweigbergk
-
largefiles: start by finding files of interestTue, 09 Dec 2014 22:10:51 -0800, by Martin von Zweigbergk
-
largefiles: rewrite merge code using dictionary with entry per fileTue, 09 Dec 2014 22:03:53 -0800, by Martin von Zweigbergk
-
largefiles: put same 'action' object back in 'newglist'Tue, 09 Dec 2014 09:53:26 -0800, by Martin von Zweigbergk
-
largefiles: don't unnecessarily sort merge action listsMon, 08 Dec 2014 15:20:42 -0800, by Martin von Zweigbergk
-
merge: don't treat 'diverge' and 'renamedelete' like actionsTue, 09 Dec 2014 16:49:55 -0800, by Martin von Zweigbergk
-
merge: move dr/rd warning messages out of applyupdates()Tue, 09 Dec 2014 14:18:31 -0800, by Martin von Zweigbergk
-
merge: don't report progress for dr/rd actionsFri, 05 Dec 2014 16:13:26 -0800, by Martin von Zweigbergk
-
subrepo: add partial diff support for git subreposWed, 10 Dec 2014 10:32:51 +0100, by Mathias De Maré
-
subrepo: extend git version check to 3 digitsWed, 10 Dec 2014 08:41:21 +0100, by Mathias De Maré
-
subrepo: move git version check into a separate methodWed, 10 Dec 2014 08:33:03 +0100, by Mathias De Maré
-
rebase: show a note for updated mq patchesThu, 11 Oct 2012 23:22:02 +0200, by Mads Kiilerich
-
rebase: improve debug messages while processing the list of rebasesWed, 10 Dec 2014 06:20:35 +0100, by Mads Kiilerich
-
rebase: show warning when rebase creates no changes to commitWed, 10 Dec 2014 06:20:35 +0100, by Mads Kiilerich
-
rebase: show more useful status information while rebasingTue, 09 Dec 2014 03:45:26 +0100, by Mads Kiilerich
-
tests: make 'saved backup' globbing less narrow in rebase testsSun, 07 Dec 2014 20:04:45 +0100, by Mads Kiilerich
-
tests: stabilise mq rebase testsTue, 09 Dec 2014 03:37:06 +0100, by Mads Kiilerich
-
test-graft: use strip extension instead of mq extensionTue, 09 Dec 2014 14:45:12 -0500, by Augie Fackler
-
transaction: remove the 'onabort' mechanismThu, 04 Dec 2014 13:52:46 -0800, by Pierre-Yves David
-
transaction: remove the redundant 'onclose' mechanismThu, 04 Dec 2014 13:51:41 -0800, by Pierre-Yves David
-
fncache: document the fact fncache is outdate at hook run timeThu, 04 Dec 2014 16:35:03 -0800, by Pierre-Yves David
-
fncache: drop dedicated 'onclose' function in favor of 'tr.addfinalize'Thu, 04 Dec 2014 13:49:45 -0800, by Pierre-Yves David
-
merge with stableTue, 09 Dec 2014 13:32:19 -0600, by Matt Mackall
-
graft: drop cset description from empty commit messageTue, 09 Dec 2014 12:39:23 -0600, by Matt Mackall
-
graft: show hashes in user-facing messagesTue, 09 Dec 2014 03:38:23 +0100, by Mads Kiilerich
-
graft: give helpful warning for empty graftsTue, 09 Dec 2014 03:38:23 +0100, by Mads Kiilerich
-
graft: show more useful status information while graftingTue, 09 Dec 2014 03:38:23 +0100, by Mads Kiilerich
-
tests: test coverage for empty graftTue, 09 Dec 2014 03:37:55 +0100, by Mads Kiilerich
-
largefiles: drop the unfiltered repo usage in overridepurge()Sun, 07 Dec 2014 10:54:29 -0500, by Matt Harbison
-
repoview: allow methods on the proxy class to be replacedSun, 07 Dec 2014 10:52:56 -0500, by Matt Harbison
-
log: fix log -f slow path to actually follow history stableFri, 05 Dec 2014 14:27:32 -0800, by Durham Goode
-
obsstore: cache size computation for fm1 nodeWed, 26 Nov 2014 23:23:33 -0800, by Pierre-Yves David
-
obsstore: prefetch struct.calcsizeWed, 26 Nov 2014 23:21:20 -0800, by Pierre-Yves David
-
obsstore: disable garbage collection during initialization (issue4456)Wed, 26 Nov 2014 16:58:31 -0800, by Pierre-Yves David
-
dirstate: use the 'nogc' decoratorThu, 04 Dec 2014 05:43:15 -0800, by Pierre-Yves David
-
util: add a 'nogc' decorator to disable the garbage collectionThu, 04 Dec 2014 05:43:40 -0800, by Pierre-Yves David
-
generate-working-copy-states: open() in binary mode when writing contentFri, 05 Dec 2014 22:58:02 -0500, by Matt Harbison
-
largefiles: don't use 'r' action for standin that doesn't existFri, 05 Dec 2014 16:45:52 -0800, by Martin von Zweigbergk
-
largefiles: don't use 'r' action for normal file that doesn't existFri, 05 Dec 2014 16:51:37 -0800, by Martin von Zweigbergk
-
rebase: handle revtodo as a special value when storing/restoring stateTue, 02 Dec 2014 12:23:12 -0800, by Pierre-Yves David
-
rebase: add a 'revtodo' constantTue, 02 Dec 2014 09:46:20 -0800, by Pierre-Yves David
-
rebase: use '>= 0' to know is a revision was rebasedThu, 04 Dec 2014 07:03:02 -0800, by Pierre-Yves David
-
patchbomb: introduce a 'patchbomb.confirm' optionTue, 02 Dec 2014 17:35:21 -0800, by Pierre-Yves David
-
patchbomb: add a 'patchbomb.intro' optionTue, 02 Dec 2014 17:24:52 -0800, by Pierre-Yves David
-
patchbomb: extract 'getoutgoing' closure into its own functionTue, 02 Dec 2014 16:51:32 -0800, by Pierre-Yves David
-
perf: add a perfloadmarkers commandThu, 20 Nov 2014 16:27:55 -0800, by Pierre-Yves David
-
rebase: move base calculation from rebasenode() to defineparents()Wed, 19 Nov 2014 03:38:51 +0100, by Mads Kiilerich
-
largefiles: remove redundant checks for false modify/delete conflictsFri, 05 Dec 2014 10:53:25 -0800, by Martin von Zweigbergk
-
merge: make 'keep' message more descriptiveWed, 03 Dec 2014 14:03:20 -0800, by Martin von Zweigbergk
-
addremove: restore the relative path printing when files are namedThu, 04 Dec 2014 23:08:27 -0500, by Matt Harbison
-
match: introduce uipath() to properly style a file pathThu, 04 Dec 2014 23:04:55 -0500, by Matt Harbison
-
merge with stableFri, 05 Dec 2014 12:10:56 -0600, by Matt Mackall
-
update: don't overwrite untracked ignored files on update stableSun, 16 Nov 2014 23:41:44 -0800, by Martin von Zweigbergk
-
update: add tests for untracked local file stableTue, 02 Dec 2014 17:11:01 -0800, by Martin von Zweigbergk
-
merge: don't overwrite conflicting file in locally renamed directoryWed, 03 Dec 2014 11:02:52 -0800, by Martin von Zweigbergk
-
merge: don't ignore conflicting file in remote renamed directoryWed, 03 Dec 2014 10:56:07 -0800, by Martin von Zweigbergk
-
merge: duplicate 'if f in copied' into each branchSun, 23 Nov 2014 15:08:50 -0800, by Martin von Zweigbergk
-
merge: branch code into {n1 and n2, n1, n2} top-level casesSun, 23 Nov 2014 14:09:10 -0800, by Martin von Zweigbergk
-
update: remove redundant and misplaced merge testsTue, 02 Dec 2014 16:39:59 -0800, by Martin von Zweigbergk
-
largefiles: use clearer debug messages in actionsFri, 21 Nov 2014 13:02:45 -0800, by Martin von Zweigbergk
-
largefiles: don't clobber merge action message with user messageFri, 21 Nov 2014 11:44:57 -0800, by Martin von Zweigbergk
-
bookmarks: factor out repository lookup from writing bookmarks fileTue, 02 Dec 2014 20:31:19 -0800, by Ryan McElroy
-
parsers: ensure revlog index node tree is initialized before insertionThu, 04 Dec 2014 12:02:02 -0500, by Mike Edgar
-
revset: add 'only' to DoS-safe symbolsWed, 03 Dec 2014 22:56:42 +0900, by Yuya Nishihara
-
revset: move 'only' so that functions are sorted alphabeticallyWed, 03 Dec 2014 22:52:54 +0900, by Yuya Nishihara
-
tests: drop unnecessary glob that causes a warning on WindowsTue, 02 Dec 2014 22:42:41 -0500, by Matt Harbison
-
merge: add test with conflicting file and remote directory renameWed, 03 Dec 2014 10:01:24 -0800, by Martin von Zweigbergk
-
graft: use a real conflict for the testsWed, 03 Dec 2014 15:03:29 -0800, by Martin von Zweigbergk
-
add: use lexists so that broken symbolic links are addedWed, 03 Dec 2014 14:33:29 -0800, by John Coomes
-
rebase: avoid redundant repo[rev].rev() - just keep working in rev spaceTue, 02 Dec 2014 05:12:59 +0100, by Mads Kiilerich
-
rebase: always store rev in state, also when collapsingTue, 02 Dec 2014 05:12:59 +0100, by Mads Kiilerich
-
rebase: clarify naming of variables holding node hashes - don't call them revTue, 02 Dec 2014 05:12:53 +0100, by Mads Kiilerich
-
bookmarks: factor out bookmark file opening for easier extensibilityThu, 27 Nov 2014 00:24:25 -0800, by Ryan McElroy
-
merge with stableTue, 02 Dec 2014 17:19:20 -0600, by Matt Mackall
-
diff: explicitly honor all diffoptsTue, 18 Nov 2014 22:18:05 -0800, by Siddharth Agarwal
-
annotate: explicitly only honor whitespace diffoptsTue, 18 Nov 2014 22:16:46 -0800, by Siddharth Agarwal
-
notify: explicitly honor all diffoptsTue, 18 Nov 2014 21:47:47 -0800, by Siddharth Agarwal
-
jsonchangeset: don't honor whitespace and format-changing diffoptsTue, 18 Nov 2014 22:13:05 -0800, by Siddharth Agarwal
-
transplant: don't honor whitespace and format-changing diffoptsTue, 18 Nov 2014 21:49:05 -0800, by Siddharth Agarwal
-
hgk: don't honor whitespace and format-changing diffoptsTue, 18 Nov 2014 21:38:19 -0800, by Siddharth Agarwal
-
patchbomb: don't honor whitespace and format-changing diffopts (BC)Tue, 18 Nov 2014 17:36:24 -0800, by Siddharth Agarwal
-
merge: add more thorough tests for --forceWed, 26 Nov 2014 11:45:21 -0800, by Martin von Zweigbergk
-
merge: display modify/delete conflict prompts in sorted orderWed, 26 Nov 2014 10:25:27 -0800, by Martin von Zweigbergk
-
generate-working-copy-states: accept depth arguments on command lineSun, 09 Nov 2014 00:10:29 -0800, by Martin von Zweigbergk
-
generate-working-copy-states: generalize for depthSat, 08 Nov 2014 23:37:54 -0800, by Martin von Zweigbergk
-
generate-working-copy-states: make 'tracked' a stringSat, 29 Nov 2014 14:39:33 -0800, by Martin von Zweigbergk
-
merge: demonstrate that directory renames can lose local file contentTue, 02 Dec 2014 13:28:07 -0800, by Martin von Zweigbergk
-
mq: drop updateheader - inserthgheader and insertplainheader is enoughFri, 28 Nov 2014 03:09:19 +0100, by Mads Kiilerich
-
mq: smarter handling of plain headersFri, 28 Nov 2014 03:09:06 +0100, by Mads Kiilerich
-
largefiles: drop the override for 'fetch'Sun, 30 Nov 2014 23:30:31 -0500, by Matt Harbison
-
rebase: ignore negative state when updating back to original wc parent stableTue, 02 Dec 2014 11:06:38 -0800, by Pierre-Yves David
-
bundle2-push: provide transaction to reply unbundlerFri, 21 Nov 2014 15:50:38 -0800, by Eric Sumner
-
bundle2.processbundle: let callers request default behaviorMon, 24 Nov 2014 16:04:44 -0800, by Eric Sumner
-
push: elevate phase transaction to cover entire operationFri, 21 Nov 2014 15:06:38 -0800, by Eric Sumner
-
pull: extract transaction logic into separate objectFri, 21 Nov 2014 14:32:57 -0800, by Eric Sumner
-
record: don't honor format-changing diffopts (issue4459)Tue, 18 Nov 2014 20:00:37 -0800, by Siddharth Agarwal
-
patch.difffeatureopts: add a feature for format-changing diffoptsTue, 18 Nov 2014 17:22:03 -0800, by Siddharth Agarwal
-
patch.difffeatureopts: add a feature for whitespace diffoptsTue, 18 Nov 2014 17:09:26 -0800, by Siddharth Agarwal
-
patch.difffeatureopts: add a feature for diff.gitTue, 18 Nov 2014 17:10:14 -0800, by Siddharth Agarwal
-
patch: rename diffopts to diffalloptsTue, 18 Nov 2014 21:43:38 -0800, by Siddharth Agarwal
-
patch: add a new function to initialize diffopts by featureTue, 18 Nov 2014 16:53:22 -0800, by Siddharth Agarwal
-
patch.diffopts: use a dict for initializationTue, 18 Nov 2014 16:00:54 -0800, by Siddharth Agarwal
-
largefiles: split the creation of a normal matcher out of its install methodFri, 21 Nov 2014 22:24:45 -0500, by Matt Harbison
-
addremove: print relative paths when called with -I/-X (BC)Mon, 01 Dec 2014 21:48:32 -0800, by Martin von Zweigbergk
-
merge with stableMon, 01 Dec 2014 19:34:11 -0600, by Matt Mackall
-
i18n-ja: synchronized with edf29f9c15f0 stableSat, 29 Nov 2014 14:32:12 +0900, by FUJIWARA Katsunori
-
merge: before cd/dc prompt, check that changed side really changed stable 3.2.2Mon, 01 Dec 2014 02:30:21 +0100, by Mads Kiilerich
-
largefiles: don't show largefile/normal prompts if one side is unchanged stableMon, 01 Dec 2014 02:11:29 +0100, by Mads Kiilerich
-
tests: add test-issue3084.t cases for 'changed but same' as for 'unchanged' stableMon, 01 Dec 2014 02:11:17 +0100, by Mads Kiilerich
-
tests: clean-up of largefiles tests in test-issue3084.t stableMon, 01 Dec 2014 02:10:57 +0100, by Mads Kiilerich
-
pushkey: gracefully handle prepushkey hook failure (issue4455) stableSat, 29 Nov 2014 19:17:47 -0800, by Pierre-Yves David
-
hook: raise a more specialized HookAbort exception when a hook fails stableSat, 29 Nov 2014 19:13:35 -0800, by Pierre-Yves David
-
revset: fix first and last for generatorset (issue4465) stableMon, 01 Dec 2014 05:18:12 -0800, by Pierre-Yves David
-
mq: fix update of headers that occur in the "wrong" order stableFri, 28 Nov 2014 02:57:33 +0100, by Mads Kiilerich
-
subrepo: add status support for ignored files in git subreposFri, 28 Nov 2014 20:16:15 +0100, by Mathias De Maré
-
manifest: document the extra letter in working copy manifest nodeWed, 26 Nov 2014 15:37:01 -0800, by Pierre-Yves David
-
hgweb: send proper HTTP response after uncaught exception stableFri, 28 Nov 2014 10:59:02 -0800, by Gregory Szorc
-
tests: test rebase of merge of target ancestorsSun, 30 Nov 2014 20:06:53 +0100, by Mads Kiilerich
-
tests: test coverage of parent order with p1 outside rebase setSun, 30 Nov 2014 19:36:03 +0100, by Mads Kiilerich
-
tests: add test for rebasing merges with ancestors of the rebase destinationSun, 30 Nov 2014 19:35:54 +0100, by Mads Kiilerich
-
merge: 0 is a valid ancestor different from NoneSun, 30 Nov 2014 19:26:53 +0100, by Mads Kiilerich
-
merge with stableThu, 27 Nov 2014 12:25:01 -0600, by Matt Mackall
-
revert: look for copy information for all local modifications stableTue, 25 Nov 2014 19:40:54 -0800, by Pierre-Yves David
-
rename: properly report removed and added file as modified (issue4458) stableMon, 24 Nov 2014 18:42:56 -0800, by Pierre-Yves David
-
manifest: fix a bug where working copy file 'add' mark was buggy stableWed, 26 Nov 2014 14:54:16 -0800, by Pierre-Yves David
-
merge: be precise about what merged into what in short desc stableWed, 26 Nov 2014 17:22:09 +0300, by anatoly techtonik
-
docker: add Docker files for running an Apache mod_wsgi serverTue, 11 Nov 2014 20:32:10 -0800, by Gregory Szorc
-
merge: use None as filename for base in 'both created' conflictsMon, 24 Nov 2014 16:17:02 -0800, by Martin von Zweigbergk
-
merge: break out "both renamed a -> b" caseMon, 24 Nov 2014 16:42:36 -0800, by Martin von Zweigbergk
-
merge: separate out "both created" casesMon, 24 Nov 2014 16:16:34 -0800, by Martin von Zweigbergk
-
merge: indent to prepare for next patchMon, 24 Nov 2014 16:11:22 -0800, by Martin von Zweigbergk
-
merge with stableTue, 25 Nov 2014 17:30:05 -0600, by Matt Mackall
-
factotum: convert Plan 9 quoted string to Python stringTue, 25 Nov 2014 02:31:52 -0600, by David Eckhardt
-
plan9: setup check for current python buildTue, 25 Nov 2014 02:27:31 -0600, by Jeff Sickel
-
add: check for the existence of a file matched inexactly before adding itWed, 19 Nov 2014 22:27:55 -0500, by Matt Harbison
-
tests: choose the proper environment variable style for the platformThu, 20 Nov 2014 22:33:40 -0500, by Matt Harbison
-
tests: fix another multi-statement hook for WindowsThu, 20 Nov 2014 20:07:34 -0500, by Matt Harbison
-
run-tests: set a default largefiles usercache in the default hgrc fileWed, 19 Nov 2014 23:41:40 -0500, by Matt Harbison
-
merge: remove obsolete check for untracked files in 'dm' actionMon, 24 Nov 2014 09:50:27 -0800, by Martin von Zweigbergk
-
merge: remove dead assignment in applyupdates()Sun, 23 Nov 2014 23:10:34 -0800, by Martin von Zweigbergk
-
merge: move calculateupdates() before applyupdated()Fri, 21 Nov 2014 13:06:04 -0800, by Martin von Zweigbergk
-
merge: remove unused variables from _checkcollision()Mon, 24 Nov 2014 11:28:46 -0800, by Martin von Zweigbergk
-
largefiles: avoid exec-bit examination on the platform being unaware of it stableTue, 25 Nov 2014 18:37:28 +0900, by FUJIWARA Katsunori
-
merge with stableSat, 22 Nov 2014 17:09:04 -0600, by Matt Mackall
-
changegroup: fix file linkrevs during reorders (issue4462) stableThu, 20 Nov 2014 16:30:57 -0800, by Durham Goode
-
merge: consistently use single quotes for non-user-facing stringsThu, 20 Nov 2014 16:39:32 -0800, by Martin von Zweigbergk
-
localrepo: add a currenttransaction methodThu, 13 Nov 2014 11:12:47 +0000, by Pierre-Yves David
-
repoview: extract actual hidden cache writing in its own functionThu, 13 Nov 2014 11:11:17 +0000, by Pierre-Yves David
-
templates: fix broken "less" & "more" links in paper style (issue4460) stableFri, 21 Nov 2014 13:58:49 +0800, by Anton Shestakov
-
push: stop independent usage of bundle2 in syncphase (issue4454) stableWed, 19 Nov 2014 01:36:17 +0000, by Pierre-Yves David
-
dirstate: speed up repeated missing directory checksWed, 19 Nov 2014 23:15:07 -0800, by Martin von Zweigbergk
-
revert: access status fields by name rather than indexWed, 19 Nov 2014 17:07:27 -0800, by Martin von Zweigbergk
-
subrepo: remove "_getstorehashcachepath" referred by no other code pathsWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace direct file APIs around "writelines" by "vfs.writelines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
vfs: add "writelines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
vfs: add "notindexed" argument to invoke "ensuredir" with it in write modeWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace direct file APIs around "readlines" by "vfs.tryreadlines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
vfs: add "readlines" and "tryreadlines"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfsWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: remove "_calcfilehash" referred by no other code pathsWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace "_calcfilehash" invocation by "vfs.tryread"Wed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: replace "os.path.exists" by "exists" via wvfs of the parentWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
subrepo: avoid redundant "util.makedirs" invocationWed, 19 Nov 2014 18:35:14 +0900, by FUJIWARA Katsunori
-
merge: remove confusing comment about --forceWed, 19 Nov 2014 08:50:08 -0800, by Martin von Zweigbergk
-
phases: read pending data when appropriateFri, 17 Oct 2014 22:23:06 -0700, by Pierre-Yves David
-
bookmark: read pending data when appropriateSun, 28 Sep 2014 21:27:48 -0700, by Pierre-Yves David
-
test-bundle2: check visible data in pre/post-transaction hooksWed, 12 Nov 2014 16:54:57 +0000, by Pierre-Yves David
-
transaction: write pending generated filesFri, 17 Oct 2014 22:19:05 -0700, by Pierre-Yves David
-
transaction: have _generatefile return a booleanFri, 17 Oct 2014 21:57:32 -0700, by Pierre-Yves David
-
transaction: allow generating files with a suffixMon, 29 Sep 2014 01:29:08 -0700, by Pierre-Yves David
-
transaction: fix some docstring grammarWed, 19 Nov 2014 09:52:05 -0600, by Matt Mackall
-
transaction: accept a 'location' argument for registertmpWed, 12 Nov 2014 14:57:41 +0000, by Pierre-Yves David
-
tests: handle differences between missing file error strings on Windows and UnixTue, 18 Nov 2014 23:51:58 -0500, by Matt Harbison
-
run-tests: don't warn on unnecessary globs mandated by check-code.pyTue, 18 Nov 2014 22:02:00 -0500, by Matt Harbison
-
update: remove unnecessary check for unknown files with --checkTue, 18 Nov 2014 16:14:32 -0800, by Martin von Zweigbergk
-
merge with stableTue, 18 Nov 2014 12:29:30 -0600, by Matt Mackall
-
tests: move a multi-statement debuglocks hook into a shell script for WindowsSun, 16 Nov 2014 22:03:57 -0500, by Matt Harbison
-
tests: fix globs for WindowsSun, 16 Nov 2014 16:26:15 -0500, by Matt Harbison
-
run-tests: include quotes in the HGEDITOR value when storing sys.executableTue, 04 Nov 2014 12:46:00 -0500, by Matt Harbison
-
mq: when adding headers in plain mode, separate them from message (issue4453) stableMon, 17 Nov 2014 01:48:43 +0100, by Mads Kiilerich
-
mq: introduce insertplainheader - same naive implementation as before stableMon, 17 Nov 2014 01:48:19 +0100, by Mads Kiilerich
-
mq: when setting message in plain mode, separate it from header (issue4453) stableSun, 16 Nov 2014 19:57:40 +0100, by Mads Kiilerich
-
setdiscovery: avoid a full changelog graph traversalSun, 16 Nov 2014 00:40:29 -0800, by Siddharth Agarwal
-
ancestor: add a way to remove ancestors of bases from a given setFri, 14 Nov 2014 19:40:30 -0800, by Siddharth Agarwal
-
ancestor: add a way to add to bases of a missing ancestor objectFri, 14 Nov 2014 17:21:00 -0800, by Siddharth Agarwal
-
ancestor: add a way to test whether a missing ancestor object has basesSun, 16 Nov 2014 00:39:29 -0800, by Siddharth Agarwal
-
ancestor: remove now-unused missingancestors functionFri, 14 Nov 2014 16:53:40 -0800, by Siddharth Agarwal
-
revlog: switch findmissing* methods to incrementalmissingrevsFri, 14 Nov 2014 16:52:40 -0800, by Siddharth Agarwal
-
revlog: add a method to get missing revs incrementallySun, 16 Nov 2014 00:39:48 -0800, by Siddharth Agarwal
-
test-ancestor: add support for multiple tests against one incremental objectSat, 15 Nov 2014 19:26:20 -0800, by Siddharth Agarwal
-
test-ancestor: move naive missing ancestor algorithm into a classFri, 14 Nov 2014 23:50:01 -0800, by Siddharth Agarwal