Mercurial > hg
graph
-
run-tests: obtain code coverage via Python APIFri, 27 Mar 2015 23:17:19 -0700, by Gregory Szorc
-
commands.debugrevlog: report max chain lengthSat, 28 Mar 2015 12:58:44 -0700, by Gregory Szorc
-
_lazymanifest: drop unnecessary call to sorted()Fri, 27 Mar 2015 20:55:54 -0700, by Martin von Zweigbergk
-
test-git-export: add globs the test runner wants on WindowsSun, 29 Mar 2015 00:00:14 -0400, by Matt Harbison
-
run-tests: explicitly handle unicode when writing xunit fileSun, 29 Mar 2015 10:41:23 -0700, by Gregory Szorc
-
parsers.c: avoid implicit conversion loses integer warningsSun, 29 Mar 2015 19:06:23 +0200, by André Sintzoff
-
test-annotate: conditionalize error output for WindowsSun, 29 Mar 2015 00:20:56 -0400, by Matt Harbison
-
test-diffstat: add a glob the test runner wants on WindowsSat, 28 Mar 2015 23:57:16 -0400, by Matt Harbison
-
tests: add testing for diff.showfuncTue, 24 Mar 2015 21:36:38 +0100, by Mathias De Maré
-
manifest: make manifest.intersectfiles() internalMon, 30 Mar 2015 10:43:52 -0700, by Drew Gottlieb
-
win32: add comment about WinErrorSat, 28 Mar 2015 11:19:34 +0100, by Adrian Buehlmann
-
templates: fix "log -q" output of phases style stableSat, 28 Mar 2015 20:22:03 +0900, by Yuya Nishihara
-
record_curses: fix ui bug for newly added fileFri, 27 Mar 2015 14:11:13 -0700, by Laurent Charignon
-
import-checker: rotatecycle is actually the canonical cycle keySat, 28 Mar 2015 00:08:26 -0500, by Matt Mackall
-
import-checker: make search algorithm non-recursive breadth-firstFri, 27 Mar 2015 23:52:23 -0500, by Matt Mackall
-
import-checker: drop set() from cyclekey()Fri, 27 Mar 2015 19:27:19 -0500, by Matt Mackall
-
import-checker: drop duplicate element from cycleFri, 27 Mar 2015 19:25:40 -0500, by Matt Mackall
-
import-checker: fix rotatecycleFri, 27 Mar 2015 18:50:39 -0500, by Matt Mackall
-
dirs.addpath: rework algorithm to search forwardFri, 27 Mar 2015 01:03:06 -0700, by Siddharth Agarwal
-
changeset_printer: use changectx to get status tupleSat, 14 Mar 2015 17:40:47 +0900, by Yuya Nishihara
-
changeset_printer: replace _meaningful_parentrevs() by changeset_templater'sSat, 14 Mar 2015 17:23:51 +0900, by Yuya Nishihara
-
changeset_printer: use context objects consistently to show parentsSat, 14 Mar 2015 17:19:04 +0900, by Yuya Nishihara
-
children: don't pass filectx to displayerThu, 26 Mar 2015 23:56:18 +0900, by Yuya Nishihara
-
verify: add a note about a paleo-bugFri, 27 Mar 2015 15:13:21 -0500, by Matt Mackall
-
cmdutil: remove some excess vertical whitespaceFri, 27 Mar 2015 13:51:21 -0500, by Matt Mackall
-
revert: move calculation of targetsubs earlierFri, 27 Mar 2015 13:48:51 -0500, by Matt Mackall
-
shelve: add interactive modeWed, 25 Mar 2015 15:53:30 -0700, by Laurent Charignon
-
shelve: add interactive mode command line optionWed, 25 Mar 2015 15:52:28 -0700, by Laurent Charignon
-
record: change return value of recording codeWed, 25 Mar 2015 15:51:57 -0700, by Laurent Charignon
-
revert: fix --interactive on local modification (issue4576)Wed, 25 Mar 2015 14:01:14 -0700, by Laurent Charignon
-
largefiles: remove useless overrideupdateWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
update: replace workingctx.dirty and raising Abort by cmdutil.bailifchangedWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
cmdutil: allow bailifchanged to ignore merging in progressWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirtyWed, 25 Mar 2015 13:55:35 +0900, by FUJIWARA Katsunori
-
subrepo: add dirtyreason to centralize composing dirty reason messageWed, 25 Mar 2015 13:55:32 +0900, by FUJIWARA Katsunori
-
record_curses: add test for newly added filesWed, 25 Mar 2015 16:40:37 -0700, by Laurent Charignon
-
test-manifest.py: don't test .text() with present node suffixWed, 25 Mar 2015 17:18:48 -0700, by Martin von Zweigbergk
-
treemanifest: drop 22nd byte for consistency with manifestdictThu, 26 Mar 2015 09:42:21 -0700, by Martin von Zweigbergk
-
test-manifest.py: rewrite tests in terms of manifestdictWed, 25 Mar 2015 14:13:46 -0700, by Martin von Zweigbergk
-
test-manifest.py: separate out test for double-free after copy()Wed, 25 Mar 2015 14:21:34 -0700, by Martin von Zweigbergk
-
revert: evaluate subrepos to revert against the working directoryWed, 25 Mar 2015 22:20:44 -0400, by Matt Harbison
-
revert: handle subrepos missing in the given --revWed, 25 Mar 2015 21:54:47 -0400, by Matt Harbison
-
osutil: mark end of string with null char, not 0Wed, 25 Mar 2015 16:21:58 -0700, by Siddharth Agarwal
-
osutil: use getdirentriesattr on OS X if possibleWed, 25 Mar 2015 15:55:31 -0700, by Siddharth Agarwal
-
osutil._listdir: rename to _listdir_statWed, 25 Mar 2015 16:43:29 -0700, by Siddharth Agarwal
-
revset: optimize "x & fullreposet" caseMon, 16 Mar 2015 17:11:25 +0900, by Yuya Nishihara
-
debugrevspec: show nesting structure of smartsets if verboseMon, 16 Mar 2015 18:36:53 +0900, by Yuya Nishihara
-
revset: add __repr__ to all smartset classesMon, 16 Mar 2015 18:15:06 +0900, by Yuya Nishihara
-
status: add relative directory help text (issue3835)Wed, 18 Mar 2015 20:40:02 -0700, by Yung-Jin (Joey) Hu
-
diff: rename --relative option to --rootWed, 25 Mar 2015 11:55:15 -0700, by Sean Farley
-
revlog: make converting from inline to non-line work after a stripWed, 25 Mar 2015 15:58:31 -0400, by Mike Edgar
-
check-code: in C code, prevent space before closing parenthesisTue, 24 Mar 2015 12:52:53 -0700, by Laurent Charignon
-
match: remove unused assignment of ctxSat, 17 Jan 2015 12:39:44 +0900, by Yuya Nishihara
-
revert: comment that filesets are always evaluated against workingctxSat, 17 Jan 2015 14:22:21 +0900, by Yuya Nishihara
-
revert: take fast path also when not reverting to '.'Tue, 24 Mar 2015 15:47:57 -0700, by Martin von Zweigbergk
-
revert: define 'wctx' a little earlier and use it moreTue, 24 Mar 2015 13:56:51 -0700, by Martin von Zweigbergk
-
match: add isexact() method to hide internalsWed, 29 Oct 2014 08:43:39 -0700, by Martin von Zweigbergk
-
matcher: make e.g. 'relpath:.' lead to fast pathsWed, 19 Nov 2014 15:56:58 -0800, by Martin von Zweigbergk
-
revset: add the 'subrepo' symbolWed, 25 Mar 2015 14:56:54 -0400, by Matt Harbison
-
tags: improve documentationTue, 24 Mar 2015 20:28:39 -0700, by Gregory Szorc
-
phase: default to C implementation for phase computationFri, 20 Mar 2015 11:14:27 -0700, by Laurent Charignon
-
phase: compute phases in CTue, 24 Mar 2015 11:00:09 -0700, by Laurent Charignon
-
manifest: move C bool polyfill into util.hWed, 25 Mar 2015 14:16:10 -0500, by Matt Mackall
-
manifest: use util.h to get Py_ssize_tWed, 25 Mar 2015 14:13:11 -0500, by Matt Mackall
-
clone: add progress support to hardlink clones (issue3059)Fri, 13 Mar 2015 18:28:11 -0400, by Augie Fackler
-
util: add progress callback support to copyfilesThu, 19 Mar 2015 10:24:22 -0400, by Augie Fackler
-
revert: evaluate filesets against working directory (issue4497)Mon, 23 Mar 2015 23:04:51 -0700, by Martin von Zweigbergk
-
largefiles: extract and reuse 'standin' variable in overriderevert()Tue, 24 Mar 2015 10:27:56 -0700, by Martin von Zweigbergk
-
largefiles: override cmdutil.revert() instead of comands.revert()Fri, 20 Mar 2015 10:05:31 -0700, by Martin von Zweigbergk
-
test-commit-interactive-curses: backout 852801178a63Sat, 21 Mar 2015 12:01:05 -0400, by Matt Harbison
-
test-interactive: use stable EOL in various file generating routinesSat, 21 Mar 2015 11:56:43 -0400, by Matt Harbison
-
patch.diff: restrict matcher to relative root in certain casesTue, 17 Mar 2015 15:46:36 -0700, by Siddharth Agarwal
-
commands.diff: add support for diffs relative to a subdirectoryTue, 17 Mar 2015 15:46:30 -0700, by Siddharth Agarwal
-
cmdutil.diffordiffstat: add support for diffs relative to a subdirectoryTue, 17 Mar 2015 15:06:40 -0700, by Siddharth Agarwal
-
test-fileset.t: remove 'bar ' and 'baz\' from tested filenamesSun, 22 Mar 2015 19:19:16 -0700, by Siddharth Agarwal
-
commands.push: abort when revisions evaluate to empty set (BC)Mon, 23 Mar 2015 18:21:01 -0700, by Gregory Szorc
-
largefiles: fix typo with s/__class/__class__/Mon, 23 Mar 2015 17:07:25 -0700, by Martin von Zweigbergk
-
hgweb: pull line numbers out of main flow of source contentMon, 23 Mar 2015 14:47:35 -0400, by Paul Fisher
-
merge with stableMon, 23 Mar 2015 15:41:43 -0500, by Matt Mackall
-
crecord: don't abort on Windows when curses isn't availableFri, 20 Mar 2015 23:35:13 -0400, by Matt Harbison
-
test-fileset: forget non-portable files to avoid failures on WindowsSat, 21 Mar 2015 01:24:17 -0400, by Matt Harbison
-
crecord: conditionalize the imports that are not available on WindowsFri, 20 Mar 2015 23:32:00 -0400, by Matt Harbison
-
cmdutil: drop a duplicate import of crecordFri, 20 Mar 2015 21:55:11 -0400, by Matt Harbison
-
annotate: add option to annotate working-directory filesSat, 16 Aug 2014 17:50:55 +0900, by Yuya Nishihara
-
committablefilectx: override linkrev() to point to the associated changectxThu, 19 Mar 2015 23:31:53 +0900, by Yuya Nishihara
-
revset: add wdir() function to specify workingctx revision by commandSat, 16 Aug 2014 13:44:16 +0900, by Yuya Nishihara
-
win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()' stableSun, 22 Mar 2015 19:08:13 -0400, by Matt Harbison
-
patch.diff: add support for diffs relative to a subdirectoryTue, 17 Mar 2015 13:41:24 -0700, by Siddharth Agarwal
-
patch.trydiff: add support for stripping a relative rootTue, 17 Mar 2015 12:59:41 -0700, by Siddharth Agarwal
-
merge with stableFri, 20 Mar 2015 17:30:38 -0500, by Matt Mackall
-
obsolete: mark warning for translationFri, 20 Mar 2015 16:39:07 -0500, by Matt Mackall
-
subrepo: add basic support to hgsubrepo for the files commandWed, 18 Mar 2015 23:03:41 -0400, by Matt Harbison
-
mergecopies: reuse ancestry context when traversing file history (issue4537) stableFri, 20 Mar 2015 00:30:35 -0700, by Pierre-Yves David
-
adjustlinkrev: handle 'None' value as source stableThu, 19 Mar 2015 23:57:34 -0700, by Pierre-Yves David
-
adjustlinkrev: prepare source revs for ancestry only once stableThu, 19 Mar 2015 23:52:26 -0700, by Pierre-Yves David
-
subrepo: add the parent context to hgsubrepoWed, 18 Mar 2015 22:56:41 -0400, by Matt Harbison
-
fileset: add a fileset for portable filenamesThu, 19 Mar 2015 21:26:18 -0700, by Siddharth Agarwal
-
annotate: reuse ancestry context when adjusting linkrev (issue4532) stableThu, 19 Mar 2015 19:52:23 -0700, by Pierre-Yves David
-
treemanifest: make hasdir() fasterMon, 16 Mar 2015 16:01:16 -0700, by Martin von Zweigbergk
-
treemanifest: make filesnotin() fasterTue, 03 Mar 2015 13:50:06 -0800, by Martin von Zweigbergk
-
treemanifest: make diff() fasterThu, 19 Feb 2015 17:13:35 -0800, by Martin von Zweigbergk
-
treemanifest: store directory path in treemanifest nodesMon, 23 Feb 2015 10:57:57 -0800, by Martin von Zweigbergk
-
treemanifest: add configuration for using treemanifest typeThu, 19 Mar 2015 11:07:57 -0700, by Martin von Zweigbergk
-
treemanifest: create treemanifest classThu, 19 Mar 2015 11:08:42 -0700, by Martin von Zweigbergk
-
bookmarks: rewrite comparing bookmarks in commands.summary() by compare()Thu, 19 Mar 2015 23:36:06 +0900, by FUJIWARA Katsunori
-
bookmarks: remove useless diff()Thu, 19 Mar 2015 23:36:05 +0900, by FUJIWARA Katsunori
-
bookmarks: add outgoing() to replace diff() for outgoing bookmarksThu, 19 Mar 2015 23:36:05 +0900, by FUJIWARA Katsunori
-
bookmarks: add incoming() to replace diff() for incoming bookmarksThu, 19 Mar 2015 23:36:05 +0900, by FUJIWARA Katsunori
-
manifest: avoid intersectfiles for matches > 100 filesWed, 18 Mar 2015 15:59:45 -0700, by Durham Goode
-
convert: optimize convert of files that are unmodified from p2 in mergesThu, 19 Mar 2015 17:40:19 +0100, by Mads Kiilerich
-
localrepo: reuse commit of parent filectx entries without rehashingThu, 19 Mar 2015 17:36:17 +0100, by Mads Kiilerich
-
obsolete: avoid infinite loop from obs-cycle in divergence (issue4126)Thu, 19 Mar 2015 13:00:44 -0700, by Pierre-Yves David
-
tests: avoid deprecation warningThu, 19 Mar 2015 15:21:08 -0500, by Matt Mackall
-
walkchangerevs: make followfilter a top-level classThu, 19 Mar 2015 09:12:21 -0700, by Martin von Zweigbergk
-
patch._applydiff: resolve prefix with respect to the cwdThu, 19 Mar 2015 10:18:05 -0700, by Siddharth Agarwal
-
test-revert-interactive: eliminate bashism in wildcard patternFri, 20 Mar 2015 00:22:37 +0900, by Yuya Nishihara
-
devel: also warn about transaction started without a lockTue, 10 Mar 2015 21:03:45 -0700, by Pierre-Yves David
-
contrib: remove the now useless lock-checker.py extensionTue, 10 Mar 2015 21:25:11 -0700, by Pierre-Yves David
-
devel: move the lock-checking code into coreFri, 16 Jan 2015 02:51:10 -0800, by Pierre-Yves David
-
patch.pathtransform: prepend prefix even if strip is 0Wed, 18 Mar 2015 20:59:06 -0700, by Siddharth Agarwal