Mercurial > hg
graph
-
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