Mercurial > hg
graph
-
hgweb: remove unused second argument of nextPageVarGet()Mon, 15 Jan 2018 19:44:18 +0800, by Anton Shestakov
-
dispatch: handle IOError when writing to stderrSun, 14 Jan 2018 20:06:56 -0800, by Gregory Szorc
-
commandserver: restore cwd in case of exceptionSun, 14 Jan 2018 19:30:48 -0800, by Gregory Szorc
-
tests: make hg frame optionalWed, 10 Jan 2018 20:02:35 -0800, by Gregory Szorc
-
test-lfs: add tests to show that hashes remain unchanged by conversionsSat, 13 Jan 2018 22:40:33 -0500, by Matt Harbison
-
test-lfs: drop an unresolved issue note, now that lfs.track=none() is a thingSat, 13 Jan 2018 22:29:18 -0500, by Matt Harbison
-
lfs: always exclude '.hg*' text filesSat, 13 Jan 2018 20:07:14 -0500, by Matt Harbison
-
bookmarks: calculate visibility exceptions only onceMon, 15 Jan 2018 00:16:11 +0530, by Pulkit Goyal
-
log: rewrite --follow-first -rREV like --follow for consistency (BC)Sun, 10 Dec 2017 18:25:33 +0900, by Yuya Nishihara
-
log: use revsetlang.formatspec() thoroughlyTue, 02 Jan 2018 17:37:01 +0900, by Yuya Nishihara
-
log: use revsetlang.formatspec() to concatenate list expressionTue, 02 Jan 2018 17:13:18 +0900, by Yuya Nishihara
-
log: simplify 'x or ancestors(x)' expressionTue, 02 Jan 2018 17:00:48 +0900, by Yuya Nishihara
-
log: make opt2revset table a module constantTue, 02 Jan 2018 16:58:37 +0900, by Yuya Nishihara
-
revlog: group revision info into a dedicated structureSun, 14 Jan 2018 13:04:26 -0800, by Paul Morelle
-
revlog: rename 'rev' to 'base', as it is the base revisionSun, 14 Jan 2018 13:01:35 -0800, by Paul Morelle
-
revlog: separate diff computation from the collection of other infoSun, 14 Jan 2018 12:59:46 -0800, by Paul Morelle
-
revlog: introduce 'deltainfo' to distinguish from 'delta'Fri, 12 Jan 2018 18:58:44 +0100, by Paul Morelle
-
revlog: extract 'builddelta' closure function from _addrevisionFri, 12 Jan 2018 18:10:03 +0100, by Paul Morelle
-
revlog: extract 'buildtext' closure function from _addrevisionFri, 12 Jan 2018 15:55:25 +0100, by Paul Morelle
-
revlog: choose between ifh and dfh once for allSun, 14 Jan 2018 12:49:24 -0800, by Paul Morelle
-
revlog: refactor out the selection of candidate revisionsSun, 14 Jan 2018 12:46:03 -0800, by Paul Morelle
-
py3: use email.parser module to parse email messagesSat, 30 Dec 2017 00:13:56 +0530, by Pulkit Goyal
-
rust: convert Unix path to CString transparentlyFri, 12 Jan 2018 22:18:42 +0900, by Yuya Nishihara
-
rust: extract function to convert Path to platform CStringFri, 12 Jan 2018 22:09:34 +0900, by Yuya Nishihara
-
pylint: add a check for multiple statement on a single lineMon, 09 Oct 2017 11:46:27 +0200, by Boris Feld
-
style: remove multiple statement on a single line in zeroconfMon, 09 Oct 2017 11:45:21 +0200, by Boris Feld
-
style: remove multiple statement on a single lineMon, 09 Oct 2017 11:44:02 +0200, by Boris Feld
-
pylint: split command line argument on multiple linesMon, 09 Oct 2017 11:40:15 +0200, by Boris Feld
-
phabricator: use named group for parsing differential reviews linesSun, 14 Jan 2018 11:24:43 -0800, by Tom Prince
-
vfs: drop text mode flag (API)Sat, 13 Jan 2018 13:47:10 +0900, by Yuya Nishihara
-
lfs: convert EOL of hgrc before appending to bytes IOSat, 13 Jan 2018 13:41:11 +0900, by Yuya Nishihara
-
largefiles: convert EOL of hgrc before appending to bytes IOSat, 13 Jan 2018 13:33:55 +0900, by Yuya Nishihara
-
share: convert EOL of hgrc before writing to bytes IOSat, 13 Jan 2018 13:31:27 +0900, by Yuya Nishihara
-
subrepo: convert EOL of hgrc before writing to bytes IOSat, 13 Jan 2018 13:28:12 +0900, by Yuya Nishihara
-
clone: use utility function to write hgrcSat, 13 Jan 2018 13:24:17 +0900, by Yuya Nishihara
-
share: use context manager or utility function to write fileSat, 13 Jan 2018 13:23:16 +0900, by Yuya Nishihara
-
lfs: migrate most file filtering from threshold to custom filterSun, 31 Dec 2017 02:54:49 -0500, by Matt Harbison
-
test-lfs: bump the number on test repo11 and higherSun, 31 Dec 2017 12:47:36 -0500, by Matt Harbison
-
fileset: add a lightweight file filtering languageWed, 10 Jan 2018 22:23:34 -0500, by Matt Harbison
-
fileset: split the logic for matching a size expression to a separate methodWed, 10 Jan 2018 22:35:08 -0500, by Matt Harbison
-
lfs: drop deprecated remote store config optionsFri, 12 Jan 2018 23:13:38 -0500, by Matt Harbison
-
py3: use bytes instead of pycompat.bytestrFri, 12 Jan 2018 18:11:05 +0530, by Pulkit Goyal
-
test-pull-r: explicitly kill server processesFri, 12 Jan 2018 17:10:55 +0100, by Joerg Sonnenberger
-
bookmarks: add bookmarks to hidden revs if directaccess config is setFri, 05 Jan 2018 22:28:06 +0530, by Pulkit Goyal
-
visibility: pass a normal repo to _getfilteredreasonFri, 12 Jan 2018 11:15:41 +0000, by Boris Feld
-
visibility: make the filtered message translatableFri, 12 Jan 2018 11:10:18 +0000, by Boris Feld
-
visibility: fix a comment introduced before which is not up-to-dateFri, 12 Jan 2018 11:09:04 +0000, by Boris Feld
-
rust: avoid redundant 'static lifetimeWed, 10 Jan 2018 19:24:58 -0800, by Gregory Szorc
-
pull: hold wlock for the full operation when --update is usedThu, 11 Jan 2018 11:57:59 +0000, by Boris Feld
-
hgweb: drop support of browsers that don't understand <canvas> (BC)Thu, 11 Jan 2018 18:20:08 +0800, by Anton Shestakov
-
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