Mercurial > hg
graph
-
revset: remove part of the commonancestors() comment stableTue, 25 Sep 2018 16:14:57 -0400, by Valentin Gatien-Baron
-
revset: make commonancestors(x + x^) be ::(x^), not ::x stableTue, 25 Sep 2018 16:05:21 -0400, by Valentin Gatien-Baron
-
revset: add test demonstrating a bug with commonancestor() stableTue, 25 Sep 2018 15:27:41 -0400, by Valentin Gatien-Baron
-
revset: fix commonancestor test so it demonstrates correct behavior stableTue, 25 Sep 2018 16:03:14 -0400, by Valentin Gatien-Baron
-
annotate: pass in wdir rev and node to formatter (BC)Sat, 15 Sep 2018 17:26:23 +0900, by Yuya Nishihara
-
annotate: pass around full hex node until formatting plain outputSat, 15 Sep 2018 17:26:22 +0900, by Yuya Nishihara
-
log: fill in pseudo rev and node as wdir() manifest identifiersSat, 15 Sep 2018 17:26:21 +0900, by Yuya Nishihara
-
log: have changesetformatter fill in wdir() rev and node (BC)Sat, 15 Sep 2018 17:26:20 +0900, by Yuya Nishihara
-
hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)Sun, 23 Sep 2018 16:11:01 +0900, by Yuya Nishihara
-
hgweb: register web.static to the config tableSun, 23 Sep 2018 16:15:48 +0900, by Yuya Nishihara
-
help: document web.static configSun, 23 Sep 2018 17:01:26 +0900, by Yuya Nishihara
-
py3: use pycompat.strkwargs() in contrib/simplemergeMon, 24 Sep 2018 00:00:04 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in contrib/simplemergeSun, 23 Sep 2018 23:59:35 +0300, by Pulkit Goyal
-
tests: use assertTrue() instead of assert_() in test-bdiff.pySun, 23 Sep 2018 23:39:07 +0300, by Pulkit Goyal
-
py3: use '%d' for integers instead of '%s'Sun, 23 Sep 2018 23:35:38 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-bdiff.pySun, 23 Sep 2018 23:34:22 +0300, by Pulkit Goyal
-
py3: fix kwargs handling in hgext/absorb.pySun, 23 Sep 2018 22:57:17 +0300, by Pulkit Goyal
-
filelog: stop proxying headrevs() (API)Tue, 18 Sep 2018 19:26:44 -0700, by Gregory Szorc
-
hgweb: use heads() instead of headrevs()Tue, 18 Sep 2018 19:00:17 -0700, by Gregory Szorc
-
filelog: record what's using attributesTue, 18 Sep 2018 18:56:02 -0700, by Gregory Szorc
-
filelog: stop proxying datafile (API)Tue, 18 Sep 2018 18:21:47 -0700, by Gregory Szorc
-
filelog: stop proxying _addrevision() (API)Tue, 18 Sep 2018 18:03:41 -0700, by Gregory Szorc
-
filelog: stop proxying compress() (API)Tue, 18 Sep 2018 17:57:36 -0700, by Gregory Szorc
-
filelog: stop proxying start(), end(), and length() (API)Tue, 18 Sep 2018 17:56:15 -0700, by Gregory Szorc
-
revlog: move censor logic out of censor extensionTue, 18 Sep 2018 17:51:43 -0700, by Gregory Szorc
-
global: replace most uses of RevlogError with StorageError (API)Tue, 18 Sep 2018 16:47:09 -0700, by Gregory Szorc
-
error: introduce StorageErrorTue, 18 Sep 2018 16:45:13 -0700, by Gregory Szorc
-
revlog: drop LookupError alias (API)Tue, 18 Sep 2018 16:28:17 -0700, by Gregory Szorc
-
revlog: drop some more error aliases (API)Tue, 18 Sep 2018 16:24:36 -0700, by Gregory Szorc
-
revlog: drop RevlogError alias (API)Tue, 18 Sep 2018 16:18:37 -0700, by Gregory Szorc
-
testing: add interface unit tests for file storageTue, 18 Sep 2018 16:52:11 -0700, by Gregory Szorc
-
narrow: remove narrowrevlogTue, 18 Sep 2018 15:32:11 -0700, by Gregory Szorc
-
localrepo: enable ellipsis flag on revlogs when repo is narrowThu, 13 Sep 2018 15:57:18 -0700, by Gregory Szorc
-
revlog: add opener option to enable ellipsis flag processorThu, 13 Sep 2018 15:52:42 -0700, by Gregory Szorc
-
revlog: store flag processors per revlogThu, 13 Sep 2018 15:48:53 -0700, by Gregory Szorc
-
revlog: define ellipsis flag processors in coreWed, 05 Sep 2018 13:29:22 -0700, by Gregory Szorc
-
narrow: remove custom filelog typeWed, 05 Sep 2018 12:44:25 -0700, by Gregory Szorc
-
filelog: custom filelog to be used with narrow reposThu, 13 Sep 2018 16:02:22 -0700, by Gregory Szorc
-
localrepo: iteratively derive local repository typeTue, 18 Sep 2018 15:29:42 -0700, by Gregory Szorc
-
localrepo: pass root manifest into manifestlog.__init__Tue, 18 Sep 2018 15:15:24 -0700, by Gregory Szorc
-
py3: create built in exceptions with str type messages in win32.pyFri, 21 Sep 2018 21:44:27 -0400, by Matt Harbison
-
tests: stabilize test-shelve.t#phasebased for #no-symlink and #no-execbitSat, 22 Sep 2018 12:11:48 -0400, by Matt Harbison
-
debugdirstate: deprecate --nodates in favor of --no-datesThu, 20 Sep 2018 21:35:01 -0700, by Martin von Zweigbergk
-
py3: fix a type error in hghave.has_hardlinkFri, 21 Sep 2018 00:37:03 -0400, by Matt Harbison
-
narrow: remove hack to read narowspec from shared .hg directoryFri, 21 Sep 2018 09:34:41 -0700, by Martin von Zweigbergk
-
streamclone: reimplement nested context managerFri, 21 Sep 2018 11:43:46 -0400, by Augie Fackler
-
bundle2: grab kwarg using sysstrFri, 21 Sep 2018 11:44:08 -0400, by Augie Fackler
-
py3: mark another passing testFri, 21 Sep 2018 11:15:55 -0400, by Augie Fackler
-
bookmarks: remove --active in favor of --listSat, 15 Sep 2018 12:47:49 +0900, by Yuya Nishihara
-
bookmarks: add explicit option to list bookmarks of the given namesSat, 15 Sep 2018 12:44:23 +0900, by Yuya Nishihara
-
bookmarks: reject --delete with --inactive which makes no senseSat, 15 Sep 2018 12:34:13 +0900, by Yuya Nishihara
-
bookmarks: parse out --inactive to action earlySat, 15 Sep 2018 12:32:01 +0900, by Yuya Nishihara
-
bookmarks: parse out implicit "add" action earlySat, 15 Sep 2018 12:25:19 +0900, by Yuya Nishihara
-
bookmarks: clarify that opts['rename'] points to an old bookmark to be renamedSat, 15 Sep 2018 12:07:38 +0900, by Yuya Nishihara
-
bookmarks: refactor option checking to pick one from --delete/rename/activeSat, 15 Sep 2018 12:04:29 +0900, by Yuya Nishihara
-
bookmarks: convert opts to bytes dict earlySat, 15 Sep 2018 11:51:15 +0900, by Yuya Nishihara
-
bookmarks: pass in formatter to printbookmarks() instead of opts (API)Sat, 15 Sep 2018 11:50:07 +0900, by Yuya Nishihara
-
strip: ignore orphaned internal changesets while computing safe strip rootsWed, 19 Sep 2018 17:09:01 +0200, by Boris Feld
-
shelve: no longer strip internal commit when using internal phaseWed, 06 Jun 2018 02:31:46 +0200, by Boris Feld
-
meld: enable auto-mergeWed, 19 Sep 2018 12:07:52 -0700, by Martin von Zweigbergk