October 2020 Archives by subject
Starting: Thu Oct 1 01:36:49 UTC 2020
Ending: Sat Oct 31 21:49:38 UTC 2020
Messages: 688
- [Abandoned] D8554: strip: get mergestate via context
durin42 (Augie Fackler)
- [Abandoned] D8560: templatekw: get mergestate via context
durin42 (Augie Fackler)
- [Abandoned] D8567: mergestate: implement trivial in-memory mergestate
durin42 (Augie Fackler)
- [Abandoned] D8568: overlayworkingctx: implement mergestate() using in-memory mergestate
durin42 (Augie Fackler)
- [Abandoned] D8569: merge: get mergestate from context instead of directly
durin42 (Augie Fackler)
- [Abandoned] D8572: merge: remove special case for in-memory merge
durin42 (Augie Fackler)
- [Abandoned] D8624: wip: this does not help but seems less wrong
durin42 (Augie Fackler)
- [Accepted] D9046: tests: add test showing broken extension loading in case of share-safe
marmoute (Pierre-Yves David)
- [Accepted] D9047: dispatch: load shared source repository config in share-safe mode
marmoute (Pierre-Yves David)
- [Accepted] D9090: changing-files: rework the way we store changed files in side-data
Alphare (Raphaël Gomès)
- [Accepted] D9091: changing-files: drop the now useless changelogrevision argument
Alphare (Raphaël Gomès)
- [Accepted] D9092: changing-files: retrieve changelogrevision.files from the sidedata block
Alphare (Raphaël Gomès)
- [Accepted] D9111: changing-files: always use `mark_touched` to update the touched set
Alphare (Raphaël Gomès)
- [Accepted] D9112: changing-files: cache the various property
Alphare (Raphaël Gomès)
- [Accepted] D9113: copies: rename some function to the new naming scheme
Alphare (Raphaël Gomès)
- [Accepted] D9114: copies: make two version of the changeset centric algorithm
Alphare (Raphaël Gomès)
- [Accepted] D9115: copies: use dedicated `_revinfo_getter` function and call
Alphare (Raphaël Gomès)
- [Accepted] D9116: copies: no longer change the sidedata flag
Alphare (Raphaël Gomès)
- [Accepted] D9117: copies: directly pass a changes object to the copy tracing code
Alphare (Raphaël Gomès)
- [Accepted] D9118: changing-files: add a "salvaged" set to track file that were not removed
Alphare (Raphaël Gomès)
- [Accepted] D9119: salvaged: track removal-candidates in more cases
Alphare (Raphaël Gomès)
- [Accepted] D9119: salvaged: track removal-candidates in more cases
pulkit (Pulkit Goyal)
- [Accepted] D9122: salvaged: explicitly skip salvaged file while encoding
Alphare (Raphaël Gomès)
- [Accepted] D9123: changing-files: split the changing files computation from encoding
Alphare (Raphaël Gomès)
- [Accepted] D9124: side-data: add a test to check sidedata upgrade
Alphare (Raphaël Gomès)
- [Accepted] D9125: changing-files: add a debug command display changed files
Alphare (Raphaël Gomès)
- [Accepted] D9126: changing-files: add clean computation of changed files for roots
Alphare (Raphaël Gomès)
- [Accepted] D9129: salvaged: persist the salvaged set on disk
Alphare (Raphaël Gomès)
- [Accepted] D9130: salvaged: properly deal with salvaged file during copy tracing
Alphare (Raphaël Gomès)
- [Accepted] D9139: copies: add a HASCOPIESINFO flag to highlight rev with useful data
Alphare (Raphaël Gomès)
- [Accepted] D9140: copies: return None instead of ChangingFiles when relevant
Alphare (Raphaël Gomès)
- [Accepted] D9141: copies: move `merged` testing sooner
Alphare (Raphaël Gomès)
- [Accepted] D9145: contrib: install latest versions of Python
Alphare (Raphaël Gomès)
- [Accepted] D9146: contrib: install Rust 1.46.0
Alphare (Raphaël Gomès)
- [Accepted] D9157: tests: test output of {predecessors} and {successorssets} for non-obsolete changesets
pulkit (Pulkit Goyal)
- [Accepted] D9158: templatekw: make {successorssets} always return a list (issue6342)
pulkit (Pulkit Goyal)
- [Accepted] D9195: copies: split creation of the graph and actual checking again
pulkit (Pulkit Goyal)
- [Accepted] D9196: test: move upgrade run and check earlier in test-copies-chain-merge
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9066: merge: add a higher-level update() for the common `hg update` use case
marmoute (Pierre-Yves David)
- [Changed Subscribers] D9090: changing-files: rework the way we store changed files in side-data
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9120: salvaged: record salvaged in ChangingFiles at commit time
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9137: rust: leverage improved match ergonomics
Alphare (Raphaël Gomès)
- [Changed Subscribers] D9151: test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9152: hook: ignore EPIPE when flushing stdout/stderr
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9170: tests: only diff the `Cargo.lock` in `test-check-cargo-lock.t`
Alphare (Raphaël Gomès)
- [Changed Subscribers] D9197: changing-files: add a shorthand property to check for copy relevant info
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9200: copies: make sure deleted copy info do not overwriting unrelated ones
marmoute (Pierre-Yves David)
- [Changed Subscribers] D9208: clonebundles: move a bundle of clone bundle related code to a new module
pulkit (Pulkit Goyal)
- [Changed Subscribers] D9228: pyoxidizer: update to PyOxidizer 0.9
indygreg (Gregory Szorc)
- [Changed Subscribers] D9232: phases: allow registration and boundary advancement with revsion sets
mharbison72 (Matt Harbison)
- [Changed Subscribers] D9257: commit: warn the user when a commit already exists
martinvonz (Martin von Zweigbergk)
- [Commented On] D8392: [RFC] mergestate: store about files resolved in favour of other
martinvonz (Martin von Zweigbergk)
- [Commented On] D8570: rebase: use context to load mergestate instead of loading it directly
durin42 (Augie Fackler)
- [Commented On] D8623: rebase: add a config knob for forcing in-memory rebasing
durin42 (Augie Fackler)
- [Commented On] D8673: config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
marmoute (Pierre-Yves David)
- [Commented On] D8973: log: add support for bookmarks
sebhtml (Sébastien Boisvert)
- [Commented On] D8973: log: add support for bookmarks
sebhtml (Sébastien Boisvert)
- [Commented On] D9019: procutil: avoid using os.fork() to implement runbgcommand
durin42 (Augie Fackler)
- [Commented On] D9019: procutil: avoid using os.fork() to implement runbgcommand
valentin.gatienbaron (Valentin Gatien-Baron)
- [Commented On] D9020: sshpeer: avoid having a destructor that can block forks forever
valentin.gatienbaron (Valentin Gatien-Baron)
- [Commented On] D9056: fix: include adjacent blank lines in ranges to be fixed
pulkit (Pulkit Goyal)
- [Commented On] D9056: fix: include adjacent blank lines in ranges to be fixed
hooper (Danny Hooper)
- [Commented On] D9056: fix: include adjacent blank lines in ranges to be fixed
hooper (Danny Hooper)
- [Commented On] D9056: fix: include adjacent blank lines in ranges to be fixed
hooper (Danny Hooper)
- [Commented On] D9059: procutil: assign stdio objects if they are None
quark (Jun Wu)
- [Commented On] D9059: procutil: assign stdio objects if they are None
quark (Jun Wu)
- [Commented On] D9066: merge: add a higher-level update() for the common `hg update` use case
martinvonz (Martin von Zweigbergk)
- [Commented On] D9090: changing-files: rework the way we store changed files in side-data
Alphare (Raphaël Gomès)
- [Commented On] D9113: copies: rename some function to the new naming scheme
Alphare (Raphaël Gomès)
- [Commented On] D9120: salvaged: record salvaged in ChangingFiles at commit time
Alphare (Raphaël Gomès)
- [Commented On] D9120: salvaged: record salvaged in ChangingFiles at commit time
Alphare (Raphaël Gomès)
- [Commented On] D9121: hg-core: fix path encoding usage
durin42 (Augie Fackler)
- [Commented On] D9121: hg-core: fix path encoding usage
Alphare (Raphaël Gomès)
- [Commented On] D9127: changing-files: add clean computation of changed files for linear changesets
Alphare (Raphaël Gomès)
- [Commented On] D9128: changing-files: add clean computation of changed file for merges
Alphare (Raphaël Gomès)
- [Commented On] D9130: salvaged: properly deal with salvaged file during copy tracing
marmoute (Pierre-Yves David)
- [Commented On] D9130: salvaged: properly deal with salvaged file during copy tracing
martinvonz (Martin von Zweigbergk)
- [Commented On] D9130: salvaged: properly deal with salvaged file during copy tracing
martinvonz (Martin von Zweigbergk)
- [Commented On] D9130: salvaged: properly deal with salvaged file during copy tracing
marmoute (Pierre-Yves David)
- [Commented On] D9130: salvaged: properly deal with salvaged file during copy tracing
martinvonz (Martin von Zweigbergk)
- [Commented On] D9133: rust: start plugging the dirstate tree behind a feature gate
martinvonz (Martin von Zweigbergk)
- [Commented On] D9134: help: extract logic for listing commands and topics.
Alphare (Raphaël Gomès)
- [Commented On] D9135: doc: Generate separate commands/topics/extension web pages.
durin42 (Augie Fackler)
- [Commented On] D9142: rust: move rustfmt.toml to repo root so it can be used by `hg fix`
Alphare (Raphaël Gomès)
- [Commented On] D9144: upgrade: add support for experimental safe share mode
marmoute (Pierre-Yves David)
- [Commented On] D9147: packaging: normalize - to _ in WiX Id values
Alphare (Raphaël Gomès)
- [Commented On] D9148: pyoxidizer: produce working Python 3 Windows installers (issue6366)
Alphare (Raphaël Gomès)
- [Commented On] D9152: hook: ignore EPIPE when flushing stdout/stderr
martinvonz (Martin von Zweigbergk)
- [Commented On] D9152: hook: ignore EPIPE when flushing stdout/stderr
martinvonz (Martin von Zweigbergk)
- [Commented On] D9153: unbundle: free temporary objects after use
pulkit (Pulkit Goyal)
- [Commented On] D9153: unbundle: free temporary objects after use
joerg.sonnenberger (Joerg Sonnenberger)
- [Commented On] D9155: [WIP] revlog: don't cache parsed tuples in the C module
pulkit (Pulkit Goyal)
- [Commented On] D9155: [WIP] revlog: don't cache parsed tuples in the C module
joerg.sonnenberger (Joerg Sonnenberger)
- [Commented On] D9155: [WIP] revlog: don't cache parsed tuples in the C module
pulkit (Pulkit Goyal)
- [Commented On] D9155: revlog: don't cache parsed tuples in the C module
joerg.sonnenberger (Joerg Sonnenberger)
- [Commented On] D9155: revlog: don't cache parsed tuples in the C module
joerg.sonnenberger (Joerg Sonnenberger)
- [Commented On] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
marmoute (Pierre-Yves David)
- [Commented On] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Commented On] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
marmoute (Pierre-Yves David)
- [Commented On] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Commented On] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Commented On] D9160: bundlerepo: don't insert index tuples with full nodes as linkrev
martinvonz (Martin von Zweigbergk)
- [Commented On] D9160: bundlerepo: don't insert index tuples with full nodes as linkrev
joerg.sonnenberger (Joerg Sonnenberger)
- [Commented On] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Commented On] D9167: errors: introduce InputError and use it from commands and cmdutil
pulkit (Pulkit Goyal)
- [Commented On] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Commented On] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Commented On] D9167: errors: introduce UserError and use it from commands and cmdutil
pulkit (Pulkit Goyal)
- [Commented On] D9167: errors: introduce UserError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Commented On] D9168: tests: update/remove outdated comments in test-copies-chain-merge.t
martinvonz (Martin von Zweigbergk)
- [Commented On] D9171: tests: add test of copies suggested by Pierre-Yves on D9159
marmoute (Pierre-Yves David)
- [Commented On] D9171: tests: add test of copies suggested by Pierre-Yves on D9159
martinvonz (Martin von Zweigbergk)
- [Commented On] D9171: tests: add test of copies suggested by Pierre-Yves on D9159
marmoute (Pierre-Yves David)
- [Commented On] D9172: tests: update test-copies-chain-merge.t to not use empty files
marmoute (Pierre-Yves David)
- [Commented On] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
martinvonz (Martin von Zweigbergk)
- [Commented On] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
martinvonz (Martin von Zweigbergk)
- [Commented On] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
marmoute (Pierre-Yves David)
- [Commented On] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
pulkit (Pulkit Goyal)
- [Commented On] D9177: tests: fix test-check-module-imports.t broken by D9150
martinvonz (Martin von Zweigbergk)
- [Commented On] D9177: tests: fix test-check-module-imports.t broken by D9150
marmoute (Pierre-Yves David)
- [Commented On] D9195: copies: split creation of the graph and actual checking again
marmoute (Pierre-Yves David)
- [Commented On] D9195: copies: split creation of the graph and actual checking again
pulkit (Pulkit Goyal)
- [Commented On] D9195: copies: split creation of the graph and actual checking again
pulkit (Pulkit Goyal)
- [Commented On] D9195: copies: split creation of the graph and actual checking again
marmoute (Pierre-Yves David)
- [Commented On] D9197: changing-files: add a shorthand property to check for copy relevant info
marmoute (Pierre-Yves David)
- [Commented On] D9199: upgrade: allow sidedata upgrade to modify revision flag
pulkit (Pulkit Goyal)
- [Commented On] D9203: dirstate-tree: simplify the control flow in the Node.insert method
Alphare (Raphaël Gomès)
- [Commented On] D9204: tests: add notes about broken `hg log --follow <file>` with copies in extras
martinvonz (Martin von Zweigbergk)
- [Commented On] D9208: clonebundles: move a bundle of clone bundle related code to a new module
marmoute (Pierre-Yves David)
- [Commented On] D9208: clonebundles: move a bundle of clone bundle related code to a new module
martinvonz (Martin von Zweigbergk)
- [Commented On] D9214: copy: clarify in help text that `hg co --forget` takes a *destination* file
pulkit (Pulkit Goyal)
- [Commented On] D9218: commit: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Commented On] D9226: fix: don't include obsolete descendants with -s
hooper (Danny Hooper)
- [Commented On] D9228: pyoxidizer: update to PyOxidizer 0.9
Alphare (Raphaël Gomès)
- [Commented On] D9230: rhg: add full node id support for `debugdata` command
acezar (Antoine Cezar)
- [Commented On] D9232: phases: allow registration and boundary advancement with revsion sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Commented On] D9256: backout: don't assume that tip as what we just committed
durin42 (Augie Fackler)
- [Commented On] D9256: backout: don't assume that tip as what we just committed
danchr (Dan Villiom Podlaski Christiansen)
- [Commented On] D9264: rhg: strip copied files metadata from `cat` output
Alphare (Raphaël Gomès)
- [Planned Changes] D8504: diff: add experimental support for "merge diffs"
durin42 (Augie Fackler)
- [Planned Changes] D8515: filemerge: add a hacktastic version of internal:merge3 for merge diffs
durin42 (Augie Fackler)
- [Planned Changes] D8552: fix: use context to fetch mergestate instead of loading it directly
durin42 (Augie Fackler)
- [Planned Changes] D8553: histedit: use context to load mergestate instead of loading it directly
durin42 (Augie Fackler)
- [Planned Changes] D8555: cmdutil: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8556: commands: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8557: debugcommands: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8558: fileset: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8559: revset: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8561: hg: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8562: shelve: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8563: localrepo: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8564: fakemergerecord: get mergestate via context
durin42 (Augie Fackler)
- [Planned Changes] D8566: cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
durin42 (Augie Fackler)
- [Planned Changes] D8626: memctx: add mergestate method
durin42 (Augie Fackler)
- [Request] [++++- ] D9157: tests: test output of {predecessors} and {successorssets} for non-obsolete changesets
aayjaychan (Aay Jay Chan)
- [Request] [+++-- ] D9148: pyoxidizer: produce working Python 3 Windows installers (issue6366)
indygreg (Gregory Szorc)
- [Request] [+++-- ] D9195: copies: split creation of the graph and actual checking again
marmoute (Pierre-Yves David)
- [Request] [+++- ] D9231: revlog: extend addgroup() with callback for duplicates
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+++ ] D9144: upgrade: add support for experimental safe share mode
pulkit (Pulkit Goyal)
- [Request] [+++ ] D9151: test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
mplamann (Mitchell Plamann)
- [Request] [++--- ] D9188: automation: upgrade packages in Linux environment
indygreg (Gregory Szorc)
- [Request] [++--- ] D9196: test: move upgrade run and check earlier in test-copies-chain-merge
marmoute (Pierre-Yves David)
- [Request] [++--- ] D9208: clonebundles: move a bundle of clone bundle related code to a new module
marmoute (Pierre-Yves David)
- [Request] [++--- ] D9252: rebase: change and standarize template for rebase's one-line summary
martinvonz (Martin von Zweigbergk)
- [Request] [++-- ] D9142: rust: move rustfmt.toml to repo root so it can be used by `hg fix`
martinvonz (Martin von Zweigbergk)
- [Request] [++-- ] D9167: errors: introduce UserError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Request] [++- ] D9140: copies: return None instead of ChangingFiles when relevant
marmoute (Pierre-Yves David)
- [Request] [++- ] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
martinvonz (Martin von Zweigbergk)
- [Request] [++- ] D9187: packaging: upgrade packages in Windows environment
indygreg (Gregory Szorc)
- [Request] [++- ] D9200: copies: test for deleted copy info not overwriting unrelated ones
marmoute (Pierre-Yves David)
- [Request] [++- ] D9212: procutil: allow to specify arbitrary stdin bytes to runbgcommand
marmoute (Pierre-Yves David)
- [Request] [++- ] D9238: errors: add config that lets user get more detailed exit codes
martinvonz (Martin von Zweigbergk)
- [Request] [++- ] D9249: config: move ui.pre-merge-tool-output-template into [command-templates]
martinvonz (Martin von Zweigbergk)
- [Request] [++- ] D9251: rebase: make summary template configurable, with default to shared template
martinvonz (Martin von Zweigbergk)
- [Request] [++- ] D9253: commit: don't change phases for preexisting commits
danchr (Dan Villiom Podlaski Christiansen)
- [Request] [++ ] D9139: copies: add a HASCOPIESINFO flag to highlight rev with useful data
marmoute (Pierre-Yves David)
- [Request] [++ ] D9171: tests: add test of copies suggested by Pierre-Yves on D9159
martinvonz (Martin von Zweigbergk)
- [Request] [++ ] D9225: tests: add test showing how `hg fix -s` deals with obsolete and orphan nodes
martinvonz (Martin von Zweigbergk)
- [Request] [++ ] D9236: utils: helper function to print top memory allocation site
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+--- ] D9158: templatekw: make {successorssets} always return a list (issue6342)
aayjaychan (Aay Jay Chan)
- [Request] [+--- ] D9162: [WIP] revlog: store new index entries as binary
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+-- ] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D9179: errors: name arguments to Abort constructor
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D9183: fix: update commit hash references in the new commits
mharbison72 (Matt Harbison)
- [Request] [+-- ] D9199: upgrade: allow sidedata upgrade to modify revision flag
marmoute (Pierre-Yves David)
- [Request] [+-- ] D9203: dirstate-tree: simplify the control flow in the Node.insert method
marmoute (Pierre-Yves David)
- [Request] [+-- ] D9232: phases: allow registration and boundary advancement with revsion sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+-- ] D9237: transaction: only keep file names in-memory for journal [WIP]
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+-- ] D9245: config: add a new [command-templates] section for templates defined by hg
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D9247: config: rename ui.mergemarkertemplate to command-templates.mergemarker
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D9254: phabsend: use default one-line summary
martinvonz (Martin von Zweigbergk)
- [Request] [+-- ] D9262: templates: include all non-branch namespaces in default one-line summary
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9145: contrib: install latest versions of Python
indygreg (Gregory Szorc)
- [Request] [+- ] D9155: [WIP] revlog: don't cache parsed tuples in the C module
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+- ] D9163: errors: move UnknownCommand and AmbiguousCommand near CommandError
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9168: tests: update/remove outdated comments in test-copies-chain-merge.t
pulkit (Pulkit Goyal)
- [Request] [+- ] D9172: tests: update test-copies-chain-merge.t to not use empty files
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9178: errors: stop passing non-strings to Abort's constructor
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9182: absorb: update commit hash references in the new commits
mharbison72 (Matt Harbison)
- [Request] [+- ] D9191: commit: refactor salvage calculation to a different function
pulkit (Pulkit Goyal)
- [Request] [+- ] D9197: changing-files: add a shorthand property to check for copy relevant info
marmoute (Pierre-Yves David)
- [Request] [+- ] D9204: tests: add notes about broken `hg log --follow <file>` with copies in extras
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9217: import: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9228: pyoxidizer: update to PyOxidizer 0.9
indygreg (Gregory Szorc)
- [Request] [+- ] D9229: rebase: update commit hash references in the new commits
mharbison72 (Matt Harbison)
- [Request] [+- ] D9230: rhg: add full node id support for `debugdata` command
acezar (Antoine Cezar)
- [Request] [+- ] D9233: phases: convert registernew users to use revision sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+- ] D9240: errors: name arguments to ParseError constructor
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9246: config: rename ui.graphnodetemplate to command-templates.graphnode
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9248: repoview: only pin obsolete wdir parents while there are unresolved conflicts
mharbison72 (Matt Harbison)
- [Request] [+- ] D9250: rebase: use hard-coded template for one-line commit description
martinvonz (Martin von Zweigbergk)
- [Request] [+- ] D9257: commit, backout: warn the user when a commit already exists
danchr (Dan Villiom Podlaski Christiansen)
- [Request] [+- ] D9261: push: add --all-bookmarks option
danchr (Dan Villiom Podlaski Christiansen)
- [Request] [+- ] D9264: rhg: strip copied files metadata from `cat` output
acezar (Antoine Cezar)
- [Request] [+ ] D9136: rust-parsers: use in-place mutation instead of allocating a new `Vec`
Alphare (Raphaël Gomès)
- [Request] [+ ] D9137: rust: leverage improved match ergonomics
Alphare (Raphaël Gomès)
- [Request] [+ ] D9138: rust: update minimum supported Rust compiler version
Alphare (Raphaël Gomès)
- [Request] [+ ] D9141: copies: move `merged` testing sooner
marmoute (Pierre-Yves David)
- [Request] [+ ] D9143: changing-files: fix docstring
marmoute (Pierre-Yves David)
- [Request] [+ ] D9146: contrib: install Rust 1.46.0
indygreg (Gregory Szorc)
- [Request] [+ ] D9147: packaging: normalize - to _ in WiX Id values
indygreg (Gregory Szorc)
- [Request] [+ ] D9149: py3: use native string when comparing with a function's argspec
Alphare (Raphaël Gomès)
- [Request] [+ ] D9150: tests: skip doctests if not running from a hg repo
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9152: hook: ignore EPIPE when flushing stdout/stderr
mplamann (Mitchell Plamann)
- [Request] [+ ] D9153: unbundle: free temporary objects after use
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9154: revlog: pre-compute null revlog item for pure version
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9156: mergestate: document `o` merge record state in _mergestate_base docs
pulkit (Pulkit Goyal)
- [Request] [+ ] D9160: bundlerepo: don't insert index tuples with full nodes as linkrev
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9161: unionrepo: don't insert index tuples with None as int field
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9164: errors: name arguments to CommandError constructor
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9165: errors: name arguments to AmbiguousCommand constructor
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9166: errors: name arguments to UnknownCommand constructor
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9169: tags: add safety check for len(record) while reading hgtagsfnodescache
pulkit (Pulkit Goyal)
- [Request] [+ ] D9170: tests: only diff the `Cargo.lock` in `test-check-cargo-lock.t`
Alphare (Raphaël Gomès)
- [Request] [+ ] D9174: tests: make test-convert-git.t work across changed default branch name
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9175: tests: use `git init` instead of unusual synonym `git init-db`
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9176: tests: set git config using `git config` for simplicity
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9177: tests: fix test-check-module-imports.t broken by D9150
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9180: tests: fix test-url.py on py3, broken by D9179
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9181: rewriteutil: handle dropped commits when updating description hashes
mharbison72 (Matt Harbison)
- [Request] [+ ] D9184: py3: convert an exception message to bytes
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9186: contrib: install Python 3.9.0
indygreg (Gregory Szorc)
- [Request] [+ ] D9189: automation: support running against Python 3.9
indygreg (Gregory Szorc)
- [Request] [+ ] D9190: mergestate: make filename argument optional in _mergestate_base.extras()
pulkit (Pulkit Goyal)
- [Request] [+ ] D9192: commit: move salvaged calculation a bit earlier in the function
pulkit (Pulkit Goyal)
- [Request] [+ ] D9193: commit: pass mergestate into `_process_files` instead of re-reading it
pulkit (Pulkit Goyal)
- [Request] [+ ] D9194: commit: pass ChangingFiles object as argument to _process_files
pulkit (Pulkit Goyal)
- [Request] [+ ] D9198: sidedata: return enough data to set the proper flag in the future
marmoute (Pierre-Yves David)
- [Request] [+ ] D9201: rust: cleanup some white space in a dock
marmoute (Pierre-Yves David)
- [Request] [+ ] D9202: dirstate-tree: move a conditional in an explicit boolean
marmoute (Pierre-Yves David)
- [Request] [+ ] D9205: posix: use context managers in a couple of places
mharbison72 (Matt Harbison)
- [Request] [+ ] D9206: posix: avoid a leaked file descriptor in a unix domain socket exception case
mharbison72 (Matt Harbison)
- [Request] [+ ] D9207: record: when backing up, avoid generating very long filenames
spectral (Kyle Lippincott)
- [Request] [+ ] D9209: clonebundle: move the manifest filename to a constant
marmoute (Pierre-Yves David)
- [Request] [+ ] D9210: pycompat: update comment about unnamedtempfile
marmoute (Pierre-Yves David)
- [Request] [+ ] D9211: pycompat: add an entry for unnamedtmpfile
marmoute (Pierre-Yves David)
- [Request] [+ ] D9213: test: check server error output in `test-pull-bundle.t`
marmoute (Pierre-Yves David)
- [Request] [+ ] D9214: copy: clarify in help text that `hg co --forget` takes a *destination* file
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9215: transaction: use ProgrammingError for when an committed transaction is used
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9216: backout: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9218: commit: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9219: grep: levarage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9220: incoming: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9221: revert: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9222: serve: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9223: tag: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9224: fix: suggest --source instead of --rev on empty revset
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9226: fix: don't include obsolete descendants with -s
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9227: fix: only check for obsolete commits in the --rev case
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9234: errors: remove unnecessary override of __bytes__ in RevlogError
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9235: revlog: use LRU for the chain cache
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9239: test: avoid bashisms in test-transaction-rollback-on-sigpipe.t
mplamann (Mitchell Plamann)
- [Request] [+ ] D9241: config: move message about leading spaces in config to config.py
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9242: errors: set detailed exit code to 20 for locking errors
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9243: demandimport: don't raise AttributeError if `exec_module` is missing
mharbison72 (Matt Harbison)
- [Request] [+ ] D9244: histedit: drop fallback to empty string from rendertemplate()
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9255: split: use default one-line summary
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9256: backout: don't assume that tip as what we just committed
danchr (Dan Villiom Podlaski Christiansen)
- [Request] [+ ] D9258: relnotes: mention improved memory use and underlaying API changes
joerg.sonnenberger (Joerg Sonnenberger)
- [Request] [+ ] D9259: py3: hggettext
danchr (Dan Villiom Podlaski Christiansen)
- [Request] [+ ] D9260: i18n: fix coding tag unsupported by xgettext
danchr (Dan Villiom Podlaski Christiansen)
- [Request] [+ ] D9265: help: document the new [command-templates] config section
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9266: relnotes: document new [command-templates] section
martinvonz (Martin von Zweigbergk)
- [Request] [+ ] D9267: crecord: render chunkpad on Windows (issue6427)
barret (Barret Rennie)
- [Request] [- ] D9185: contrib: stop installing Python 3.5 and 3.6 in Windows environment
indygreg (Gregory Szorc)
- [Request] [- ] D9263: relnotes: copy "next" to "5.6" and clear "next"
martinvonz (Martin von Zweigbergk)
- [Updated] [++++- ] D9157: tests: test output of {predecessors} and {successorssets} for non-obsolete changesets
aayjaychan (Aay Jay Chan)
- [Updated] [+++- ] D9056: fix: include adjacent blank lines in ranges to be fixed
msuozzo (Matthew Suozzo)
- [Updated] [+++- ] D9128: changing-files: add clean computation of changed file for merges
marmoute (Pierre-Yves David)
- [Updated] [+++- ] D9128: changing-files: add clean computation of changed file for merges
marmoute (Pierre-Yves David)
- [Updated] [+++- ] D9128: changing-files: add clean computation of changed file for merges
marmoute (Pierre-Yves David)
- [Updated] [+++- ] D9128: changing-files: add clean computation of changed file for merges
marmoute (Pierre-Yves David)
- [Updated] [+++ ] D8652: tests: test more cases where a file got replaced by a copy
martinvonz (Martin von Zweigbergk)
- [Updated] [+++ ] D9144: upgrade: add support for experimental safe share mode
pulkit (Pulkit Goyal)
- [Updated] [+++ ] D9144: upgrade: add support for experimental safe share mode
pulkit (Pulkit Goyal)
- [Updated] [+++ ] D9151: test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
mplamann (Mitchell Plamann)
- [Updated] [++--- ] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] [++--- ] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] [++--- ] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] [++--- ] D9196: test: move upgrade run and check earlier in test-copies-chain-merge
marmoute (Pierre-Yves David)
- [Updated] [++-- ] D9090: changing-files: rework the way we store changed files in side-data
marmoute (Pierre-Yves David)
- [Updated] [++-- ] D9142: rust: move rustfmt.toml to repo root so it can be used by `hg fix`
martinvonz (Martin von Zweigbergk)
- [Updated] [++-- ] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] [++-- ] D9167: errors: introduce UserError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] [++-- ] D9238: errors: add config that lets user get more detailed exit codes
martinvonz (Martin von Zweigbergk)
- [Updated] [++- ] D9140: copies: return None instead of ChangingFiles when relevant
marmoute (Pierre-Yves David)
- [Updated] [++- ] D9200: copies: test for deleted copy info not overwriting unrelated ones
marmoute (Pierre-Yves David)
- [Updated] [++- ] D9253: commit: don't change phases for preexisting commits
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] [++- ] D9253: commit: don't change phases for preexisting commits
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] [++- ] D9253: commit: don't change phases for preexisting commits
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] [++ ] D9118: changing-files: add a "salvaged" set to track file that were not removed
marmoute (Pierre-Yves David)
- [Updated] [++ ] D9118: changing-files: add a "salvaged" set to track file that were not removed
marmoute (Pierre-Yves David)
- [Updated] [++ ] D9127: changing-files: add clean computation of changed files for linear changesets
marmoute (Pierre-Yves David)
- [Updated] [++ ] D9127: changing-files: add clean computation of changed files for linear changesets
marmoute (Pierre-Yves David)
- [Updated] [++ ] D9127: changing-files: add clean computation of changed files for linear changesets
marmoute (Pierre-Yves David)
- [Updated] [++ ] D9236: utils: helper function to print top memory allocation site
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] [+--- ] D9158: templatekw: make {successorssets} always return a list (issue6342)
aayjaychan (Aay Jay Chan)
- [Updated] [+-- ] D9117: copies: directly pass a changes object to the copy tracing code
marmoute (Pierre-Yves David)
- [Updated] [+-- ] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Updated] [+-- ] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Updated] [+-- ] D9199: upgrade: allow sidedata upgrade to modify revision flag
marmoute (Pierre-Yves David)
- [Updated] [+-- ] D9245: config: add a new [command-templates] section for templates defined by hg
martinvonz (Martin von Zweigbergk)
- [Updated] [+-- ] D9245: config: add a new [command-templates] section for templates defined by hg
martinvonz (Martin von Zweigbergk)
- [Updated] [+- ] D8653: copies: handle more cases where a file got replaced by a copy
martinvonz (Martin von Zweigbergk)
- [Updated] [+- ] D8653: copies: handle more cases where a file got replaced by a copy
martinvonz (Martin von Zweigbergk)
- [Updated] [+- ] D8673: config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
pulkit (Pulkit Goyal)
- [Updated] [+- ] D8673: config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
pulkit (Pulkit Goyal)
- [Updated] [+- ] D8673: config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
pulkit (Pulkit Goyal)
- [Updated] [+- ] D9047: dispatch: load shared source repository config in share-safe mode
pulkit (Pulkit Goyal)
- [Updated] [+- ] D9112: changing-files: cache the various property
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9123: changing-files: split the changing files computation from encoding
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9123: changing-files: split the changing files computation from encoding
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9123: changing-files: split the changing files computation from encoding
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9129: salvaged: persist the salvaged set on disk
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9129: salvaged: persist the salvaged set on disk
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9129: salvaged: persist the salvaged set on disk
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9129: salvaged: persist the salvaged set on disk
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9130: salvaged: properly deal with salvaged file during copy tracing
marmoute (Pierre-Yves David)
- [Updated] [+- ] D9172: tests: update test-copies-chain-merge.t to not use empty files
martinvonz (Martin von Zweigbergk)
- [Updated] [+- ] D9204: tests: add notes about broken `hg log --follow <file>` with copies in extras
martinvonz (Martin von Zweigbergk)
- [Updated] [+- ] D9233: phases: convert registernew users to use revision sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] [+- ] D9240: errors: name arguments to ParseError constructor
martinvonz (Martin von Zweigbergk)
- [Updated] [+- ] D9257: commit, backout: warn the user when a commit already exists
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] [+ ] D8566: cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
durin42 (Augie Fackler)
- [Updated] [+ ] D9059: procutil: assign stdio objects if they are None
quark (Jun Wu)
- [Updated] [+ ] D9091: changing-files: drop the now useless changelogrevision argument
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9091: changing-files: drop the now useless changelogrevision argument
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9111: changing-files: always use `mark_touched` to update the touched set
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9119: salvaged: track removal-candidates in more cases
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9122: salvaged: explicitly skip salvaged file while encoding
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9122: salvaged: explicitly skip salvaged file while encoding
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9122: salvaged: explicitly skip salvaged file while encoding
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9126: changing-files: add clean computation of changed files for roots
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9126: changing-files: add clean computation of changed files for roots
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9126: changing-files: add clean computation of changed files for roots
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9141: copies: move `merged` testing sooner
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9150: tests: skip doctests if not running from a hg repo
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] [+ ] D9152: hook: ignore EPIPE when flushing stdout/stderr
mplamann (Mitchell Plamann)
- [Updated] [+ ] D9197: changing-files: add a shorthand property to check for copy relevant info
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9198: sidedata: return enough data to set the proper flag in the future
marmoute (Pierre-Yves David)
- [Updated] [+ ] D9218: commit: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] [+ ] D9256: backout: don't assume that tip as what we just committed
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] D8392: [RFC] mergestate: store about files resolved in favour of other
pulkit (Pulkit Goyal)
- [Updated] D8504: diff: add experimental support for "merge diffs"
durin42 (Augie Fackler)
- [Updated] D8552: fix: use context to fetch mergestate instead of loading it directly
durin42 (Augie Fackler)
- [Updated] D8553: histedit: use context to load mergestate instead of loading it directly
durin42 (Augie Fackler)
- [Updated] D8555: cmdutil: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8556: commands: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8557: debugcommands: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8559: revset: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8561: hg: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8562: shelve: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8563: localrepo: get mergestate via context
durin42 (Augie Fackler)
- [Updated] D8623: rebase: add a config knob for forcing in-memory rebasing
durin42 (Augie Fackler)
- [Updated] D8626: memctx: add mergestate method
durin42 (Augie Fackler)
- [Updated] D8653: copies: handle more cases where a file got replaced by a copy
martinvonz (Martin von Zweigbergk)
- [Updated] D8653: copies: handle more cases where a file got replaced by a copy
martinvonz (Martin von Zweigbergk)
- [Updated] D8673: config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
pulkit (Pulkit Goyal)
- [Updated] D8973: log: add support for bookmarks
martinvonz (Martin von Zweigbergk)
- [Updated] D9020: sshpeer: avoid having a destructor that can block forks forever
durin42 (Augie Fackler)
- [Updated] D9046: tests: add test showing broken extension loading in case of share-safe
pulkit (Pulkit Goyal)
- [Updated] D9047: dispatch: load shared source repository config in share-safe mode
pulkit (Pulkit Goyal)
- [Updated] D9056: fix: include adjacent blank lines in ranges to be fixed
msuozzo (Matthew Suozzo)
- [Updated] D9056: fix: include adjacent blank lines in ranges to be fixed
msuozzo (Matthew Suozzo)
- [Updated] D9056: fix: include adjacent blank lines in ranges to be fixed
msuozzo (Matthew Suozzo)
- [Updated] D9071: rust-matchers: make `Matcher` trait object-safe
martinvonz (Martin von Zweigbergk)
- [Updated] D9071: rust-matchers: make `Matcher` trait object-safe
Alphare (Raphaël Gomès)
- [Updated] D9087: changing-files: add the ability to track merged files too
pulkit (Pulkit Goyal)
- [Updated] D9087: changing-files: add the ability to track merged files too
marmoute (Pierre-Yves David)
- [Updated] D9088: changing-files: record merged files at commit time
pulkit (Pulkit Goyal)
- [Updated] D9088: changing-files: record merged files at commit time
marmoute (Pierre-Yves David)
- [Updated] D9089: changing-files: add a utility to compute the merged files post-commit
pulkit (Pulkit Goyal)
- [Updated] D9089: changing-files: add a utility to compute the merged files post-commit
marmoute (Pierre-Yves David)
- [Updated] D9090: changing-files: rework the way we store changed files in side-data
Alphare (Raphaël Gomès)
- [Updated] D9090: changing-files: rework the way we store changed files in side-data
marmoute (Pierre-Yves David)
- [Updated] D9090: changing-files: rework the way we store changed files in side-data
marmoute (Pierre-Yves David)
- [Updated] D9090: changing-files: rework the way we store changed files in side-data
pulkit (Pulkit Goyal)
- [Updated] D9090: changing-files: rework the way we store changed files in side-data
marmoute (Pierre-Yves David)
- [Updated] D9091: changing-files: drop the now useless changelogrevision argument
pulkit (Pulkit Goyal)
- [Updated] D9091: changing-files: drop the now useless changelogrevision argument
marmoute (Pierre-Yves David)
- [Updated] D9092: changing-files: retrieve changelogrevision.files from the sidedata block
pulkit (Pulkit Goyal)
- [Updated] D9092: changing-files: retrieve changelogrevision.files from the sidedata block
marmoute (Pierre-Yves David)
- [Updated] D9111: changing-files: always use `mark_touched` to update the touched set
pulkit (Pulkit Goyal)
- [Updated] D9111: changing-files: always use `mark_touched` to update the touched set
marmoute (Pierre-Yves David)
- [Updated] D9112: changing-files: cache the various property
pulkit (Pulkit Goyal)
- [Updated] D9112: changing-files: cache the various property
marmoute (Pierre-Yves David)
- [Updated] D9113: copies: rename some function to the new naming scheme
pulkit (Pulkit Goyal)
- [Updated] D9113: copies: rename some function to the new naming scheme
marmoute (Pierre-Yves David)
- [Updated] D9114: copies: make two version of the changeset centric algorithm
pulkit (Pulkit Goyal)
- [Updated] D9114: copies: make two version of the changeset centric algorithm
marmoute (Pierre-Yves David)
- [Updated] D9115: copies: use dedicated `_revinfo_getter` function and call
pulkit (Pulkit Goyal)
- [Updated] D9115: copies: use dedicated `_revinfo_getter` function and call
marmoute (Pierre-Yves David)
- [Updated] D9116: copies: no longer change the sidedata flag
pulkit (Pulkit Goyal)
- [Updated] D9116: copies: no longer change the sidedata flag
marmoute (Pierre-Yves David)
- [Updated] D9117: copies: directly pass a changes object to the copy tracing code
pulkit (Pulkit Goyal)
- [Updated] D9117: copies: directly pass a changes object to the copy tracing code
marmoute (Pierre-Yves David)
- [Updated] D9118: changing-files: add a "salvaged" set to track file that were not removed
Alphare (Raphaël Gomès)
- [Updated] D9118: changing-files: add a "salvaged" set to track file that were not removed
marmoute (Pierre-Yves David)
- [Updated] D9118: changing-files: add a "salvaged" set to track file that were not removed
pulkit (Pulkit Goyal)
- [Updated] D9118: changing-files: add a "salvaged" set to track file that were not removed
marmoute (Pierre-Yves David)
- [Updated] D9119: salvaged: track removal-candidates in more cases
pulkit (Pulkit Goyal)
- [Updated] D9119: salvaged: track removal-candidates in more cases
marmoute (Pierre-Yves David)
- [Updated] D9120: salvaged: record salvaged in ChangingFiles at commit time
marmoute (Pierre-Yves David)
- [Updated] D9120: salvaged: record salvaged in ChangingFiles at commit time
pulkit (Pulkit Goyal)
- [Updated] D9120: salvaged: record salvaged in ChangingFiles at commit time
marmoute (Pierre-Yves David)
- [Updated] D9121: hg-core: fix path encoding usage
acezar (Antoine Cezar)
- [Updated] D9121: hg-core: fix path encoding usage
acezar (Antoine Cezar)
- [Updated] D9121: hg-core: fix path encoding usage
Phabricator
- [Updated] D9122: salvaged: explicitly skip salvaged file while encoding
pulkit (Pulkit Goyal)
- [Updated] D9122: salvaged: explicitly skip salvaged file while encoding
marmoute (Pierre-Yves David)
- [Updated] D9123: changing-files: split the changing files computation from encoding
pulkit (Pulkit Goyal)
- [Updated] D9123: changing-files: split the changing files computation from encoding
marmoute (Pierre-Yves David)
- [Updated] D9124: side-data: add a test to check sidedata upgrade
pulkit (Pulkit Goyal)
- [Updated] D9124: side-data: add a test to check sidedata upgrade
marmoute (Pierre-Yves David)
- [Updated] D9125: changing-files: add a debug command display changed files
pulkit (Pulkit Goyal)
- [Updated] D9125: changing-files: add a debug command display changed files
marmoute (Pierre-Yves David)
- [Updated] D9126: changing-files: add clean computation of changed files for roots
pulkit (Pulkit Goyal)
- [Updated] D9126: changing-files: add clean computation of changed files for roots
marmoute (Pierre-Yves David)
- [Updated] D9127: changing-files: add clean computation of changed files for linear changesets
pulkit (Pulkit Goyal)
- [Updated] D9127: changing-files: add clean computation of changed files for linear changesets
marmoute (Pierre-Yves David)
- [Updated] D9128: changing-files: add clean computation of changed file for merges
marmoute (Pierre-Yves David)
- [Updated] D9128: changing-files: add clean computation of changed file for merges
marmoute (Pierre-Yves David)
- [Updated] D9129: salvaged: persist the salvaged set on disk
pulkit (Pulkit Goyal)
- [Updated] D9129: salvaged: persist the salvaged set on disk
marmoute (Pierre-Yves David)
- [Updated] D9130: salvaged: properly deal with salvaged file during copy tracing
marmoute (Pierre-Yves David)
- [Updated] D9130: salvaged: properly deal with salvaged file during copy tracing
martinvonz (Martin von Zweigbergk)
- [Updated] D9130: salvaged: properly deal with salvaged file during copy tracing
marmoute (Pierre-Yves David)
- [Updated] D9131: rust: fix formatting
martinvonz (Martin von Zweigbergk)
- [Updated] D9131: rust: fix formatting
Alphare (Raphaël Gomès)
- [Updated] D9132: rust: introduce `dirstate-tree` cargo feature
Alphare (Raphaël Gomès)
- [Updated] D9133: rust: start plugging the dirstate tree behind a feature gate
Alphare (Raphaël Gomès)
- [Updated] D9134: help: extract logic for listing commands and topics.
pulkit (Pulkit Goyal)
- [Updated] D9134: help: extract logic for listing commands and topics.
ludovicchabant (Ludovic Chabant)
- [Updated] D9136: rust-parsers: use in-place mutation instead of allocating a new `Vec`
pulkit (Pulkit Goyal)
- [Updated] D9136: rust-parsers: use in-place mutation instead of allocating a new `Vec`
Alphare (Raphaël Gomès)
- [Updated] D9137: rust: leverage improved match ergonomics
Alphare (Raphaël Gomès)
- [Updated] D9138: rust: update minimum supported Rust compiler version
Alphare (Raphaël Gomès)
- [Updated] D9139: copies: add a HASCOPIESINFO flag to highlight rev with useful data
marmoute (Pierre-Yves David)
- [Updated] D9140: copies: return None instead of ChangingFiles when relevant
marmoute (Pierre-Yves David)
- [Updated] D9141: copies: move `merged` testing sooner
marmoute (Pierre-Yves David)
- [Updated] D9142: rust: move rustfmt.toml to repo root so it can be used by `hg fix`
pulkit (Pulkit Goyal)
- [Updated] D9142: rust: move rustfmt.toml to repo root so it can be used by `hg fix`
martinvonz (Martin von Zweigbergk)
- [Updated] D9143: changing-files: fix docstring
pulkit (Pulkit Goyal)
- [Updated] D9143: changing-files: fix docstring
marmoute (Pierre-Yves David)
- [Updated] D9144: upgrade: add support for experimental safe share mode
marmoute (Pierre-Yves David)
- [Updated] D9144: upgrade: add support for experimental safe share mode
pulkit (Pulkit Goyal)
- [Updated] D9145: contrib: install latest versions of Python
pulkit (Pulkit Goyal)
- [Updated] D9145: contrib: install latest versions of Python
indygreg (Gregory Szorc)
- [Updated] D9146: contrib: install Rust 1.46.0
pulkit (Pulkit Goyal)
- [Updated] D9146: contrib: install Rust 1.46.0
indygreg (Gregory Szorc)
- [Updated] D9147: packaging: normalize - to _ in WiX Id values
pulkit (Pulkit Goyal)
- [Updated] D9147: packaging: normalize - to _ in WiX Id values
indygreg (Gregory Szorc)
- [Updated] D9148: pyoxidizer: produce working Python 3 Windows installers (issue6366)
indygreg (Gregory Szorc)
- [Updated] D9149: py3: use native string when comparing with a function's argspec
pulkit (Pulkit Goyal)
- [Updated] D9149: py3: use native string when comparing with a function's argspec
Alphare (Raphaël Gomès)
- [Updated] D9150: tests: skip doctests if not running from a hg repo
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9151: test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
pulkit (Pulkit Goyal)
- [Updated] D9151: test: add test-transaction-rollback-on-sigpipe.t demonstrating py3 regression
mplamann (Mitchell Plamann)
- [Updated] D9152: hook: ignore EPIPE when flushing stdout/stderr
pulkit (Pulkit Goyal)
- [Updated] D9152: hook: ignore EPIPE when flushing stdout/stderr
mplamann (Mitchell Plamann)
- [Updated] D9152: hook: ignore EPIPE when flushing stdout/stderr
mplamann (Mitchell Plamann)
- [Updated] D9153: unbundle: free temporary objects after use
pulkit (Pulkit Goyal)
- [Updated] D9153: unbundle: free temporary objects after use
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9153: unbundle: free temporary objects after use
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9153: unbundle: free temporary objects after use
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9153: unbundle: free temporary objects after use
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9154: revlog: pre-compute null revlog item for pure version
pulkit (Pulkit Goyal)
- [Updated] D9154: revlog: pre-compute null revlog item for pure version
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9155: revlog: don't cache parsed tuples in the C module
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9155: revlog: don't cache parsed tuples in the C module
martinvonz (Martin von Zweigbergk)
- [Updated] D9155: revlog: don't cache parsed tuples in the C module
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9156: mergestate: document `o` merge record state in _mergestate_base docs
pulkit (Pulkit Goyal)
- [Updated] D9157: tests: test output of {predecessors} and {successorssets} for non-obsolete changesets
pulkit (Pulkit Goyal)
- [Updated] D9157: tests: test output of {predecessors} and {successorssets} for non-obsolete changesets
aayjaychan (Aay Jay Chan)
- [Updated] D9158: templatekw: make {successorssets} always return a list (issue6342)
pulkit (Pulkit Goyal)
- [Updated] D9158: templatekw: make {successorssets} always return a list (issue6342)
aayjaychan (Aay Jay Chan)
- [Updated] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
marmoute (Pierre-Yves David)
- [Updated] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Updated] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Updated] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Updated] D9159: [RFC] merge: stop caring about whether files are related (issue6163)
martinvonz (Martin von Zweigbergk)
- [Updated] D9160: bundlerepo: don't insert index tuples with full nodes as linkrev
martinvonz (Martin von Zweigbergk)
- [Updated] D9161: unionrepo: don't insert index tuples with None as int field
martinvonz (Martin von Zweigbergk)
- [Updated] D9162: revlog: store new index entries as binary
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9162: revlog: store new index entries as binary
durin42 (Augie Fackler)
- [Updated] D9163: errors: move UnknownCommand and AmbiguousCommand near CommandError
pulkit (Pulkit Goyal)
- [Updated] D9163: errors: move UnknownCommand and AmbiguousCommand near CommandError
martinvonz (Martin von Zweigbergk)
- [Updated] D9164: errors: name arguments to CommandError constructor
pulkit (Pulkit Goyal)
- [Updated] D9164: errors: name arguments to CommandError constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9165: errors: name arguments to AmbiguousCommand constructor
pulkit (Pulkit Goyal)
- [Updated] D9165: errors: name arguments to AmbiguousCommand constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9166: errors: name arguments to UnknownCommand constructor
pulkit (Pulkit Goyal)
- [Updated] D9166: errors: name arguments to UnknownCommand constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] D9167: errors: introduce InputError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] D9167: errors: introduce UserError and use it from commands and cmdutil
martinvonz (Martin von Zweigbergk)
- [Updated] D9168: tests: update/remove outdated comments in test-copies-chain-merge.t
pulkit (Pulkit Goyal)
- [Updated] D9169: tags: add safety check for len(record) while reading hgtagsfnodescache
pulkit (Pulkit Goyal)
- [Updated] D9170: tests: only diff the `Cargo.lock` in `test-check-cargo-lock.t`
martinvonz (Martin von Zweigbergk)
- [Updated] D9170: tests: only diff the `Cargo.lock` in `test-check-cargo-lock.t`
Alphare (Raphaël Gomès)
- [Updated] D9171: tests: add test of copies suggested by Pierre-Yves on D9159
pulkit (Pulkit Goyal)
- [Updated] D9171: tests: add test of copies suggested by Pierre-Yves on D9159
martinvonz (Martin von Zweigbergk)
- [Updated] D9172: tests: update test-copies-chain-merge.t to not use empty files
pulkit (Pulkit Goyal)
- [Updated] D9172: tests: update test-copies-chain-merge.t to not use empty files
martinvonz (Martin von Zweigbergk)
- [Updated] D9172: tests: update test-copies-chain-merge.t to not use empty files
marmoute (Pierre-Yves David)
- [Updated] D9172: tests: update test-copies-chain-merge.t to not use empty files
martinvonz (Martin von Zweigbergk)
- [Updated] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
pulkit (Pulkit Goyal)
- [Updated] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
martinvonz (Martin von Zweigbergk)
- [Updated] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
marmoute (Pierre-Yves David)
- [Updated] D9173: tests: run test-copies-chain-merge.t also with copies in changesets
martinvonz (Martin von Zweigbergk)
- [Updated] D9174: tests: make test-convert-git.t work across changed default branch name
martinvonz (Martin von Zweigbergk)
- [Updated] D9175: tests: use `git init` instead of unusual synonym `git init-db`
pulkit (Pulkit Goyal)
- [Updated] D9175: tests: use `git init` instead of unusual synonym `git init-db`
martinvonz (Martin von Zweigbergk)
- [Updated] D9176: tests: set git config using `git config` for simplicity
pulkit (Pulkit Goyal)
- [Updated] D9176: tests: set git config using `git config` for simplicity
martinvonz (Martin von Zweigbergk)
- [Updated] D9177: tests: fix test-check-module-imports.t broken by D9150
martinvonz (Martin von Zweigbergk)
- [Updated] D9178: errors: stop passing non-strings to Abort's constructor
pulkit (Pulkit Goyal)
- [Updated] D9178: errors: stop passing non-strings to Abort's constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9179: errors: name arguments to Abort constructor
pulkit (Pulkit Goyal)
- [Updated] D9179: errors: name arguments to Abort constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9179: errors: name arguments to Abort constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9180: tests: fix test-url.py on py3, broken by D9179
martinvonz (Martin von Zweigbergk)
- [Updated] D9180: tests: fix test-url.py on py3, broken by D9179
pulkit (Pulkit Goyal)
- [Updated] D9180: tests: fix test-url.py on py3, broken by D9179
martinvonz (Martin von Zweigbergk)
- [Updated] D9181: rewriteutil: handle dropped commits when updating description hashes
pulkit (Pulkit Goyal)
- [Updated] D9181: rewriteutil: handle dropped commits when updating description hashes
mharbison72 (Matt Harbison)
- [Updated] D9182: absorb: update commit hash references in the new commits
pulkit (Pulkit Goyal)
- [Updated] D9182: absorb: update commit hash references in the new commits
mharbison72 (Matt Harbison)
- [Updated] D9183: fix: update commit hash references in the new commits
pulkit (Pulkit Goyal)
- [Updated] D9183: fix: update commit hash references in the new commits
mharbison72 (Matt Harbison)
- [Updated] D9184: py3: convert an exception message to bytes
pulkit (Pulkit Goyal)
- [Updated] D9184: py3: convert an exception message to bytes
martinvonz (Martin von Zweigbergk)
- [Updated] D9185: contrib: stop installing Python 3.5 and 3.6 in Windows environment
pulkit (Pulkit Goyal)
- [Updated] D9185: contrib: stop installing Python 3.5 and 3.6 in Windows environment
indygreg (Gregory Szorc)
- [Updated] D9186: contrib: install Python 3.9.0
pulkit (Pulkit Goyal)
- [Updated] D9186: contrib: install Python 3.9.0
indygreg (Gregory Szorc)
- [Updated] D9187: packaging: upgrade packages in Windows environment
pulkit (Pulkit Goyal)
- [Updated] D9187: packaging: upgrade packages in Windows environment
indygreg (Gregory Szorc)
- [Updated] D9188: automation: upgrade packages in Linux environment
pulkit (Pulkit Goyal)
- [Updated] D9188: automation: upgrade packages in Linux environment
indygreg (Gregory Szorc)
- [Updated] D9189: automation: support running against Python 3.9
pulkit (Pulkit Goyal)
- [Updated] D9189: automation: support running against Python 3.9
indygreg (Gregory Szorc)
- [Updated] D9190: mergestate: make filename argument optional in _mergestate_base.extras()
pulkit (Pulkit Goyal)
- [Updated] D9191: commit: refactor salvage calculation to a different function
pulkit (Pulkit Goyal)
- [Updated] D9192: commit: move salvaged calculation a bit earlier in the function
pulkit (Pulkit Goyal)
- [Updated] D9193: commit: pass mergestate into `_process_files` instead of re-reading it
pulkit (Pulkit Goyal)
- [Updated] D9194: commit: pass ChangingFiles object as argument to _process_files
pulkit (Pulkit Goyal)
- [Updated] D9195: copies: split creation of the graph and actual checking again
martinvonz (Martin von Zweigbergk)
- [Updated] D9195: copies: split creation of the graph and actual checking again
marmoute (Pierre-Yves David)
- [Updated] D9195: copies: split creation of the graph and actual checking again
marmoute (Pierre-Yves David)
- [Updated] D9195: copies: split creation of the graph and actual checking again
marmoute (Pierre-Yves David)
- [Updated] D9196: test: move upgrade run and check earlier in test-copies-chain-merge
pulkit (Pulkit Goyal)
- [Updated] D9196: test: move upgrade run and check earlier in test-copies-chain-merge
marmoute (Pierre-Yves David)
- [Updated] D9197: changing-files: add a shorthand property to check for copy relevant info
marmoute (Pierre-Yves David)
- [Updated] D9197: changing-files: add a shorthand property to check for copy relevant info
pulkit (Pulkit Goyal)
- [Updated] D9197: changing-files: add a shorthand property to check for copy relevant info
marmoute (Pierre-Yves David)
- [Updated] D9198: sidedata: return enough data to set the proper flag in the future
pulkit (Pulkit Goyal)
- [Updated] D9198: sidedata: return enough data to set the proper flag in the future
marmoute (Pierre-Yves David)
- [Updated] D9199: upgrade: allow sidedata upgrade to modify revision flag
marmoute (Pierre-Yves David)
- [Updated] D9199: upgrade: allow sidedata upgrade to modify revision flag
marmoute (Pierre-Yves David)
- [Updated] D9199: upgrade: allow sidedata upgrade to modify revision flag
pulkit (Pulkit Goyal)
- [Updated] D9199: upgrade: allow sidedata upgrade to modify revision flag
marmoute (Pierre-Yves David)
- [Updated] D9199: upgrade: allow sidedata upgrade to modify revision flag
marmoute (Pierre-Yves David)
- [Updated] D9200: copies: make sure deleted copy info do not overwriting unrelated ones
marmoute (Pierre-Yves David)
- [Updated] D9200: copies: make sure deleted copy info do not overwriting unrelated ones
martinvonz (Martin von Zweigbergk)
- [Updated] D9200: copies: make sure deleted copy info do not overwriting unrelated ones
marmoute (Pierre-Yves David)
- [Updated] D9201: rust: cleanup some white space in a dock
pulkit (Pulkit Goyal)
- [Updated] D9201: rust: cleanup some white space in a dock
marmoute (Pierre-Yves David)
- [Updated] D9202: dirstate-tree: move a conditional in an explicit boolean
pulkit (Pulkit Goyal)
- [Updated] D9202: dirstate-tree: move a conditional in an explicit boolean
marmoute (Pierre-Yves David)
- [Updated] D9203: dirstate-tree: simplify the control flow in the Node.insert method
marmoute (Pierre-Yves David)
- [Updated] D9204: tests: add notes about broken `hg log --follow <file>` with copies in extras
martinvonz (Martin von Zweigbergk)
- [Updated] D9204: tests: add notes about broken `hg log --follow <file>` with copies in extras
martinvonz (Martin von Zweigbergk)
- [Updated] D9205: posix: use context managers in a couple of places
pulkit (Pulkit Goyal)
- [Updated] D9205: posix: use context managers in a couple of places
mharbison72 (Matt Harbison)
- [Updated] D9206: posix: avoid a leaked file descriptor in a unix domain socket exception case
pulkit (Pulkit Goyal)
- [Updated] D9206: posix: avoid a leaked file descriptor in a unix domain socket exception case
mharbison72 (Matt Harbison)
- [Updated] D9207: record: when backing up, avoid generating very long filenames
pulkit (Pulkit Goyal)
- [Updated] D9207: record: when backing up, avoid generating very long filenames
spectral (Kyle Lippincott)
- [Updated] D9208: clonebundles: move a bundle of clone bundle related code to a new module
marmoute (Pierre-Yves David)
- [Updated] D9208: clonebundles: move a bundle of clone bundle related code to a new module
marmoute (Pierre-Yves David)
- [Updated] D9209: clonebundle: move the manifest filename to a constant
marmoute (Pierre-Yves David)
- [Updated] D9210: pycompat: update comment about unnamedtempfile
pulkit (Pulkit Goyal)
- [Updated] D9210: pycompat: update comment about unnamedtempfile
marmoute (Pierre-Yves David)
- [Updated] D9211: pycompat: add an entry for unnamedtmpfile
pulkit (Pulkit Goyal)
- [Updated] D9211: pycompat: add an entry for unnamedtmpfile
marmoute (Pierre-Yves David)
- [Updated] D9212: procutil: allow to specify arbitrary stdin bytes to runbgcommand
marmoute (Pierre-Yves David)
- [Updated] D9213: test: check server error output in `test-pull-bundle.t`
pulkit (Pulkit Goyal)
- [Updated] D9213: test: check server error output in `test-pull-bundle.t`
marmoute (Pierre-Yves David)
- [Updated] D9214: copy: clarify in help text that `hg co --forget` takes a *destination* file
pulkit (Pulkit Goyal)
- [Updated] D9214: copy: clarify in help text that `hg co --forget` takes a *destination* file
martinvonz (Martin von Zweigbergk)
- [Updated] D9215: transaction: use ProgrammingError for when an committed transaction is used
pulkit (Pulkit Goyal)
- [Updated] D9215: transaction: use ProgrammingError for when an committed transaction is used
martinvonz (Martin von Zweigbergk)
- [Updated] D9216: backout: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9216: backout: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9217: import: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9217: import: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9218: commit: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9218: commit: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9218: commit: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9219: grep: levarage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9219: grep: levarage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9220: incoming: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9220: incoming: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9221: revert: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9221: revert: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9222: serve: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9222: serve: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9223: tag: leverage cmdutil.check_incompatible_arguments()
pulkit (Pulkit Goyal)
- [Updated] D9223: tag: leverage cmdutil.check_incompatible_arguments()
martinvonz (Martin von Zweigbergk)
- [Updated] D9224: fix: suggest --source instead of --rev on empty revset
martinvonz (Martin von Zweigbergk)
- [Updated] D9225: tests: add test showing how `hg fix -s` deals with obsolete and orphan nodes
martinvonz (Martin von Zweigbergk)
- [Updated] D9226: fix: don't include obsolete descendants with -s
martinvonz (Martin von Zweigbergk)
- [Updated] D9226: fix: don't include obsolete descendants with -s
martinvonz (Martin von Zweigbergk)
- [Updated] D9227: fix: only check for obsolete commits in the --rev case
martinvonz (Martin von Zweigbergk)
- [Updated] D9228: pyoxidizer: update to PyOxidizer 0.9
martinvonz (Martin von Zweigbergk)
- [Updated] D9228: pyoxidizer: update to PyOxidizer 0.9
indygreg (Gregory Szorc)
- [Updated] D9229: rebase: update commit hash references in the new commits
mharbison72 (Matt Harbison)
- [Updated] D9230: rhg: add full node id support for `debugdata` command
durin42 (Augie Fackler)
- [Updated] D9231: revlog: extend addgroup() with callback for duplicates
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9231: revlog: extend addgroup() with callback for duplicates
martinvonz (Martin von Zweigbergk)
- [Updated] D9232: phases: allow registration and boundary advancement with revision sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9232: phases: allow registration and boundary advancement with revision sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9233: phases: convert registernew users to use revision sets
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9234: errors: remove unnecessary override of __bytes__ in RevlogError
martinvonz (Martin von Zweigbergk)
- [Updated] D9235: revlog: use LRU for the chain cache
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9236: utils: helper function to print top memory allocation site
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9238: errors: add config that lets user get more detailed exit codes
martinvonz (Martin von Zweigbergk)
- [Updated] D9238: errors: add config that lets user get more detailed exit codes
martinvonz (Martin von Zweigbergk)
- [Updated] D9239: test: avoid bashisms in test-transaction-rollback-on-sigpipe.t
martinvonz (Martin von Zweigbergk)
- [Updated] D9239: test: avoid bashisms in test-transaction-rollback-on-sigpipe.t
mplamann (Mitchell Plamann)
- [Updated] D9240: errors: name arguments to ParseError constructor
martinvonz (Martin von Zweigbergk)
- [Updated] D9241: config: move message about leading spaces in config to config.py
martinvonz (Martin von Zweigbergk)
- [Updated] D9243: demandimport: don't raise AttributeError if `exec_module` is missing
martinvonz (Martin von Zweigbergk)
- [Updated] D9243: demandimport: don't raise AttributeError if `exec_module` is missing
mharbison72 (Matt Harbison)
- [Updated] D9244: histedit: drop fallback to empty string from rendertemplate()
martinvonz (Martin von Zweigbergk)
- [Updated] D9245: config: add a new [command-templates] section for templates defined by hg
martinvonz (Martin von Zweigbergk)
- [Updated] D9245: config: add a new [command-templates] section for templates defined by hg
martinvonz (Martin von Zweigbergk)
- [Updated] D9246: config: rename ui.graphnodetemplate to command-templates.graphnode
martinvonz (Martin von Zweigbergk)
- [Updated] D9247: config: rename ui.mergemarkertemplate to command-templates.mergemarker
martinvonz (Martin von Zweigbergk)
- [Updated] D9248: repoview: only pin obsolete wdir parents while there are unresolved conflicts
mharbison72 (Matt Harbison)
- [Updated] D9249: config: move ui.pre-merge-tool-output-template into [command-templates]
martinvonz (Martin von Zweigbergk)
- [Updated] D9250: rebase: use hard-coded template for one-line commit description
martinvonz (Martin von Zweigbergk)
- [Updated] D9251: rebase: make summary template configurable, with default to shared template
martinvonz (Martin von Zweigbergk)
- [Updated] D9252: rebase: change and standarize template for rebase's one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9252: rebase: change and standarize template for rebase's one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9252: rebase: change and standarize template for rebase's one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9252: rebase: change and standarize template for rebase's one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9253: commit: don't change phases for preexisting commits
Phabricator
- [Updated] D9253: commit: don't change phases for preexisting commits
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] D9253: commit: don't change phases for preexisting commits
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] D9254: phabsend: use default one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9255: split: use default one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9256: backout: don't assume that tip as what we just committed
Phabricator
- [Updated] D9257: commit: warn the user when a commit already exists
danchr (Dan Villiom Podlaski Christiansen)
- [Updated] D9257: commit: warn the user when a commit already exists
Phabricator
- [Updated] D9258: relnotes: mention improved memory use and underlaying API changes
martinvonz (Martin von Zweigbergk)
- [Updated] D9258: relnotes: mention improved memory use and underlaying API changes
joerg.sonnenberger (Joerg Sonnenberger)
- [Updated] D9259: py3: hggettext
Phabricator
- [Updated] D9260: i18n: fix coding tag unsupported by xgettext
Phabricator
- [Updated] D9261: push: add --all-bookmarks option
Phabricator
- [Updated] D9262: templates: include all non-branch namespaces in default one-line summary
martinvonz (Martin von Zweigbergk)
- [Updated] D9263: relnotes: copy "next" to "5.6" and clear "next"
durin42 (Augie Fackler)
- [Updated] D9263: relnotes: copy "next" to "5.6" and clear "next"
martinvonz (Martin von Zweigbergk)
- [Updated] D9264: rhg: strip copied files metadata from `cat` output
Phabricator
Last message date:
Sat Oct 31 21:49:38 UTC 2020
Archived on: Thu Jun 30 16:39:25 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).