Mercurial > hg
graph
-
rust: add TODO about lifetime of program_name variableWed, 10 Jan 2018 19:36:45 -0800, by Gregory Szorc
-
rust: move import of PathBufWed, 10 Jan 2018 19:23:36 -0800, by Gregory Szorc
-
perf: do not import util.queueWed, 10 Jan 2018 21:09:57 -0800, by Jun Wu
-
rust: move Cargo.lockWed, 10 Jan 2018 19:08:51 -0800, by Gregory Szorc
-
run-tests: fix regular expression for path testWed, 10 Jan 2018 19:04:52 -0800, by Gregory Szorc
-
perf: add threading capability to perfbdiffSun, 17 Dec 2017 04:31:27 +0100, by Boris Feld
-
upgraderepo: select correct deltareuse depending on actionsWed, 10 Jan 2018 17:24:25 +0100, by Paul Morelle
-
revsetlang: add %p specifier to format list of function argumentsTue, 02 Jan 2018 18:35:11 +0900, by Yuya Nishihara
-
revsetlang: unnest inner functions from formatspec()Tue, 02 Jan 2018 21:05:40 +0900, by Yuya Nishihara
-
revsetlang: fix quoting of %ls stringSat, 01 Apr 2017 17:51:56 +0900, by Yuya Nishihara
-
revsetlang: catch invalid value passed to formatspec()Sat, 01 Apr 2017 17:44:07 +0900, by Yuya Nishihara
-
revsetlang: check incomplete revspec format characterSat, 01 Apr 2017 17:28:28 +0900, by Yuya Nishihara
-
revsetlang: check number of arguments passed to formatspec()Sat, 01 Apr 2017 17:25:45 +0900, by Yuya Nishihara
-
revsetlang: catch invalid format character with %l prefixSat, 01 Apr 2017 17:18:31 +0900, by Yuya Nishihara
-
py3: add 8 new passing tests to the whitelistFri, 29 Dec 2017 06:32:17 +0530, by Pulkit Goyal
-
py3: use list() to get a list of items using dict.items()Fri, 29 Dec 2017 05:33:36 +0530, by Pulkit Goyal
-
py3: convert dict keys' to str before passing as kwargsFri, 29 Dec 2017 05:31:27 +0530, by Pulkit Goyal
-
py3: make sure we open the file to write in bytes modeFri, 29 Dec 2017 05:29:57 +0530, by Pulkit Goyal
-
py3: don't use dict.iterkeys()Fri, 29 Dec 2017 05:47:17 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr() instead of str()Fri, 29 Dec 2017 05:29:04 +0530, by Pulkit Goyal
-
py3: make regular expressions bytes by prepending b''Fri, 29 Dec 2017 05:28:05 +0530, by Pulkit Goyal
-
py3: slice on bytes instead of indexingFri, 29 Dec 2017 05:27:00 +0530, by Pulkit Goyal
-
py3: use node.hex(h.digest()) instead of h.hexdigest()Fri, 29 Dec 2017 05:25:27 +0530, by Pulkit Goyal
-
tests: make autodiff.py work on Python 3Fri, 29 Dec 2017 05:22:06 +0530, by Pulkit Goyal
-
py3: use pycompat.ziplist instead of inbuilt zipFri, 29 Dec 2017 03:32:04 +0530, by Pulkit Goyal
-
py3: use bytes and open() instead of file() in test-diff-upgrade.tFri, 29 Dec 2017 05:35:57 +0530, by Pulkit Goyal
-
exchange: use context manager for locks and transaction in unbundle()Wed, 10 Jan 2018 11:02:20 -0800, by Martin von Zweigbergk
-
bookmarks: use context managers for locks and transaction in pushbookmark()Wed, 10 Jan 2018 10:49:12 -0800, by Martin von Zweigbergk
-
bookmarks: use context managers for lock and transaction in update()Wed, 10 Jan 2018 10:47:13 -0800, by Martin von Zweigbergk
-
phase: use context managers for lock and transactionWed, 10 Jan 2018 10:44:21 -0800, by Martin von Zweigbergk
-
obsolete: use context manager for transaction in pushmarker()Wed, 10 Jan 2018 10:33:11 -0800, by Martin von Zweigbergk
-
obsolete: use context manager for lock in pushmarker()Wed, 10 Jan 2018 10:32:16 -0800, by Martin von Zweigbergk
-
obsolete: use context manager for transaction in createmarkers()Wed, 10 Jan 2018 10:30:51 -0800, by Martin von Zweigbergk
-
visibility: improve the message when accessing filtered obsolete revFri, 05 Jan 2018 09:12:08 +0100, by Boris Feld
-
tests: add b'' to string literals where bytes are requiredFri, 29 Dec 2017 03:37:36 +0530, by Pulkit Goyal
-
rust: implementation of `hg`Wed, 10 Jan 2018 08:53:22 -0800, by Gregory Szorc
-
lfs: improve the error message for a missing remote blobSun, 07 Jan 2018 15:21:16 -0500, by Matt Harbison
-
filelog: add the ability to report the user facing nameSun, 07 Jan 2018 15:01:59 -0500, by Matt Harbison
-
hgweb: make different kinds of commits look differently on /graphTue, 19 Dec 2017 20:41:25 +0800, by Anton Shestakov
-
clonebundle: make it possible to retrieve the initial bundle through largefileThu, 21 Dec 2017 13:58:11 +0100, by Boris Feld
-
largefiles: add support for 'largefiles://' url schemeThu, 21 Dec 2017 13:57:57 +0100, by Boris Feld
-
largefiles: add a 'debuglfput' command to put largefile into the storeThu, 21 Dec 2017 13:53:26 +0100, by Boris Feld
-
debug: add a 'debugdownload' commandFri, 15 Dec 2017 09:30:16 +0100, by Boris Feld
-
revsetlang: raise ParseError to report invalid format characterSat, 01 Apr 2017 17:12:48 +0900, by Yuya Nishihara
-
revsetlang: use iterator to track current argument in formatspec()Sat, 01 Apr 2017 17:04:49 +0900, by Yuya Nishihara
-
revsetlang: unnest "if True" in formatrevspec()Sat, 01 Apr 2017 16:56:47 +0900, by Yuya Nishihara
-
revsetlang: use str.find() to scan expr in formatspec()Sat, 01 Apr 2017 16:55:28 +0900, by Yuya Nishihara
-
revsetlang: avoid string concatenation in formatspec()Sat, 01 Apr 2017 16:50:11 +0900, by Yuya Nishihara
-
test-glog: hook cmdutil.getlogrevs() so -frREV is rewritten accordinglyThu, 04 Jan 2018 12:30:55 +0900, by Yuya Nishihara
-
test-glog: dump computed setWed, 03 Jan 2018 17:12:30 +0900, by Yuya Nishihara
-
test-glog: drop uninteresting nodes from AST outputWed, 03 Jan 2018 17:09:16 +0900, by Yuya Nishihara
-
lfs: remove the verification option when writing to the local storeSun, 07 Jan 2018 01:14:52 -0500, by Matt Harbison
-
lfs: use the localstore download method to transfer from remote storesThu, 21 Dec 2017 21:20:00 -0500, by Matt Harbison
-
lfs: introduce a localstore method for downloading from remote storesThu, 21 Dec 2017 18:56:04 -0500, by Matt Harbison
-
win32: do not call GetVolumePathName() with the minimum buffer lengthTue, 02 Jan 2018 12:14:08 +0900, by Yuya Nishihara
-
win32: allocate buffer of maximum length for GetVolumeInformation()Tue, 02 Jan 2018 12:02:25 +0900, by Yuya Nishihara
-
log: drop unused expr from return value of getlogrevs()Sun, 22 Oct 2017 22:49:11 +0900, by Yuya Nishihara
-
log: don't expand aliases in revset built from command optionsThu, 04 Jan 2018 12:00:18 +0900, by Yuya Nishihara
-
graphlog: remove redundant check for empty revsSun, 22 Oct 2017 22:52:36 +0900, by Yuya Nishihara
-
log: remove redundant handling of --limitSun, 22 Oct 2017 22:38:16 +0900, by Yuya Nishihara
-
log: use smartset.slice() to limit number of revisions to be displayedSun, 22 Oct 2017 23:04:07 +0900, by Yuya Nishihara
-
log: merge getlogrevs() and getgraphlogrevs()Thu, 04 Jan 2018 10:51:41 +0900, by Yuya Nishihara
-
revset: parse x^:: as (x^):: (issue5764)Sat, 30 Dec 2017 17:55:23 +0900, by Yuya Nishihara
-
run-tests: avoid set PYTHONUSERBASE environment variable to None stableMon, 08 Jan 2018 13:52:43 +0100, by Mihai Popescu
-
identify: document -r. explicitly how to disable wdir scanning (issue5622) stableSun, 07 Jan 2018 15:56:58 +0900, by Yuya Nishihara
-
lfs: add a comment to describe subtle local blobstore open() behaviorFri, 05 Jan 2018 21:48:29 -0500, by Matt Harbison
-
tests: make #testcase available as env var in testFri, 05 Jan 2018 11:53:33 -0800, by Martin von Zweigbergk
-
archive: add support to specify hidden revs if directaccess config is setFri, 05 Jan 2018 19:30:37 +0530, by Pulkit Goyal
-
annotate: add support to specify hidden revs if directaccess config is setFri, 05 Jan 2018 19:23:30 +0530, by Pulkit Goyal
-
hgweb: stop adding strings to innerHTML of #graphnodes and #nodebgs (BC)Fri, 05 Jan 2018 19:30:30 +0800, by Anton Shestakov
-
spartan: make actual changeset entries have backgrounds on /graphFri, 05 Jan 2018 19:22:05 +0800, by Anton Shestakov
-
gitweb: make actual changeset entries have backgrounds on /graphFri, 05 Jan 2018 19:16:08 +0800, by Anton Shestakov
-
monoblue: make actual changeset entries have backgrounds on /graphFri, 05 Jan 2018 19:08:00 +0800, by Anton Shestakov
-
paper: make actual changeset entries have backgrounds on /graphFri, 05 Jan 2018 18:46:06 +0800, by Anton Shestakov
-
crecord: fallback to color = no when curses.use_default_colors() failsThu, 04 Jan 2018 12:34:40 +0100, by Elmar Bartel
-
crecord: honor "ui.color = no" config optionThu, 04 Jan 2018 12:12:07 +0100, by Elmar Bartel
-
lfs: use the local store method for opening a blobTue, 02 Jan 2018 21:46:57 -0500, by Matt Harbison
-
lfs: add a local store method for opening a blobTue, 02 Jan 2018 21:18:30 -0500, by Matt Harbison
-
hgdemandimport: use correct hyperlink to python-bug in comments (issue5765)Fri, 05 Jan 2018 17:23:55 +0530, by Pulkit Goyal
-
monoblue: adjust font size of graph entriesWed, 03 Jan 2018 10:37:49 +0800, by Anton Shestakov
-
hgweb: make .info a block element by defaultWed, 03 Jan 2018 09:41:01 +0800, by Anton Shestakov
-
revlog: don't use slicing to return parentsMon, 25 Dec 2017 16:31:14 -0700, by Gregory Szorc
-
tests: switch test from '--config ui.editor=~/foo' to HGEDITOR=~/fooThu, 04 Jan 2018 16:29:03 -0800, by Kyle Lippincott
-
revert: support reverting to hidden cset if directaccess config is setWed, 27 Dec 2017 00:24:53 +0530, by Pulkit Goyal
-
update: support updating to hidden cset if directaccess config is setWed, 27 Dec 2017 00:14:00 +0530, by Pulkit Goyal
-
commands: check for empty rev before passing to scmutil.unhidehashlikerevsTue, 26 Dec 2017 22:54:45 +0530, by Pulkit Goyal
-
test-convert-cvs: change TZ=US/Hawaii to TZ=Pacific/JohnstonMon, 01 Jan 2018 16:48:31 +0100, by Elmar Bartel
-
osutil: implement getfsmountpoint() on BSD systemsFri, 29 Dec 2017 23:55:52 -0500, by Matt Harbison
-
debugfs: display the tested path and mount point of the filesystem, if knownFri, 29 Dec 2017 23:50:42 -0500, by Matt Harbison
-
util: add a function to show the mount point of the filesystemFri, 29 Dec 2017 22:54:14 -0500, by Matt Harbison
-
win32: split a utility function to obtain the volume out of getfstype()Fri, 29 Dec 2017 22:15:37 -0500, by Matt Harbison
-
util: whitelist NTFS for hardlink creation (issue4580)Sat, 30 Dec 2017 21:15:12 -0500, by Matt Harbison
-
win32: implement util.getfstype()Fri, 29 Dec 2017 21:28:19 -0500, by Matt Harbison
-
util: move getfstype() to the platform modulesSat, 30 Dec 2017 21:07:03 -0500, by Matt Harbison
-
graphlog: add another graph node type, unstable, using character "*" (BC)Fri, 22 Dec 2017 23:17:04 +0800, by Anton Shestakov
-
largefiles: modernize how capabilities are added to the wire protocolTue, 26 Dec 2017 23:40:49 -0500, by Matt Harbison
-
lfs: show a friendly message when pushing lfs to a server without lfs enabledSat, 23 Dec 2017 17:49:12 -0500, by Matt Harbison
-
lfs: allow non-lfs exchanges when the extension is only enabled on one sideSun, 24 Dec 2017 01:26:36 -0500, by Matt Harbison
-
lfs: add the 'lfs' requirement in the changegroup transaction introducing lfsSat, 23 Dec 2017 23:51:40 -0500, by Matt Harbison
-
test-lfs: add tests covering http exchangesSat, 23 Dec 2017 15:07:24 -0500, by Matt Harbison
-
test-lfs: add tests covering local exchangesFri, 22 Dec 2017 14:53:54 -0500, by Matt Harbison
-
smartset: split generatorset classes to avoid cycleWed, 27 Dec 2017 11:08:32 -0700, by Gregory Szorc
-
merge: raise before running mergedriver if using IMMWed, 27 Dec 2017 13:53:21 -0600, by Phil Cohen
-
scmutil: use a tuple of possible values instead of using startswith()Tue, 26 Dec 2017 22:56:07 +0530, by Pulkit Goyal
-
show: use revlog function to compute length of the longest shortest nodeMon, 25 Dec 2017 22:56:59 +0900, by Yuya Nishihara
-
commands: use the new API to access hidden changesets in various commandsTue, 19 Dec 2017 11:20:35 +0530, by Pulkit Goyal
-
scmutil: add utility fn to return repo object with user passed revs unhiddenFri, 15 Dec 2017 04:31:29 +0530, by Pulkit Goyal
-
repoview: add a new filtername for accessing hidden commitsMon, 18 Dec 2017 17:50:02 +0530, by Pulkit Goyal
-
revsetlang: add utility function to return hash like symbols from the treeFri, 15 Dec 2017 04:25:32 +0530, by Pulkit Goyal
-
repoview: add visibilityexception argument to filterrevs() and related fnsFri, 22 Dec 2017 22:19:42 +0530, by Pulkit Goyal
-
repoview: add visibilityexceptions as an optional argument to repo.filtered()Fri, 22 Dec 2017 17:57:11 +0530, by Pulkit Goyal
-
streamclone: move wire protocol status code from wireproto commandSun, 24 Dec 2017 11:46:13 -0700, by Gregory Szorc
-
histedit: add ui.log for action countFri, 22 Dec 2017 15:25:34 -0600, by Phil Cohen
-
run-tests: extract sorting of tests to own functionFri, 22 Dec 2017 17:04:08 -0700, by Gregory Szorc
-
run-tests: remove dead code related to temp directoryFri, 22 Dec 2017 12:22:43 -0700, by Gregory Szorc
-
rebase: switch ui.log calls to common styleFri, 22 Dec 2017 13:13:45 -0600, by Phil Cohen
-
hgweb: link to successors of obsoleted changesetsFri, 22 Dec 2017 21:25:46 +0800, by Anton Shestakov
-
hgweb: display fate of obsolete changesetsTue, 21 Nov 2017 17:03:41 +0800, by Anton Shestakov
-
test-ssh: stabilize for WindowsSat, 16 Dec 2017 18:58:02 -0500, by Matt Harbison
-
templater: register keywords to defaults tableFri, 22 Dec 2017 21:19:29 +0900, by Yuya Nishihara
-
templater: drop unneeded resources from conflict-marker dataFri, 22 Dec 2017 21:22:49 +0900, by Yuya Nishihara
-
templater: rewrite docstring of templater.__init__()Fri, 22 Dec 2017 21:12:17 +0900, by Yuya Nishihara
-
rebase: don't take out a dirstate guard for in-memory rebaseFri, 22 Dec 2017 00:44:36 -0600, by Phil Cohen
-
test-split: stabilize for WindowsFri, 22 Dec 2017 02:38:08 -0500, by Matt Harbison
-
lfs: use ui.note() and ui.debug() instead of ui.write() and their flagsThu, 21 Dec 2017 23:31:46 -0500, by Matt Harbison
-
lfs: only hardlink between the usercache and local store if the blob verifiesThu, 21 Dec 2017 14:13:39 -0500, by Matt Harbison
-
lfs: verify lfs object content when transferring to and from the remote storeFri, 17 Nov 2017 00:06:45 -0500, by Matt Harbison
-
lfs: narrow the exceptions that trigger a transfer retryMon, 04 Dec 2017 21:41:04 -0500, by Matt Harbison
-
test-lfs: add tests around corrupted lfs objectsThu, 16 Nov 2017 22:52:53 -0500, by Matt Harbison
-
lfs: add note messages indicating what store holds the lfs blobTue, 19 Dec 2017 17:53:44 -0500, by Matt Harbison
-
tests: teach `f` to handle sha256 checksumsWed, 20 Dec 2017 20:46:33 -0500, by Matt Harbison
-
tests: fix a bug in `f` that prevented calculating sha1sum on a fileWed, 20 Dec 2017 20:41:12 -0500, by Matt Harbison
-
templater: look up symbols/resources as if they were separated (issue5699)Thu, 21 Dec 2017 22:17:39 +0900, by Yuya Nishihara
-
templater: move repo, ui and cache to per-engine resourcesThu, 21 Dec 2017 22:05:30 +0900, by Yuya Nishihara
-
templater: keep default resources per template engine (API)Thu, 21 Dec 2017 21:29:06 +0900, by Yuya Nishihara
-
templater: look up mapping table through template engineThu, 21 Dec 2017 21:03:25 +0900, by Yuya Nishihara
-
debug: add newlines at the end of three locations that appear to need itMon, 18 Dec 2017 17:33:43 -0800, by Kyle Lippincott
-
debug: remove an 'if ui.debug()' that is not doing anythingMon, 18 Dec 2017 17:33:08 -0800, by Kyle Lippincott
-
paper: minor adjustments to table stylesThu, 21 Dec 2017 21:35:20 +0800, by Anton Shestakov
-
filemerge: only raise InMemoryMergeConflictsError when running _xmergeWed, 20 Dec 2017 17:22:16 -0600, by Phil Cohen
-
journal: use pagerWed, 20 Dec 2017 16:44:35 -0800, by Jun Wu
-
commandserver: unblock SIGCHLDWed, 20 Dec 2017 11:35:38 -0800, by Jun Wu
-
osutil: add a function to unblock signalsWed, 20 Dec 2017 02:13:35 -0800, by Jun Wu
-
sshpeer: move docstring to topMon, 18 Dec 2017 21:15:53 +0900, by Yuya Nishihara
-
log: make "slowpath" condition slightly more readableTue, 19 Dec 2017 21:41:39 +0900, by Yuya Nishihara
-
completion: add support for new "amend" commandMon, 18 Dec 2017 11:23:51 -0800, by Martin von Zweigbergk
-
completion: don't suggest clean files to revertMon, 18 Dec 2017 09:58:04 -0800, by Martin von Zweigbergk
-
split: new extension to split changesetsSat, 24 Jun 2017 23:03:41 -0700, by Jun Wu
-
merge with stableTue, 19 Dec 2017 16:27:24 -0500, by Augie Fackler
-
worker: handle interrupt on windowsMon, 18 Dec 2017 15:18:37 -0800, by Wojciech Lis
-
lfs: fix committing deleted files caused by e0a1b9ee93cdMon, 18 Dec 2017 14:37:00 -0800, by Jun Wu
-
tests: update expected output of svn encoding testMon, 18 Dec 2017 13:15:10 -0500, by Augie Fackler
-
run-tests: use context managers for file descriptorsSun, 17 Dec 2017 14:06:49 -0500, by Matt Harbison
-
run-tests: add substitution patterns for common '\' path output on WindowsTue, 12 Dec 2017 20:11:13 -0500, by Matt Harbison
-
debuginstall: add a line about re2 availabilityMon, 27 Nov 2017 18:48:36 -0500, by Boris Feld
-
tests: fix the check-code rule for testing non-existent filesSat, 16 Dec 2017 12:34:40 -0500, by Matt Harbison
-
tests: convert the 'file://\$TESTTMP' rule to an automatic substitutionSat, 16 Dec 2017 11:32:10 -0500, by Matt Harbison
-
help: deprecate ui.slash in favor of slashpath template filter (issue5572)Sat, 21 Oct 2017 17:27:14 +0900, by Yuya Nishihara
-
templatefilters: add slashpath() to convert path separator to slashSat, 21 Oct 2017 17:19:02 +0900, by Yuya Nishihara
-
check-code: remove unused variable 'winglobmsg'Thu, 14 Dec 2017 22:26:46 +0900, by Yuya Nishihara
-
phases: initialize number of loaded revisions to 0Thu, 14 Dec 2017 22:37:10 +0900, by Yuya Nishihara
-
phases: rename _phasemaxrev to _loadedrevslen to clarify it isn't max valueThu, 14 Dec 2017 22:35:37 +0900, by Yuya Nishihara
-
lfs: add an experimental config to override User-Agent for the blob transferTue, 12 Dec 2017 15:16:02 -0500, by Matt Harbison
-
lfs: add git to the User-Agent header for blob transfersThu, 14 Dec 2017 13:04:08 -0500, by Matt Harbison
-
outgoing: respect ":pushurl" paths (issue5365)Thu, 14 Dec 2017 15:03:55 -0800, by Hollis Blanchard
-
tests: test-pathconflicts-merge.t requires symlinksFri, 15 Dec 2017 17:52:38 -0500, by Augie Fackler
-
sshpeer: allow for additional environment passing to ssh exeThu, 14 Dec 2017 14:31:57 +0000, by Kostia Balytskyi
-
unamend: allow unamending if allowunstable is setWed, 13 Dec 2017 17:03:39 -0800, by Martin von Zweigbergk
-
rebase: add ui.log calls for whether IMM used, whether rebasing WCPWed, 13 Dec 2017 10:29:22 -0800, by Phil Cohen
-
lfs: using workers in lfs prefetchMon, 11 Dec 2017 17:02:02 -0800, by Wojciech Lis
-
worker: make windows workers daemonsThu, 30 Nov 2017 16:01:53 -0800, by Wojciech Lis
-
workers: add config to enable/diable workersSun, 17 Dec 2017 11:26:25 -0800, by Wojciech Lis
-
diff: disable diff.noprefix option for diffstat (issue5759) stableSun, 17 Dec 2017 18:43:05 +0900, by Yuya Nishihara
-
hgweb: disable diff.noprefix option for diffstat stableSun, 17 Dec 2017 18:28:15 +0900, by Yuya Nishihara
-
workers: handling exceptions in windows workersMon, 20 Nov 2017 10:27:41 -0800, by Wojciech Lis
-
workers: implemented worker on windowsMon, 20 Nov 2017 10:25:29 -0800, by Wojciech Lis
-
workers: don't use backgroundfilecloser in threadsMon, 11 Dec 2017 16:51:13 -0800, by Wojciech Lis
-
debugssl: convert port number to int (issue5757) stableThu, 14 Dec 2017 22:07:46 +0900, by Yuya Nishihara
-
debugdiscovery: correct and clean up command synopsisFri, 15 Dec 2017 08:47:28 -0800, by Martin von Zweigbergk
-
copies: group wdir-handling in one placeThu, 14 Dec 2017 00:25:03 -0800, by Martin von Zweigbergk
-
copies: extract method for getting non-wdir forward copiesThu, 14 Dec 2017 00:18:38 -0800, by Martin von Zweigbergk
-
copies: consistently use """ for docstringsThu, 14 Dec 2017 08:27:22 -0800, by Martin von Zweigbergk
-
copies: always respect matcher arg to _forwardcopies()Mon, 11 Dec 2017 10:24:38 -0800, by Martin von Zweigbergk
-
debugdiscovery: drop reference to non-existent --remote-head optionWed, 13 Dec 2017 11:21:25 -0800, by Martin von Zweigbergk
-
debugdiscovery: drop reference to non-existent --serverlog optionWed, 13 Dec 2017 11:20:52 -0800, by Martin von Zweigbergk
-
debugdiscovery: drop reference to invalid --branch optionWed, 13 Dec 2017 11:19:24 -0800, by Martin von Zweigbergk
-
tests: avoid echo with backslash escapesThu, 14 Dec 2017 22:30:03 -0800, by Martin von Zweigbergk
-
hgweb: stop using HTML comments in <script>Fri, 15 Dec 2017 12:15:58 +0800, by Anton Shestakov
-
merge with stableThu, 14 Dec 2017 16:01:28 -0500, by Augie Fackler
-
statprof: remove a line of deadcodeThu, 14 Dec 2017 20:18:15 +0000, by Alex Gaynor
-
extdata: abort if external command exits with non-zero status (BC)Sun, 01 Oct 2017 12:21:50 +0100, by Yuya Nishihara
-
hgweb: update graph function docstringThu, 14 Dec 2017 21:30:00 +0800, by Anton Shestakov
-
rebase: fix for hgsubversionTue, 12 Dec 2017 22:05:21 -0800, by Phil Cohen
-
hgweb: render next pages on /graph incrementallyMon, 11 Dec 2017 15:43:56 +0800, by Anton Shestakov
-
hgweb: split graphdata() into jsdata() and nodes()Mon, 11 Dec 2017 13:47:58 +0800, by Anton Shestakov
-
hgweb: calculate <canvas> width and height client-sideSun, 10 Dec 2017 15:56:22 +0800, by Anton Shestakov
-
hgweb: filter graphmod.colored() output before iterating over itFri, 08 Dec 2017 21:50:11 +0800, by Anton Shestakov
-
py3: introduce pycompat.ziplist as zip is a generator on Python 3Mon, 11 Dec 2017 05:56:35 +0530, by Pulkit Goyal
-
py3: pass bytes from extension to ui.write() in test-revlog-mmapindex.tMon, 11 Dec 2017 05:26:46 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in hgext/record.pySun, 10 Dec 2017 06:36:48 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in bundlerepo.pySun, 10 Dec 2017 06:36:35 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in debugcommands.pySun, 10 Dec 2017 06:36:20 +0530, by Pulkit Goyal
-
memfilectx: make changectx argument mandatory in constructor (API)Mon, 11 Dec 2017 09:27:40 -0800, by Martin von Zweigbergk
-
debugbuilddag: create filectx instance in 'filectxfn' callbackSat, 09 Dec 2017 14:22:12 -0800, by Martin von Zweigbergk
-
synthrepo: create filectx instance in 'filectxfn' callbackSat, 09 Dec 2017 14:15:30 -0800, by Martin von Zweigbergk
-
lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo'sTue, 12 Dec 2017 20:28:38 -0500, by Matt Harbison
-
lfs: correct the directory list value returned by lfsvfs.walk()Tue, 12 Dec 2017 20:22:38 -0500, by Matt Harbison
-
debuglocks: allow setting a lockSun, 12 Nov 2017 15:34:46 +0100, by Paul Morelle
-
debuglocks: add tests (and fix typo in early return)Sun, 12 Nov 2017 15:34:19 +0100, by Paul Morelle
-
tests: remove (glob) annotations that were only for '\' matchesSun, 10 Dec 2017 22:50:57 -0500, by Matt Harbison
-
check-code: drop the rules for adding (glob) for Windows pathsSun, 10 Dec 2017 22:45:35 -0500, by Matt Harbison
-
run-tests: stop automatically adding a (glob) for bundle backup linesSun, 10 Dec 2017 19:21:48 -0500, by Matt Harbison
-
histedit: preserve active branch while histediting stableTue, 12 Dec 2017 18:22:11 +0100, by Boris Feld
-
hgweb: implement json-graphThu, 07 Dec 2017 17:18:29 +0800, by Anton Shestakov
-
rebase: replace --inmemory flag with rebase.experimental.inmemory configMon, 11 Dec 2017 22:16:13 -0800, by Phil Cohen
-
tests: add some commentary and diagnostics to test-run-tests.tMon, 11 Dec 2017 09:37:11 -0500, by Augie Fackler
-
tests: add commit hashes to log commands in rebase testsSun, 10 Dec 2017 21:57:37 -0800, by Phil Cohen
-
tests: add a simple test for in-memory rebaseSun, 10 Dec 2017 22:39:46 -0800, by Phil Cohen
-
patch: do not break up multibyte character when highlighting wordMon, 11 Dec 2017 22:38:31 +0900, by Yuya Nishihara
-
run-tests: accept '\' vs '/' path differences without '(glob)'Sun, 10 Dec 2017 00:16:11 -0500, by Matt Harbison
-
run-tests: suggest a (glob) for os.path.sep mismatches with '\r\n' EOL tooSun, 10 Dec 2017 00:00:36 -0500, by Matt Harbison
-
tests: stabilize the sorted output of list-tree.py on WindowsSat, 09 Dec 2017 23:46:44 -0500, by Matt Harbison
-
upgrade: simplify workaround for repo.ui.copy()Sun, 10 Dec 2017 19:43:35 +0900, by Yuya Nishihara
-
debugformat: embed raw values in JSON and template outputSun, 10 Dec 2017 19:41:49 +0900, by Yuya Nishihara
-
debugformat: flush formatter output per itemSun, 10 Dec 2017 19:39:39 +0900, by Yuya Nishihara
-
tests: use Python to write binary data in lfs test instead of shellSat, 09 Dec 2017 19:42:51 -0600, by Augie Fackler
-
py3: add 32 new tests passing to the whitelistSun, 10 Dec 2017 05:41:05 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in wireproto.pySun, 10 Dec 2017 04:50:16 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in ui.pySun, 10 Dec 2017 04:50:03 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in templater.pySun, 10 Dec 2017 04:49:53 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in subrepo.pySun, 10 Dec 2017 04:49:40 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in statprof.pySun, 10 Dec 2017 04:49:29 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in sslutil.pySun, 10 Dec 2017 04:48:59 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in simplemerge.pySun, 10 Dec 2017 04:48:24 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in revset.pySun, 10 Dec 2017 04:48:12 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in patch.pySun, 10 Dec 2017 04:48:00 +0530, by Pulkit Goyal
-
py3: handle keyword arguments correctly in obsolete.pySun, 10 Dec 2017 04:47:49 +0530, by Pulkit Goyal