sapling/eden/scm/edenscm/hgext
Jun Wu cb68b3c6a0 commitcloud: remove pullcreatemarkers feature
Summary:
The feature is off in production.

It calls the "scan changelog" code path in pullcreatemarkers.py, which
is also unused in production.

This allows us to remove a test that no longer passes with the mutation config.

Remove it.

Reviewed By: sfilipco

Differential Revision: D21913600

fbshipit-source-id: 23850fca2d1dc3d135d25954f00a08dc6d13972e
2020-06-10 19:29:58 -07:00
..
absorb py3: fix test-fb-hgext-absorb-filefixupstate.py 2020-04-09 13:20:35 -07:00
amend unamend: use core autopull API 2020-06-10 19:29:56 -07:00
commitcloud commitcloud: remove pullcreatemarkers feature 2020-06-10 19:29:58 -07:00
convert convert: use unfiltered repo 2020-06-10 19:29:22 -07:00
extlib suppress errors in eden - batch 1 2020-05-21 19:32:35 -07:00
fastannotate suppress errors in eden - batch 1 2020-05-21 19:32:35 -07:00
fsmonitor fsmonitor: write fsmonitor walk events to tracing data 2020-05-11 16:56:18 -07:00
hgevents hgevents: disable events during status 2020-01-29 10:30:22 -08:00
hggit suppress errors in eden - batch 1 2020-05-21 19:32:35 -07:00
highlight Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
infinitepush infinitepush: support setting a reason for disabling writes 2020-06-10 19:29:41 -07:00
lfs i18n: use _x to signal untranslated strings 2020-05-07 09:07:49 -07:00
memcommit fix a type-checking error 2020-03-20 15:32:51 -07:00
perfsuite py3: only use binary stdin/stdout/stderr 2020-02-03 18:26:57 -08:00
pushrebase pushrebase: wrap mutationobsstore to get commit mapping 2020-06-10 19:29:53 -07:00
remotefilelog remotefilelog: fix type of missingids 2020-06-10 19:29:50 -07:00
repogenerator Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
snapshot format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
treemanifest tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
__init__.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
arcdiff.py arcdiff: use core autopull API 2020-06-10 19:29:56 -07:00
automv.py pycompat: drop strkwargs / byteskwargs 2020-01-31 16:38:03 -08:00
blackbox.py py3: switch blackbox to use pycompat.encodeutf8 2020-02-11 09:38:54 -08:00
catnotate.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
checkmessagehook.py transaction: ensure metalog message is valid utf8 2020-03-12 14:26:07 -07:00
checkserverbookmark.py util: remove redundant 'timed' function 2020-02-04 12:33:40 -08:00
chistedit.py fix_map 2020-01-28 18:24:56 -08:00
churn.py pycompat: drop strkwargs / byteskwargs 2020-01-31 16:38:03 -08:00
cleanobsstore.py cleanobsstore: write to the file with bytes 2020-04-13 08:53:49 -07:00
clienttelemetry.py clienttelemetry: add wantslfspointers 2020-05-28 14:16:35 -07:00
clindex.py add type annotations for a few more edenscmnative modules 2020-03-20 10:41:32 -07:00
clonebundles.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
commitextras.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
conflictinfo.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
copytrace.py Update pyre version for eden 2020-04-23 12:09:39 -07:00
crdump.py fix_map 2020-01-28 18:24:56 -08:00
debugcommitmessage.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
debugnetwork.py debugnetwork: prevent 'hostname' output when quiet is set 2020-03-11 11:27:00 -07:00
debugshell.py check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
dialect.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
directaccess.py narrowheads: fix directaccess compatibility 2020-03-27 12:55:07 -07:00
dirsync.py py3: iter{keys,values,items} -> pycompat.iter{keys,values,items} 2020-01-28 16:27:28 -08:00
disablesymlinks.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
drop.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
edrecord.py py3: iter{keys,values,items} -> pycompat.iter{keys,values,items} 2020-01-28 16:27:28 -08:00
eol.py py3: fix eol 2020-02-17 14:52:40 -08:00
errorredirect.py tracing: upload stack traces and link it to our main data 2020-02-07 14:04:38 -08:00
extdiff.py pycompat: drop strkwargs / byteskwargs 2020-01-31 16:38:03 -08:00
extorder.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
extutil.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
fastlog.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
fbhistedit.py py3: fix histedit json parsing 2020-01-31 10:56:30 -08:00
fbscmquery.py i18n: use _x to signal untranslated strings 2020-05-07 09:07:49 -07:00
generic_bisect.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
githelp.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
gitlookup.py py3: fix gitlookup 2020-02-17 14:52:38 -08:00
gitrevset.py revset: replace some repo.revs with repo.nodes 2020-02-28 17:45:26 -08:00
globalrevs.py globalrevs: verify that convert_revision is a svnrev when falling back 2020-04-07 06:47:26 -07:00
gpg.py pycompat: drop sysbytes, sysstr, strurl, bytesurl 2020-01-31 17:59:53 -08:00
grepdiff.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
grpcheck.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
hgsql.py hgsql: check if paths are not too long before inserting to DB 2020-06-10 19:29:23 -07:00
hiddenerror.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
histedit.py histedit: improve compatibility with mutation&visibility 2020-05-21 04:25:06 -07:00
infinitepushbackup.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
interactiveui.py interactiveui: do not import termios on Windows 2020-04-28 10:26:21 -07:00
journal.py py3: fix sparse 2020-02-17 14:52:38 -08:00
linkrevcache.py check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
logginghelper.py logginghelper: use repo basename as repo name 2020-05-15 03:02:00 -07:00
lz4revlog.py pyre: add stub for "bindings" 2020-01-31 13:18:54 -08:00
mergedriver.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
morestatus.py morestatus: improve status for bisect 2020-06-02 08:07:23 -07:00
myparent.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
ownercheck.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
patchrmdir.py add type annotations for a few more edenscmnative modules 2020-03-20 10:41:32 -07:00
phabdiff.py phabdiff: allow reviewers to be used as a string 2020-02-27 19:21:44 -08:00
phabstatus.py py3: enable more tests 2020-02-01 10:39:39 -08:00
phrevset.py phrevset: rewrite pull -r Dxxx into pull -r HASH 2020-05-06 15:29:57 -07:00
progressfile.py progress: invalidate engine on process fork 2020-05-06 12:01:39 -07:00
pullcreatemarkers.py pullcreatemarkers: skip creating mutation entries less aggressively 2020-06-10 19:29:56 -07:00
rage.py debugging: Implement "debugdetectissues" command for detecting signs of repository issues 2020-05-19 18:11:29 -07:00
rebase.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
remotenames.py remotenames: remove legacy auto pull logic 2020-05-13 19:27:42 -07:00
reset.py py3: iter{keys,values,items} -> pycompat.iter{keys,values,items} 2020-01-28 16:27:28 -08:00
sampling.py deprecate: log the caller of the deprecated logic 2020-06-10 19:29:39 -07:00
schemes.py py3: remove b prefix 2020-01-28 10:29:15 -08:00
sendunbundlereplay.py util: remove redundant 'timed' function 2020-02-04 12:33:40 -08:00
share.py mq: remove references about mq 2020-01-13 17:39:43 -08:00
shelve.py shelve: make it python3 compatible 2020-04-13 08:53:50 -07:00
sigtrace.py sigtrace: also write tracing data 2020-05-14 21:28:30 -07:00
simplecache.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
smartlog.py smartlog: remove obsolete templates 2020-06-10 19:29:55 -07:00
sparse.py add status field to sparse show output json format 2020-05-07 14:51:23 -07:00
sshaskpass.py hg: don't depend on python2 for sshaskpass.py 2020-03-17 15:52:13 -07:00
stablerev.py py3: fix stablerev tests 2020-02-17 14:52:38 -08:00
stat.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
traceprof.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
tweakdefaults.py deprecate: deprecate a number of commands 2020-06-10 19:29:38 -07:00
undo.py format: apply latest Black formatting 2020-05-07 09:07:49 -07:00
whereami.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
win32mbcs.py i18n: use _x to signal untranslated strings 2020-05-07 09:07:49 -07:00
win32text.py py3: fix eol 2020-02-17 14:52:40 -08:00