Tue, 18 Sep 2018 16:52:11 -0700 |
Gregory Szorc |
testing: add interface unit tests for file storage
|
Tue, 18 Sep 2018 15:32:11 -0700 |
Gregory Szorc |
narrow: remove narrowrevlog
|
Thu, 13 Sep 2018 15:57:18 -0700 |
Gregory Szorc |
localrepo: enable ellipsis flag on revlogs when repo is narrow
|
Thu, 13 Sep 2018 15:52:42 -0700 |
Gregory Szorc |
revlog: add opener option to enable ellipsis flag processor
|
Thu, 13 Sep 2018 15:48:53 -0700 |
Gregory Szorc |
revlog: store flag processors per revlog
|
Wed, 05 Sep 2018 13:29:22 -0700 |
Gregory Szorc |
revlog: define ellipsis flag processors in core
|
Wed, 05 Sep 2018 12:44:25 -0700 |
Gregory Szorc |
narrow: remove custom filelog type
|
Thu, 13 Sep 2018 16:02:22 -0700 |
Gregory Szorc |
filelog: custom filelog to be used with narrow repos
|
Tue, 18 Sep 2018 15:29:42 -0700 |
Gregory Szorc |
localrepo: iteratively derive local repository type
|
Tue, 18 Sep 2018 15:15:24 -0700 |
Gregory Szorc |
localrepo: pass root manifest into manifestlog.__init__
|
Fri, 21 Sep 2018 21:44:27 -0400 |
Matt Harbison |
py3: create built in exceptions with str type messages in win32.py
|
Sat, 22 Sep 2018 12:11:48 -0400 |
Matt Harbison |
tests: stabilize test-shelve.t#phasebased for #no-symlink and #no-execbit
|
Thu, 20 Sep 2018 21:35:01 -0700 |
Martin von Zweigbergk |
debugdirstate: deprecate --nodates in favor of --no-dates
|
Fri, 21 Sep 2018 00:37:03 -0400 |
Matt Harbison |
py3: fix a type error in hghave.has_hardlink
|
Fri, 21 Sep 2018 09:34:41 -0700 |
Martin von Zweigbergk |
narrow: remove hack to read narowspec from shared .hg directory
|
Fri, 21 Sep 2018 11:43:46 -0400 |
Augie Fackler |
streamclone: reimplement nested context manager
|
Fri, 21 Sep 2018 11:44:08 -0400 |
Augie Fackler |
bundle2: grab kwarg using sysstr
|
Fri, 21 Sep 2018 11:15:55 -0400 |
Augie Fackler |
py3: mark another passing test
|
Sat, 15 Sep 2018 12:47:49 +0900 |
Yuya Nishihara |
bookmarks: remove --active in favor of --list
|
Sat, 15 Sep 2018 12:44:23 +0900 |
Yuya Nishihara |
bookmarks: add explicit option to list bookmarks of the given names
|
Sat, 15 Sep 2018 12:34:13 +0900 |
Yuya Nishihara |
bookmarks: reject --delete with --inactive which makes no sense
|
Sat, 15 Sep 2018 12:32:01 +0900 |
Yuya Nishihara |
bookmarks: parse out --inactive to action early
|
Sat, 15 Sep 2018 12:25:19 +0900 |
Yuya Nishihara |
bookmarks: parse out implicit "add" action early
|
Sat, 15 Sep 2018 12:07:38 +0900 |
Yuya Nishihara |
bookmarks: clarify that opts['rename'] points to an old bookmark to be renamed
|
Sat, 15 Sep 2018 12:04:29 +0900 |
Yuya Nishihara |
bookmarks: refactor option checking to pick one from --delete/rename/active
|
Sat, 15 Sep 2018 11:51:15 +0900 |
Yuya Nishihara |
bookmarks: convert opts to bytes dict early
|
Sat, 15 Sep 2018 11:50:07 +0900 |
Yuya Nishihara |
bookmarks: pass in formatter to printbookmarks() instead of opts (API)
|
Wed, 19 Sep 2018 17:09:01 +0200 |
Boris Feld |
strip: ignore orphaned internal changesets while computing safe strip roots
|
Wed, 06 Jun 2018 02:31:46 +0200 |
Boris Feld |
shelve: no longer strip internal commit when using internal phase
|
Wed, 19 Sep 2018 12:07:52 -0700 |
Martin von Zweigbergk |
meld: enable auto-merge
|