May 2018 Archives by subject
Starting: Tue May 1 00:15:26 UTC 2018
Ending: Fri Jun 1 02:35:01 UTC 2018
Messages: 1108
- [Bug 5861] New: hg log: include pattern is ignored when used with "diffstat" template
mercurial-bugs at mercurial-scm.org
- [Bug 5862] New: CA certs are not automatically loaded on macOS with 2.7.15 from python.org
mercurial-bugs at mercurial-scm.org
- [Bug 5863] New: Can't clone from github
mercurial-bugs at mercurial-scm.org
- [Bug 5864] New: `hg split` (from core) cannot commit flag-only file change
mercurial-bugs at mercurial-scm.org
- [Bug 5865] New: `hg split` (from evolve) cannot commit flag-only file change
mercurial-bugs at mercurial-scm.org
- [Bug 5866] New: A rebase that does a file merge and produces no file diff is not elided
mercurial-bugs at mercurial-scm.org
- [Bug 5867] New: allow default values for alias arguments
mercurial-bugs at mercurial-scm.org
- [Bug 5868] New: hg log --template "{bookmarks}" runs slowly in the presence of many revisions and bookmarks
mercurial-bugs at mercurial-scm.org
- [Bug 5869] New: files field in per-file Atom feed is empty
mercurial-bugs at mercurial-scm.org
- [Bug 5870] New: hgweb spartan style missing template for bookmarks list
mercurial-bugs at mercurial-scm.org
- [Bug 5871] New: Traceback on invalid bookmark reply from hgweb
mercurial-bugs at mercurial-scm.org
- [Bug 5872] New: bundle with cache:rev-branch-cache can't be applied by hg <=4.5.2
mercurial-bugs at mercurial-scm.org
- [Bug 5873] New: Passing early options such as --config to an extdiff program is difficult
mercurial-bugs at mercurial-scm.org
- [Bug 5874] New: Ability to compare differences after applying a filter to files
mercurial-bugs at mercurial-scm.org
- [Bug 5875] New: Relative path to extdiff program does not work
mercurial-bugs at mercurial-scm.org
- [Bug 5876] New: Config option web.baseurl is unavailable to templates
mercurial-bugs at mercurial-scm.org
- [Bug 5877] New: `hg evolve --content-divergent` does not merge commit message
mercurial-bugs at mercurial-scm.org
- [Bug 5878] New: WhatsNew Missing for Mercurial 4.6
mercurial-bugs at mercurial-scm.org
- [Bug 5879] New: hgweb search for revset keyword search treated as literal keyword search
mercurial-bugs at mercurial-scm.org
- [Bug 5880] New: Regression in behaviour of fetching commits
mercurial-bugs at mercurial-scm.org
- [Bug 5881] New: when evolve updates instead, it seems to ignore remaining commits to evolve
mercurial-bugs at mercurial-scm.org
- [Bug 5882] New: 'hg push' fails on read-only filesystem
mercurial-bugs at mercurial-scm.org
- [Bug 5883] New: Rebase on Windows loses the executable bit
mercurial-bugs at mercurial-scm.org
- [Bug 5884] New: 4.6 fails to install in msys2
mercurial-bugs at mercurial-scm.org
- [Bug 5885] New: xdiff tests fail on 32bit linux
mercurial-bugs at mercurial-scm.org
- [Bug 5886] New: `hg evolve` merge conflicts do not show up when commands.status.verbose=True
mercurial-bugs at mercurial-scm.org
- [Bug 5887] New: evolve can reference lock variable before initializing it
mercurial-bugs at mercurial-scm.org
- [Bug 5888] New: Send both patch and hg bundle as multipart/alternative
mercurial-bugs at mercurial-scm.org
- [Bug 5889] New: Random IOError with hgweb since 4.6 upgrade
mercurial-bugs at mercurial-scm.org
- [Bug 5890] New: name persistent branch same as bookmark
mercurial-bugs at mercurial-scm.org
- [Bug 5891] New: Subrepo remapping doesn't appear to work
mercurial-bugs at mercurial-scm.org
- [Bug 5892] New: `hg showconfig ui.interactive` returns incorrect value
mercurial-bugs at mercurial-scm.org
- [Bug 5893] New: --pager and help about pager (2 bugs)
mercurial-bugs at mercurial-scm.org
- [Bug 5894] New: Text-based markers in inline diffs
mercurial-bugs at mercurial-scm.org
- [Bug 5895] New: Catch and explain the sudo case
mercurial-bugs at mercurial-scm.org
- [Bug 5896] New: narrow doesn't play well with share
mercurial-bugs at mercurial-scm.org
- [Bug 5897] New: `hg next --evolve` is not abortable (exception: KeyError: 'startnode')
mercurial-bugs at mercurial-scm.org
- [Bug 5898] New: 'hg rebase -k' messes with bookmarks
mercurial-bugs at mercurial-scm.org
- [Bug 5900] New: can't commit with experimental.format.compression=none
mercurial-bugs at mercurial-scm.org
- [Bug 5901] New: when run from subdirectory, "hg rm *" deletes current working directory
mercurial-bugs at mercurial-scm.org
- [Bug 5902] New: lfs crashes in TortoiseHg when enabled only at the repo level
mercurial-bugs at mercurial-scm.org
- [Bug 5903] New: allow to ignore binary files that don't have a file extension
mercurial-bugs at mercurial-scm.org
- [Bug 5904] New: evolve 8.0 crashes with 4.5.3
mercurial-bugs at mercurial-scm.org
- [Bug 5905] New: Receiving inconsistent heads / phases data can result in mass phase advancement
mercurial-bugs at mercurial-scm.org
- [PATCH 01 of 10] hgweb: move prettyprintlines() closure out of diffs()
Yuya Nishihara
- [PATCH 01 of 10] hgweb: move prettyprintlines() closure out of diffs()
Gregory Szorc
- [PATCH 01 of 12] test-url: stop using the deprecated util.forcebytestr()
Matt Harbison
- [PATCH 02 of 10] hgweb: wrap {lines} of {diff} with mappedgenerator
Yuya Nishihara
- [PATCH 02 of 12] revert: drop deprecated prefetch hook
Matt Harbison
- [PATCH 03 of 10] hgweb: use template context to render {lines} of {diff}
Yuya Nishihara
- [PATCH 03 of 12] cmdutil: drop deprecated forwarding to logcmdutil
Matt Harbison
- [PATCH 04 of 10] hgweb: convert {diff} to a mappinggenerator with named template
Yuya Nishihara
- [PATCH 04 of 12] util: drop deprecated forwarding to stringutil
Matt Harbison
- [PATCH 04 of 12] util: drop deprecated forwarding to stringutil
Yuya Nishihara
- [PATCH 05 of 10] hgweb: move compline() closure out of compare()
Yuya Nishihara
- [PATCH 05 of 12] util: drop deprecated forwarding to dateutil
Matt Harbison
- [PATCH 06 of 10] hgweb: move getblock() closure out of compare()
Yuya Nishihara
- [PATCH 06 of 12] cmdutil: drop deprecated precursor of registrar.command
Matt Harbison
- [PATCH 06 of 12] cmdutil: drop deprecated precursor of registrar.command
Yuya Nishihara
- [PATCH 07 of 10] hgweb: convert comparison {lines} to a mappinggenerator with named template
Yuya Nishihara
- [PATCH 07 of 12] merge: drop deprecated support for accessing `updateresult` fields by index
Matt Harbison
- [PATCH 08 of 10] hgweb: rename 'context' argument of webutil.compare() to avoid name conflicts
Yuya Nishihara
- [PATCH 08 of 12] scmutil: drop deprecated revpairnodes()
Matt Harbison
- [PATCH 09 of 10] hgweb: convert {comparison} to a mappinggenerator with named template
Yuya Nishihara
- [PATCH 09 of 12] templatekw: drop deprecated showlist() and showdict()
Matt Harbison
- [PATCH 10 of 10] hgweb: drop unused argument 'tmpl' from webutil.compare()
Yuya Nishihara
- [PATCH 10 of 12] tests: migrate demandimport.py away from deprecated `util` module symbols
Matt Harbison
- [PATCH 11 of 12] util: drop deprecated forwarding to procutil
Matt Harbison
- [PATCH 12 of 12] util: drop _deprecatedfunc()
Matt Harbison
- [PATCH 1 of 2] dispatch: fix exit code of unhandled exception recorded in blackbox log
Yuya Nishihara
- [PATCH 1 of 2] githelp: drop the trailing period from single sentence output for consistency
Matt Harbison
- [PATCH 1 of 2] githelp: drop the trailing period from single sentence output for consistency
Pulkit Goyal
- [PATCH 1 of 2] hghave: avoid a deadlock reading the child process's output
Matt Harbison
- [PATCH 1 of 2] log: cache diffopts instance
Yuya Nishihara
- [PATCH 1 of 2] log: cache diffopts instance
Gregory Szorc
- [PATCH 1 of 2] phabricator: register config settings
Matt Harbison
- [PATCH 1 of 2] phabricator: register config settings
Yuya Nishihara
- [PATCH 1 of 2] stringutil: make pprint() forward uninteresting object to b'%r'
Yuya Nishihara
- [PATCH 1 of 2] stringutil: make pprint() forward uninteresting object to b'%r'
Pulkit Goyal
- [PATCH 1 of 2] templates: split getgraphnode() body into two functions
Anton Shestakov
- [PATCH 1 of 2] templates: split getgraphnode() body into two functions
Yuya Nishihara
- [PATCH 1 of 2] test-http-branchmap: fix encoding test to wrap the server stream
Yuya Nishihara
- [PATCH 1 of 2] unionrepo: fill in uncompressed length of revlog entry
Yuya Nishihara
- [PATCH 1 of 2] unionrepo: fill in uncompressed length of revlog entry
Gregory Szorc
- [PATCH 1 of 2 RESEND] extensions: peek command table of disabled extensions without importing
Yuya Nishihara
- [PATCH 1 of 2 RESEND] extensions: peek command table of disabled extensions without importing
Martin von Zweigbergk
- [PATCH 1 of 2 STABLE] httppeer: properly gate debug usage behind debug flag check
Boris Feld
- [PATCH 1 of 2 STABLE] lock: add internal config to not replace signal handlers while locking
Yuya Nishihara
- [PATCH 1 of 2 STABLE] lock: add internal config to not replace signal handlers while locking
Gregory Szorc
- [PATCH 1 of 2 STABLE] test-hgweb: add test for foo-bar name lookup
Yuya Nishihara
- [PATCH 1 of 2 V2] revlog: make getcandidaterevs more consistent about updating tested revs set
Paul Morelle
- [PATCH 1 of 3] encoding: fix toutf8b() to resurrect lossy characters even if "\xed" in it
Yuya Nishihara
- [PATCH 1 of 3] py3: wrap tempfile.mkstemp() to use bytes path
Yuya Nishihara
- [PATCH 1 of 3] py3: wrap tempfile.mkstemp() to use bytes path
Pulkit Goyal
- [PATCH 1 of 3] repoview: use 'phasecache.getrevset' when computing 'unserved' filter
Boris Feld
- [PATCH 1 of 3] repoview: use 'phasecache.getrevset' when computing 'unserved' filter
Yuya Nishihara
- [PATCH 1 of 3] test-ssh: add some flush() to make output deterministic
Yuya Nishihara
- [PATCH 1 of 3] test-ssh: add some flush() to make output deterministic
Gregory Szorc
- [PATCH 1 of 3] test-ssh: add some flush() to make output deterministic
Yuya Nishihara
- [PATCH 1 of 3] test-ssh: add some flush() to make output deterministic
Gregory Szorc
- [PATCH 1 of 3] test-ssh: add some flush() to make output deterministic
Yuya Nishihara
- [PATCH 1 of 3 RFC] context: factor out commonancestorsheads calculation
Sean Farley
- [PATCH 1 of 4] bookmarks: hide dict behind bmstore class
Yuya Nishihara
- [PATCH 1 of 4] context: explicitly take diffopts in `context.diff` (API)
Boris Feld
- [PATCH 1 of 4] context: explicitly take diffopts in `context.diff` (API)
Yuya Nishihara
- [PATCH 1 of 4 accept-scripts] land: add test demonstrating JSON error on empty revset
Kevin Bullock
- [PATCH 1 of 5] cmdutil: remove deprecated _revertprefetch code
Augie Fackler
- [PATCH 1 of 5] extensions: drop dead code trying to exclude deprecated disabled commands
Yuya Nishihara
- [PATCH 1 of 5] extensions: drop dead code trying to exclude deprecated disabled commands
Gregory Szorc
- [PATCH 1 of 5] githelp: fail gracefully in a couple cases where arguments are missing
Matt Harbison
- [PATCH 1 of 5] githelp: fail gracefully in a couple cases where arguments are missing
Pulkit Goyal
- [PATCH 1 of 5] spartan: add missing closing tags
Anton Shestakov
- [PATCH 1 of 6] hgweb: extract generator of {files} from changesetentry()
Yuya Nishihara
- [PATCH 1 of 6] hgweb: wrap {rename} with mappinglist
Yuya Nishihara
- [PATCH 1 of 6] revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta
Paul Morelle
- [PATCH 1 of 6] revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta
Gregory Szorc
- [PATCH 1 of 6] revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta
Paul Morelle
- [PATCH 1 of 6] revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta
Gregory Szorc
- [PATCH 1 of 7] hgweb: drop useless **args from webutil.showtag() and showbookmark()
Yuya Nishihara
- [PATCH 1 of 7] hgweb: wrap {diffstat} with mappedgenerator
Yuya Nishihara
- [PATCH 1 of 7] hgweb: wrap {diffstat} with mappedgenerator
Pulkit Goyal
- [PATCH 1 of 7] hgweb: wrap {nextentry} of graph with mappinglist
Yuya Nishihara
- [PATCH 1 of 8] hgweb: wrap {entries}* of bookmarks with mappinggenerator
Yuya Nishihara
- [PATCH 1 of 8] hgweb: wrap {entries}* of bookmarks with mappinggenerator
Gregory Szorc
- [PATCH 2 of 2] dispatch: mask negative exit code recorded in blackbox log
Yuya Nishihara
- [PATCH 2 of 2] dispatch: mask negative exit code recorded in blackbox log
Martin von Zweigbergk
- [PATCH 2 of 2] hgweb: reuse graph node-related functions from templates
Anton Shestakov
- [PATCH 2 of 2] log: consume --stat/patch options at constructor of changesetprinter
Yuya Nishihara
- [PATCH 2 of 2] phabricator: add a config knob for `phabsend --amend`
Matt Harbison
- [PATCH 2 of 2] phabricator: add a config knob for `phabsend --amend`
Yuya Nishihara
- [PATCH 2 of 2] phabricator: add a config knob for `phabsend --amend`
Matt Harbison
- [PATCH 2 of 2] py3: replace str.format(x) with `str % x` in githelp
Matt Harbison
- [PATCH 2 of 2] revlog: disallow setting uncompressed length to None
Yuya Nishihara
- [PATCH 2 of 2] stringutil: flip the default of pprint() to bprefix=False
Yuya Nishihara
- [PATCH 2 of 2] test-http-branchmap: fix stdio mode on Windows
Yuya Nishihara
- [PATCH 2 of 2] test-http-branchmap: fix stdio mode on Windows
Matt Harbison
- [PATCH 2 of 2] test-http-branchmap: fix stdio mode on Windows
Matt Harbison
- [PATCH 2 of 2] test-http-branchmap: fix stdio mode on Windows
Pulkit Goyal
- [PATCH 2 of 2] tests: adapt test-check-pylint to run on Windows
Matt Harbison
- [PATCH 2 of 2 RESEND] extensions: remove strip_init=True from _disabledpaths()
Yuya Nishihara
- [PATCH 2 of 2 STABLE] hgweb: do not try to replace signal handlers while locking
Yuya Nishihara
- [PATCH 2 of 2 STABLE] httppeer: declare 'dgb' at the function level
Boris Feld
- [PATCH 2 of 2 STABLE] httppeer: declare 'dgb' at the function level
Yuya Nishihara
- [PATCH 2 of 2 STABLE] revset: pass in lookup function to matchany() (issue5879)
Yuya Nishihara
- [PATCH 2 of 2 STABLE] revset: pass in lookup function to matchany() (issue5879)
Martin von Zweigbergk
- [PATCH 2 of 2 V2] revlog: make chainbase cache its result for the correct revision
Paul Morelle
- [PATCH 2 of 2 V2] revlog: make chainbase cache its result for the correct revision
Yuya Nishihara
- [PATCH 2 of 3] encoding: introduce tagging type for non-lossy non-ASCII string
Yuya Nishihara
- [PATCH 2 of 3] phases: define an official tuple of mutable phases
Boris Feld
- [PATCH 2 of 3] py3: wrap tempfile.mkdtemp() to use bytes path
Yuya Nishihara
- [PATCH 2 of 3] sshserver: do setbinary() by caller (API)
Yuya Nishihara
- [PATCH 2 of 3] sshserver: do setbinary() by caller (API)
Matt Harbison
- [PATCH 2 of 3] sshserver: do setbinary() by caller (API)
Yuya Nishihara
- [PATCH 2 of 3 RFC] context: add a method to return a list of common ancestor changesets
Sean Farley
- [PATCH 2 of 4] bookmarks: extract function that looks up bookmark names by node
Yuya Nishihara
- [PATCH 2 of 4] context: also take all other arguments than `patch.diff` accept
Boris Feld
- [PATCH 2 of 4] context: also take all other arguments than `patch.diff` accept
Yuya Nishihara
- [PATCH 2 of 4 accept-scripts] land: turn three identical function calls into one variable
Kevin Bullock
- [PATCH 2 of 5] cmdutil: drop support for legacy command registration
Augie Fackler
- [PATCH 2 of 5] extensions: extract closure that looks for commands from disabled module
Yuya Nishihara
- [PATCH 2 of 5] githelp: cleanly abort if the `svn` command is unknown
Matt Harbison
- [PATCH 2 of 5] paper: don't show '[up]' in file view when in root directory already
Anton Shestakov
- [PATCH 2 of 6] debugdeltachain: r.start and r.length can be retrieved outside the loop
Paul Morelle
- [PATCH 2 of 6] hgweb: wrap {files} of changesetentry() with mappedgenerator
Yuya Nishihara
- [PATCH 2 of 6] hgweb: wrap {tags} by hybridlist()
Yuya Nishihara
- [PATCH 2 of 7] hgweb: adapt {jsdata} of graph to mappinggenerator
Yuya Nishihara
- [PATCH 2 of 7] hgweb: use template context to render {diffstat}
Yuya Nishihara
- [PATCH 2 of 7] hgweb: wrap {changelogtag}, {changesettag}, and {changesetbookmark}
Yuya Nishihara
- [PATCH 2 of 8] hgweb: wrap {lastchange} of bookmarks with mappinglist
Yuya Nishihara
- [PATCH 3 of 3] phases: define an official tuple of phases we do not share
Boris Feld
- [PATCH 3 of 3] py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
Yuya Nishihara
- [PATCH 3 of 3] sshserver: redirect stdin/stdout early and use duplicated streams
Yuya Nishihara
- [PATCH 3 of 3] sshserver: redirect stdin/stdout early and use duplicated streams
Matt Harbison
- [PATCH 3 of 3] sshserver: redirect stdin/stdout early and use duplicated streams
Yuya Nishihara
- [PATCH 3 of 3] sshserver: redirect stdin/stdout early and use duplicated streams
Augie Fackler
- [PATCH 3 of 3] templatefilters: document the json filter
Yuya Nishihara
- [PATCH 3 of 3] templatefilters: document the json filter
Augie Fackler
- [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return
Sean Farley
- [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return
Sean Farley
- [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return
Yuya Nishihara
- [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return
Yuya Nishihara
- [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return
Sean Farley
- [PATCH 3 of 3 RFC] revset: add an 'all' argument to ancestor() to return
Yuya Nishihara
- [PATCH 3 of 4] bookmarks: make argument names of _set/_del() more specific
Yuya Nishihara
- [PATCH 3 of 4] diff: accept "dict" as diff option
Boris Feld
- [PATCH 3 of 4] diff: accept "dict" as diff option
Yuya Nishihara
- [PATCH 3 of 4 accept-scripts] land: extract a function to determine accepted ranges
Kevin Bullock
- [PATCH 3 of 5] cmdutil: drop deprecated log helper methods
Augie Fackler
- [PATCH 3 of 5] githelp: make several strings localizable
Matt Harbison
- [PATCH 3 of 5] githelp: make several strings localizable
Pulkit Goyal
- [PATCH 3 of 5] gitweb: don't show '[up]' in file view when in root directory already
Anton Shestakov
- [PATCH 3 of 5] help: load module doc of disabled extension in extensions.disabledcmd()
Yuya Nishihara
- [PATCH 3 of 6] hgweb: use template context to render {files} of changesetentry()
Yuya Nishihara
- [PATCH 3 of 6] hgweb: wrap {bookmarks} by hybridlist()
Yuya Nishihara
- [PATCH 3 of 6] revlog: make variable name 'd' more explicit in _isgooddeltainfo
Paul Morelle
- [PATCH 3 of 7] hgweb: drop tmpl argument from webutil.showtag() and showbookmark()
Yuya Nishihara
- [PATCH 3 of 7] hgweb: drop unused argument 'tmpl' from webutil.diffstat()
Yuya Nishihara
- [PATCH 3 of 7] hgweb: wrap {nodes} of graph with mappinggenerator
Yuya Nishihara
- [PATCH 3 of 8] hgweb: wrap {bookmarks} of summary with mappinggenerator
Yuya Nishihara
- [PATCH 4 of 4] bookmarks: cache reverse mapping (issue5868)
Yuya Nishihara
- [PATCH 4 of 4] bookmarks: cache reverse mapping (issue5868)
Augie Fackler
- [PATCH 4 of 4] diff: use `context.diff` to produce diff
Boris Feld
- [PATCH 4 of 4 accept-scripts] land: fix JSON error when no accepted changes to land
Kevin Bullock
- [PATCH 4 of 4 accept-scripts] land: fix JSON error when no accepted changes to land
Augie Fackler
- [PATCH 4 of 5] extensions: peek command table of disabled extensions without importing
Yuya Nishihara
- [PATCH 4 of 5] githelp: rewrite a Yoda conditional
Matt Harbison
- [PATCH 4 of 5] merge: drop support for using updateresults as tuples
Augie Fackler
- [PATCH 4 of 5] monoblue: don't show '[up]' in file view when in root directory already
Anton Shestakov
- [PATCH 4 of 6] hgweb: wrap {branches} by hybridlist()
Yuya Nishihara
- [PATCH 4 of 6] hgweb: wrap {files} of changelist entries with mappedgenerator
Yuya Nishihara
- [PATCH 4 of 6] revlog: isgooddeltainfo takes the whole revinfo object
Paul Morelle
- [PATCH 4 of 7] hgweb: wrap {branches} and {entries} of branches with mappinggenerator
Yuya Nishihara
- [PATCH 4 of 7] hgweb: wrap {edges} of {nodes} of graph with mappinglist
Yuya Nishihara
- [PATCH 4 of 7] hgweb: wrap {lines} of filerevision with mappinggenerator
Yuya Nishihara
- [PATCH 4 of 8] hgweb: wrap {annotate} with mappinggenerator
Yuya Nishihara
- [PATCH 5 of 5] extensions: remove strip_init=True from _disabledpaths()
Yuya Nishihara
- [PATCH 5 of 5] githelp: lowercase the start of output messages for consistency
Matt Harbison
- [PATCH 5 of 5] githelp: lowercase the start of output messages for consistency
Martin von Zweigbergk
- [PATCH 5 of 5] scmutil: remove deprecated revpairnodes method
Augie Fackler
- [PATCH 5 of 5] scmutil: remove deprecated revpairnodes method
Augie Fackler
- [PATCH 5 of 5] scmutil: remove deprecated revpairnodes method
Yuya Nishihara
- [PATCH 5 of 5] spartan: don't show '[up]' in file view when in root directory already
Anton Shestakov
- [PATCH 5 of 6] hgweb: use template context to render {files} of changelist entries
Yuya Nishihara
- [PATCH 5 of 6] hgweb: wrap {inbranch} by hybridlist()
Yuya Nishihara
- [PATCH 5 of 6] revlog: make getcandidaterevs more consistent about updating tested revs set
Paul Morelle
- [PATCH 5 of 7] hgweb: wrap {entries}* of changelog with mappinglist
Yuya Nishihara
- [PATCH 5 of 7] hgweb: wrap {succsandmarkers} with mappinggenerator
Yuya Nishihara
- [PATCH 5 of 7] hgweb: wrap {topics}es of help with mappinggenerator or mappinglist
Yuya Nishihara
- [PATCH 5 of 8] hgweb: wrap {parents} of {annotate} with mappinggenerator
Yuya Nishihara
- [PATCH 6 of 6] hgweb: remove unused argument 'tmpl' from listfilediffs()
Yuya Nishihara
- [PATCH 6 of 6] hgweb: remove unused argument 'tmpl' from listfilediffs()
Augie Fackler
- [PATCH 6 of 6] hgweb: wrap {branch} and {changesetbranch} by hybridlist()
Yuya Nishihara
- [PATCH 6 of 6] hgweb: wrap {branch} and {changesetbranch} by hybridlist()
Anton Shestakov
- [PATCH 6 of 6] lfs: enable the final download count status message
Matt Harbison
- [PATCH 6 of 6] lfs: enable the final download count status message
Pulkit Goyal
- [PATCH 6 of 6] revlog: make chainbase cache its result for the correct revision
Paul Morelle
- [PATCH 6 of 7] hgweb: wrap {earlycommands} and {othercommands} of help with mappinggenerator
Yuya Nishihara
- [PATCH 6 of 7] hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator
Yuya Nishihara
- [PATCH 6 of 7] hgweb: wrap {whyunstable} with mappinggenerator
Yuya Nishihara
- [PATCH 6 of 8] hgweb: wrap {diffopts} of annotate by hybriddict()
Yuya Nishihara
- [PATCH 7 of 7] hgweb: fill {rename} even if ?linerange is specified
Yuya Nishihara
- [PATCH 7 of 7] hgweb: wrap {entries}* of tags with mappinggenerator
Yuya Nishihara
- [PATCH 7 of 7] hgweb: wrap {instabilities} by hybridlist()
Yuya Nishihara
- [PATCH 7 of 7] hgweb: wrap {instabilities} by hybridlist()
Martin von Zweigbergk
- [PATCH 7 of 8] hgweb: don't use dict(key=value) to build a mapping dict in filelog
Yuya Nishihara
- [PATCH 8 of 8] hgweb: wrap {entries}* of filelog with mappinglist
Yuya Nishihara
- [PATCH] cmdutil: remove unused 'confirmopts' constant
Yuya Nishihara
- [PATCH] cmdutil: remove unused 'confirmopts' constant
Gregory Szorc
- [PATCH] config: rename allow_archive to allow-archive
David Demelier
- [PATCH] config: rename streamunbundle to stream-unbundle
David Demelier
- [PATCH] config: rename streamunbundle to stream-unbundle
Yuya Nishihara
- [PATCH] config: rename streamunbundle to stream-unbundle
Pulkit Goyal
- [PATCH] debugextensions: process extensions loaded from the local repository too
Matt Harbison
- [PATCH] debugextensions: process extensions loaded from the local repository too
Yuya Nishihara
- [PATCH] dispatch: unify handling of None returned by a command function
Yuya Nishihara
- [PATCH] dispatch: unify handling of None returned by a command function
Gregory Szorc
- [PATCH] dispatch: unify handling of None returned by a command function
Martin von Zweigbergk
- [PATCH] dispatch: unify handling of None returned by a command function
Yuya Nishihara
- [PATCH] export: add -B option to select a bookmark
David Demelier
- [PATCH] export: add -B option to select a bookmark
Yuya Nishihara
- [PATCH] export: add -B option to select a bookmark
David Demelier
- [PATCH] export: add -B option to select a bookmark
Yuya Nishihara
- [PATCH] filemerge: don't pass function name as loadpath's module_name param
tom_hindle at sil.org
- [PATCH] filemerge: don't pass function name as loadpath's module_name param
Yuya Nishihara
- [PATCH] filemerge: support passing python script to custom merge-tools
tom_hindle at sil.org
- [PATCH] filemerge: support passing python script to custom merge-tools
Tom Hindle
- [PATCH] filemerge: support passing python script to custom merge-tools
Yuya Nishihara
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
tom_hindle at sil.org
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
Yuya Nishihara
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
Tom Hindle
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
tom_hindle at sil.org
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
Yuya Nishihara
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
tom_hindle at sil.org
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
Yuya Nishihara
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
Tom Hindle
- [PATCH] filemerge: support specfiying a python function to custom merge-tools
Yuya Nishihara
- [PATCH] formatter: ditch namedtuple in favor of attr
Yuya Nishihara
- [PATCH] formatter: ditch namedtuple in favor of attr
Gregory Szorc
- [PATCH] githelp: cleanup one more abort message
Matt Harbison
- [PATCH] githelp: cleanup one more abort message
Yuya Nishihara
- [PATCH] githelp: do not concatenate i18n messages dynamically so they can be collected
Yuya Nishihara
- [PATCH] githelp: do not concatenate i18n messages dynamically so they can be collected
Pulkit Goyal
- [PATCH] hook: add more robust python: syntax checking
tom_hindle at sil.org
- [PATCH] hook: add more robust python: syntax checking
Yuya Nishihara
- [PATCH] lfs: clarify pointer validation error messages
Matt Harbison
- [PATCH] lfs: clarify pointer validation error messages
Yuya Nishihara
- [PATCH] outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
Matt Harbison
- [PATCH] outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
Yuya Nishihara
- [PATCH] outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
Yuya Nishihara
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Matt Harbison
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Matt Harbison
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Yuya Nishihara
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Yuya Nishihara
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Matt Harbison
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Gregory Szorc
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Augie Fackler
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Matt Harbison
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Augie Fackler
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Gregory Szorc
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Julien Cristau
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Matt Harbison
- [PATCH] phabricator: drop support for the deprecated `phabricator.token` config
Matt Harbison
- [PATCH] phabricator: migrate [phabricator.auth] to [auth]
Matt Harbison
- [PATCH] phabricator: migrate [phabricator.auth] to [auth]
Yuya Nishihara
- [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix
Matt Harbison
- [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix
Martin von Zweigbergk
- [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix
Matt Harbison
- [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix
Martin von Zweigbergk
- [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix
Yuya Nishihara
- [PATCH] revlog: for a delta, when a parent was refused, suggest other parent (issue5481)
Paul Morelle
- [PATCH] scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs
David Demelier
- [PATCH] scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs
Yuya Nishihara
- [PATCH] templatefuncs: show hint if extdata source is evaluated to empty (issue5843)
Yuya Nishihara
- [PATCH] templatefuncs: show hint if extdata source is evaluated to empty (issue5843)
Pulkit Goyal
- [PATCH] terse: pconvert() entries added to the temporary terse dict for Windows
Matt Harbison
- [PATCH] terse: pconvert() entries added to the temporary terse dict for Windows
Yuya Nishihara
- [PATCH] terse: pconvert() entries added to the temporary terse dict for Windows
Matt Harbison
- [PATCH] terse: pconvert() entries added to the temporary terse dict for Windows
Yuya Nishihara
- [PATCH] test-merge-tools: create repo directory to free $TESTTMP for temporary files
Yuya Nishihara
- [PATCH] test-merge-tools: create repo directory to free $TESTTMP for temporary files
Pulkit Goyal
- [PATCH] tests: fix deprecation warning in test-url.py
Augie Fackler
- [PATCH] tests: fix deprecation warning in test-url.py
Yuya Nishihara
- [PATCH] tests: stabilize test-patch.t on Windows
Matt Harbison
- [PATCH] tests: stabilize test-patch.t on Windows
Yuya Nishihara
- [PATCH] transaction-summary: show phase changes statistics in pull/unbundle
Denis Laxalde
- [PATCH] transaction-summary: show phase changes statistics in pull/unbundle
Yuya Nishihara
- [PATCH] util: drop remainder of dateutil/procutil aliases (API)
Yuya Nishihara
- [PATCH] util: drop remainder of dateutil/procutil aliases (API)
Gregory Szorc
- [PATCH evolve-ext] debian: add line to clean-docs target to delete additional docs file
Faheem Mitha
- [PATCH PoC] extensions: PoC readme extension for hgweb
Anton Shestakov
- [PATCH PoC] extensions: PoC readme extension for hgweb
Yuya Nishihara
- [PATCH RFC] help: add new deprecated topic
David Demelier
- [PATCH RFC] help: add new deprecated topic
Matt Harbison
- [PATCH STABLE] help: correct signature of separate() template function
Yuya Nishihara
- [PATCH STABLE] help: correct signature of separate() template function
Martin von Zweigbergk
- [PATCH STABLE] help: mention pattern syntax of latesttag() template function
Yuya Nishihara
- [PATCH STABLE] help: mention pattern syntax of latesttag() template function
Pulkit Goyal
- [PATCH STABLE] hgweb: prevent triggering dummy href="#" handler
Yuya Nishihara
- [PATCH STABLE] hgweb: prevent triggering dummy href="#" handler
Kevin Bullock
- [PATCH STABLE] lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902)
Matt Harbison
- [PATCH STABLE] push: continue without locking on lock failure other than EEXIST (issue5882)
Yuya Nishihara
- [PATCH STABLE] push: continue without locking on lock failure other than EEXIST (issue5882)
Augie Fackler
- [PATCH v2] export: add -B option to select a bookmark
David Demelier
- [PATCH v2] export: add -B option to select a bookmark
Yuya Nishihara
- [PATCH v2] help: add new deprecated topic
David Demelier
- [PATCH v2] help: add new deprecated topic
Yuya Nishihara
- [PATCH V2] phabricator: migrate [phabricator.auth] to [auth]
Matt Harbison
- [PATCH V2] phabricator: migrate [phabricator.auth] to [auth]
Yuya Nishihara
- [PATCH V2] phabricator: register config settings
Matt Harbison
- [PATCH V2] phabricator: register config settings
Yuya Nishihara
- [PATCH V2] revlog: suggest other parent when a parent was refused for a delta (issue5481)
Paul Morelle
- [PATCH V2] revlog: suggest other parent when a parent was refused for a delta (issue5481)
Yuya Nishihara
- [PATCH V2] tests: stabilize test-patch.t on Windows
Matt Harbison
- [PATCH V2] tests: stabilize test-patch.t on Windows
Yuya Nishihara
- [PATCH v3] export: add -B option to select a bookmark
David Demelier
- [PATCH v3] export: add -B option to select a bookmark
Yuya Nishihara
- A possible explanation for random "stream ended unexpectedly (got m bytes, expected n)"
Matt Harbison
- bugzilla weekly report (2018-05-07)
Octobot
- bugzilla weekly report (2018-05-07)
Octobot
- bugzilla weekly report (2018-05-14)
Octobot
- bugzilla weekly report (2018-05-14)
Octobot
- bugzilla weekly report (2018-05-21)
Octobot
- bugzilla weekly report (2018-05-21)
Octobot
- bugzilla weekly report (2018-05-28)
Octobot
- bugzilla weekly report (2018-05-28)
Octobot
- D2409: graft: add no-commit mode (issue5631)
khanchi97 (Sushil khanchi)
- D2409: graft: add no-commit mode (issue5631)
pulkit (Pulkit Goyal)
- D2591: state: import the file to write state files from evolve extension
pulkit (Pulkit Goyal)
- D2591: state: import the file to write state files from evolve extension
martinvonz (Martin von Zweigbergk)
- D2591: state: import the file to write state files from evolve extension
pulkit (Pulkit Goyal)
- D2591: state: import the file to write state files from evolve extension
pulkit (Pulkit Goyal)
- D2594: graft: move logic to read current graft state file in separate function
pulkit (Pulkit Goyal)
- D2595: graft: start using the new state file class
pulkit (Pulkit Goyal)
- D2597: graft: add test for reading old graftstate files with new mechanism
pulkit (Pulkit Goyal)
- D2597: graft: add test for reading old graftstate files with new mechanism
martinvonz (Martin von Zweigbergk)
- D2597: graft: add test for reading old graftstate files with new mechanism
pulkit (Pulkit Goyal)
- D2597: graft: add test for reading old graftstate files with new mechanism
martinvonz (Martin von Zweigbergk)
- D2597: graft: add test for reading old graftstate files with new mechanism
pulkit (Pulkit Goyal)
- D2597: graft: add test for reading old graftstate files with new mechanism
pulkit (Pulkit Goyal)
- D2597: graft: add test for reading old graftstate files with new mechanism
pulkit (Pulkit Goyal)
- D2721: util: observable proxy objects for sockets
pulkit (Pulkit Goyal)
- D2721: util: observable proxy objects for sockets
pulkit (Pulkit Goyal)
- D2806: tweakdefaults: add commands.status.verbose to tweakefaults
martinvonz (Martin von Zweigbergk)
- D2806: tweakdefaults: add commands.status.verbose to tweakefaults
durin42 (Augie Fackler)
- D2806: tweakdefaults: add commands.status.verbose to tweakefaults
martinvonz (Martin von Zweigbergk)
- D2874: remotenames: synchronise remotenames after push also
pulkit (Pulkit Goyal)
- D2874: remotenames: synchronise remotenames after push also
pulkit (Pulkit Goyal)
- D2938: grep: make grep search on working directory by default
sangeet259 (Sangeet Kumar Mishra)
- D2938: grep: make grep search on working directory by default
Yuya Nishihara
- D2938: grep: make grep search on working directory by default
yuja (Yuya Nishihara)
- D2938: grep: make grep search on working directory by default
sangeet259 (Sangeet Kumar Mishra)
- D3187: phase: add dry-run functionality
pulkit (Pulkit Goyal)
- D3187: phase: add dry-run functionality
khanchi97 (Sushil khanchi)
- D3187: phase: add dry-run functionality
pulkit (Pulkit Goyal)
- D3187: phase: add dry-run functionality
khanchi97 (Sushil khanchi)
- D3187: phase: add dry-run functionality
khanchi97 (Sushil khanchi)
- D3187: phase: add dry-run functionality
pulkit (Pulkit Goyal)
- D3311: revset: use resolvehexnodeidprefix() in id() predicate (BC)
martinvonz (Martin von Zweigbergk)
- D3311: revset: use resolvehexnodeidprefix() in id() predicate (BC)
martinvonz (Martin von Zweigbergk)
- D3311: revset: use resolvehexnodeidprefix() in id() predicate (BC)
martinvonz (Martin von Zweigbergk)
- D3311: revset: use resolvehexnodeidprefix() in id() predicate (BC)
Yuya Nishihara
- D3311: revset: use resolvehexnodeidprefix() in id() predicate (BC)
yuja (Yuya Nishihara)
- D3419: interfaceutil: module to stub out zope.interface
lothiraldan (Boris Feld)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
martinvonz (Martin von Zweigbergk)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
indygreg (Gregory Szorc)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
yuja (Yuya Nishihara)
- D3433: httppeer: detect redirect to URL without query string (issue5860)
mharbison72 (Matt Harbison)
- D3434: tests: add tests demonstrating ISE for HTTP 304 responses with hgwebdir
indygreg (Gregory Szorc)
- D3434: tests: add tests demonstrating ISE for HTTP 304 responses with hgwebdir
indygreg (Gregory Szorc)
- D3435: hgweb: discard Content-Type header for 304 responses (issue5844)
indygreg (Gregory Szorc)
- D3435: hgweb: discard Content-Type header for 304 responses (issue5844)
indygreg (Gregory Szorc)
- D3436: hgweb: allow Content-Security-Policy header on 304 responses (issue5844)
indygreg (Gregory Szorc)
- D3436: hgweb: allow Content-Security-Policy header on 304 responses (issue5844)
krbullock (Kevin Bullock)
- D3436: hgweb: allow Content-Security-Policy header on 304 responses (issue5844)
indygreg (Gregory Szorc)
- D3437: paper: don't register click handlers with inline javascript (issue5812)
indygreg (Gregory Szorc)
- D3437: paper: don't register click handlers with inline javascript (issue5812)
krbullock (Kevin Bullock)
- D3437: paper: don't register click handlers with inline javascript (issue5812)
indygreg (Gregory Szorc)
- D3437: paper: don't register click handlers with inline javascript (issue5812)
yuja (Yuya Nishihara)
- D3437: paper: don't register click handlers with inline javascript (issue5812)
indygreg (Gregory Szorc)
- D3438: paper: add href="#" to links with click handlers
indygreg (Gregory Szorc)
- D3438: paper: add href="#" to links with click handlers
indygreg (Gregory Szorc)
- D3439: template filters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3439: template filters: add commonprefix
Yuya Nishihara
- D3439: template filters: add commonprefix
yuja (Yuya Nishihara)
- D3439: template filters: add commonprefix
Yuya Nishihara
- D3439: template filters: add commonprefix
yuja (Yuya Nishihara)
- D3439: templatefilters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3439: templatefilters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3439: templatefilters: add commonprefix
Yuya Nishihara
- D3439: templatefilters: add commonprefix
yuja (Yuya Nishihara)
- D3439: templatefilters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3439: templatefilters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3439: templatefilters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3439: templatefilters: add commonprefix
Yuya Nishihara
- D3439: templatefilters: add commonprefix
yuja (Yuya Nishihara)
- D3439: templatefilters: add commonprefix
joerg.sonnenberger (Joerg Sonnenberger)
- D3440: demandimport: make module ignores a set (API)
indygreg (Gregory Szorc)
- D3440: demandimport: make module ignores a set (API)
indygreg (Gregory Szorc)
- D3441: pycompat: export queue module instead of symbols in module (API)
indygreg (Gregory Szorc)
- D3441: pycompat: export queue module instead of symbols in module (API)
martinvonz (Martin von Zweigbergk)
- D3441: pycompat: export queue module instead of symbols in module (API)
indygreg (Gregory Szorc)
- D3441: pycompat: export queue module instead of symbols in module (API)
martinvonz (Martin von Zweigbergk)
- D3441: pycompat: export queue module instead of symbols in module (API)
indygreg (Gregory Szorc)
- D3442: tests: remove #require killdaemons
indygreg (Gregory Szorc)
- D3442: tests: remove #require killdaemons
martinvonz (Martin von Zweigbergk)
- D3442: tests: remove #require killdaemons
indygreg (Gregory Szorc)
- D3443: tests: remove pid file by default
indygreg (Gregory Szorc)
- D3443: tests: remove pid file by default
indygreg (Gregory Szorc)
- D3444: tests: comprehensively test exit handling
indygreg (Gregory Szorc)
- D3444: tests: comprehensively test exit handling
Yuya Nishihara
- D3444: tests: comprehensively test exit handling
yuja (Yuya Nishihara)
- D3444: tests: comprehensively test exit handling
indygreg (Gregory Szorc)
- D3444: tests: comprehensively test exit handling
Yuya Nishihara
- D3444: tests: comprehensively test exit handling
yuja (Yuya Nishihara)
- D3444: tests: comprehensively test exit handling
durin42 (Augie Fackler)
- D3445: dispatch: shore up exit handling
indygreg (Gregory Szorc)
- D3445: dispatch: shore up exit handling
Yuya Nishihara
- D3445: dispatch: shore up exit handling
yuja (Yuya Nishihara)
- D3445: dispatch: validate return type from dispatch() return value
indygreg (Gregory Szorc)
- D3445: dispatch: validate return type from dispatch() return value
admin (Administrator)
- D3445: dispatch: validate return type from dispatch() return value
durin42 (Augie Fackler)
- D3446: dispatch: move sys.exit() to caller (API)
indygreg (Gregory Szorc)
- D3446: dispatch: move sys.exit() to caller (API)
indygreg (Gregory Szorc)
- D3447: rust: make exit handling consistent with `hg`
indygreg (Gregory Szorc)
- D3447: rust: make exit handling consistent with `hg`
kevincox (Kevin Cox)
- D3448: tests: pass parent revision as integer to repo[x] in test-context-metadata.t
martinvonz (Martin von Zweigbergk)
- D3448: tests: pass parent revision as integer to repo[x] in test-context-metadata.t
martinvonz (Martin von Zweigbergk)
- D3449: context: drop support for looking up context by ambiguous changeid (API)
martinvonz (Martin von Zweigbergk)
- D3449: context: drop support for looking up context by ambiguous changeid (API)
martinvonz (Martin von Zweigbergk)
- D3450: context: only bother looking for broken dirstate for 20-byte changeid
martinvonz (Martin von Zweigbergk)
- D3450: context: only bother looking for broken dirstate for 20-byte changeid
martinvonz (Martin von Zweigbergk)
- D3451: context: clarify that only one attempt is made to interpret changeid
martinvonz (Martin von Zweigbergk)
- D3451: context: clarify that only one attempt is made to interpret changeid
martinvonz (Martin von Zweigbergk)
- D3452: context: convert to hex for error message only for 20-byte changeid
martinvonz (Martin von Zweigbergk)
- D3452: context: convert to hex for error message only for 20-byte changeid
martinvonz (Martin von Zweigbergk)
- D3453: revlog: use radix tree also for matching keys shorter than 4 hex digits
martinvonz (Martin von Zweigbergk)
- D3453: revlog: use radix tree also for matching keys shorter than 4 hex digits
martinvonz (Martin von Zweigbergk)
- D3453: revlog: use radix tree also for matching keys shorter than 4 hex digits
Yuya Nishihara
- D3453: revlog: use radix tree also for matching keys shorter than 4 hex digits
yuja (Yuya Nishihara)
- D3454: Assign to result from block.
kevincox (Kevin Cox)
- D3454: Assign to result from block.
martinvonz (Martin von Zweigbergk)
- D3454: Assign to result from block.
indygreg (Gregory Szorc)
- D3455: shortest: make {shortest("fffffffff")} work again
martinvonz (Martin von Zweigbergk)
- D3455: shortest: make {shortest("fffffffff")} work again
martinvonz (Martin von Zweigbergk)
- D3455: shortest: make {shortest("fffffffff")} work again
martinvonz (Martin von Zweigbergk)
- D3456: revlog: extract function for getting node from known-to-exist rev
martinvonz (Martin von Zweigbergk)
- D3456: revlog: extract function for getting node from known-to-exist rev
martinvonz (Martin von Zweigbergk)
- D3457: revlog: don't say "not found" on internal error
martinvonz (Martin von Zweigbergk)
- D3457: revlog: don't say "not found" on internal error
martinvonz (Martin von Zweigbergk)
- D3458: shortest: move some safe code out of exception block
martinvonz (Martin von Zweigbergk)
- D3458: shortest: move some safe code out of exception block
martinvonz (Martin von Zweigbergk)
- D3459: shortest: rename "test" variable to "prefix"
martinvonz (Martin von Zweigbergk)
- D3459: shortest: rename "test" variable to "prefix"
martinvonz (Martin von Zweigbergk)
- D3460: shortest: extract function for checking if a prefix is a revnum
martinvonz (Martin von Zweigbergk)
- D3460: shortest: extract function for checking if a prefix is a revnum
martinvonz (Martin von Zweigbergk)
- D3461: shortest: don't keep checking for longer prefix if node doesn't exist (API)
martinvonz (Martin von Zweigbergk)
- D3461: shortest: don't keep checking for longer prefix if node doesn't exist (API)
martinvonz (Martin von Zweigbergk)
- D3462: revset: make id() an empty set for ambiguous nodeid (BC)
martinvonz (Martin von Zweigbergk)
- D3462: revset: make id() an empty set for ambiguous nodeid (BC)
martinvonz (Martin von Zweigbergk)
- D3463: directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
martinvonz (Martin von Zweigbergk)
- D3463: directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
martinvonz (Martin von Zweigbergk)
- D3464: scmutil: clean up bytes/string cache decorator mess on Python 3 again
durin42 (Augie Fackler)
- D3464: scmutil: clean up bytes/string cache decorator mess on Python 3 again
durin42 (Augie Fackler)
- D3464: scmutil: clean up bytes/string cache decorator mess on Python 3 again
Yuya Nishihara
- D3464: scmutil: clean up bytes/string cache decorator mess on Python 3 again
yuja (Yuya Nishihara)
- D3465: tests: make test-check-interfaces.py work on Python 3
durin42 (Augie Fackler)
- D3465: tests: make test-check-interfaces.py work on Python 3
durin42 (Augie Fackler)
- D3466: tests: port test-hybridencode.py to unittest
durin42 (Augie Fackler)
- D3466: tests: port test-hybridencode.py to unittest
durin42 (Augie Fackler)
- D3467: sslutil: fix some edge cases in Python 3 support
durin42 (Augie Fackler)
- D3467: sslutil: fix some edge cases in Python 3 support
durin42 (Augie Fackler)
- D3468: util: make util.url __repr__ consistent on Python 2 and 3
durin42 (Augie Fackler)
- D3468: util: make util.url __repr__ consistent on Python 2 and 3
durin42 (Augie Fackler)
- D3469: tests: fix error case in test-url.py's doctest
durin42 (Augie Fackler)
- D3469: tests: fix error case in test-url.py's doctest
durin42 (Augie Fackler)
- D3470: tests: port test-url.py to Python 3
durin42 (Augie Fackler)
- D3470: tests: port test-url.py to Python 3
durin42 (Augie Fackler)
- D3471: minifileset: fix on Python 3
durin42 (Augie Fackler)
- D3471: minifileset: fix on Python 3
durin42 (Augie Fackler)
- D3472: tests: port test-minifileset.py to Python 3
durin42 (Augie Fackler)
- D3472: tests: port test-minifileset.py to Python 3
durin42 (Augie Fackler)
- D3473: tests: port test-walkrepo.py to Python 3
durin42 (Augie Fackler)
- D3473: tests: port test-walkrepo.py to Python 3
durin42 (Augie Fackler)
- D3474: tests: port test-hgwebdir-paths.py to Python 3
durin42 (Augie Fackler)
- D3474: tests: port test-hgwebdir-paths.py to Python 3
durin42 (Augie Fackler)
- D3475: tests: port test-pathencode.py to Python 3
durin42 (Augie Fackler)
- D3475: tests: port test-pathencode.py to Python 3
durin42 (Augie Fackler)
- D3476: tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py
durin42 (Augie Fackler)
- D3476: tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py
durin42 (Augie Fackler)
- D3477: tests: port test-minirst.py to Python 3
durin42 (Augie Fackler)
- D3477: tests: port test-minirst.py to Python 3
durin42 (Augie Fackler)
- D3478: minirst: fix bytes slicing defect on Python 3
durin42 (Augie Fackler)
- D3478: minirst: fix bytes slicing defect on Python 3
durin42 (Augie Fackler)
- D3479: update: print warning about hidden changeset after update
martinvonz (Martin von Zweigbergk)
- D3479: update: print warning about hidden changeset after update
lothiraldan (Boris Feld)
- D3479: update: print warning about hidden changeset after update
martinvonz (Martin von Zweigbergk)
- D3479: update: print warning about hidden changeset after update
martinvonz (Martin von Zweigbergk)
- D3479: update: print warning about hidden changeset after update
martinvonz (Martin von Zweigbergk)
- D3480: debugbundle: also display if a part is mandatory or advisory
lothiraldan (Boris Feld)
- D3480: debugbundle: also display if a part is mandatory or advisory
lothiraldan (Boris Feld)
- D3481: rev-branch-cache: mark the bundle2 part as advisory (issue5872)
lothiraldan (Boris Feld)
- D3481: rev-branch-cache: mark the bundle2 part as advisory (issue5872)
indygreg (Gregory Szorc)
- D3481: rev-branch-cache: mark the bundle2 part as advisory (issue5872)
lothiraldan (Boris Feld)
- D3482: cvsps: add b prefixes to regular expressions
durin42 (Augie Fackler)
- D3482: cvsps: add b prefixes to regular expressions
durin42 (Augie Fackler)
- D3483: tests: port inline extension in test-convert-cvs.t to py3
durin42 (Augie Fackler)
- D3483: tests: port inline extension in test-convert-cvs.t to py3
durin42 (Augie Fackler)
- D3484: cvsps: wrap cmp methods (deprecated) in functools.cmp_to_key
durin42 (Augie Fackler)
- D3484: cvsps: wrap cmp methods (deprecated) in functools.cmp_to_key
durin42 (Augie Fackler)
- D3485: cvsps: portably convert int to bytes
durin42 (Augie Fackler)
- D3485: cvsps: portably convert int to bytes
durin42 (Augie Fackler)
- D3486: convcmd: make a copy of heads before mutating it
durin42 (Augie Fackler)
- D3486: convcmd: make a copy of heads before mutating it
durin42 (Augie Fackler)
- D3487: cvsps: wrap bytes in bytestr before %r-ing it
durin42 (Augie Fackler)
- D3487: cvsps: wrap bytes in bytestr before %r-ing it
durin42 (Augie Fackler)
- D3488: tests: b prefixes on some inline python in test-convert-cvs.t
durin42 (Augie Fackler)
- D3488: tests: b prefixes on some inline python in test-convert-cvs.t
durin42 (Augie Fackler)
- D3489: cvsps: convert encoding name to sysstr
durin42 (Augie Fackler)
- D3489: cvsps: convert encoding name to sysstr
durin42 (Augie Fackler)
- D3490: py3: whitelist three passing cvs convert tests
durin42 (Augie Fackler)
- D3490: py3: whitelist three passing cvs convert tests
durin42 (Augie Fackler)
- D3490: py3: whitelist three passing cvs convert tests
durin42 (Augie Fackler)
- D3490: py3: whitelist three passing cvs convert tests
durin42 (Augie Fackler)
- D3491: tests: replace use of assertEquals with assertEqual in test-simplemerge.py
durin42 (Augie Fackler)
- D3491: tests: replace use of assertEquals with assertEqual in test-simplemerge.py
durin42 (Augie Fackler)
- D3492: tests: port test-simplemerge.py to Python 3
durin42 (Augie Fackler)
- D3492: tests: port test-simplemerge.py to Python 3
indygreg (Gregory Szorc)
- D3492: tests: port test-simplemerge.py to Python 3
durin42 (Augie Fackler)
- D3493: tests: prefer string concatenation with () instead of \ in parseindex2 tests
durin42 (Augie Fackler)
- D3493: tests: prefer string concatenation with () instead of \ in parseindex2 tests
durin42 (Augie Fackler)
- D3494: tests: port test-parseindex2.py to Python 3
durin42 (Augie Fackler)
- D3494: tests: port test-parseindex2.py to Python 3
durin42 (Augie Fackler)
- D3495: tests: migrate test-wsgirequest.py to Python 3
durin42 (Augie Fackler)
- D3495: tests: migrate test-wsgirequest.py to Python 3
durin42 (Augie Fackler)
- D3496: tests: port test-revlog-raw.py to Python 3
durin42 (Augie Fackler)
- D3496: tests: port test-revlog-raw.py to Python 3
durin42 (Augie Fackler)
- D3497: revlog: extract function for fully populating the radix tree
martinvonz (Martin von Zweigbergk)
- D3497: revlog: extract function for fully populating the radix tree
martinvonz (Martin von Zweigbergk)
- D3498: revlog: use literal -1 instead of variable that always has that value
martinvonz (Martin von Zweigbergk)
- D3498: revlog: use literal -1 instead of variable that always has that value
martinvonz (Martin von Zweigbergk)
- D3499: revlog: use node tree (native code) for shortest() calculation
martinvonz (Martin von Zweigbergk)
- D3499: revlog: use node tree (native code) for shortest() calculation
Yuya Nishihara
- D3499: revlog: use node tree (native code) for shortest() calculation
yuja (Yuya Nishihara)
- D3499: revlog: use node tree (native code) for shortest() calculation
martinvonz (Martin von Zweigbergk)
- D3499: revlog: use node tree (native code) for shortest() calculation
martinvonz (Martin von Zweigbergk)
- D3499: revlog: use node tree (native code) for shortest() calculation
Yuya Nishihara
- D3499: revlog: use node tree (native code) for shortest() calculation
yuja (Yuya Nishihara)
- D3499: revlog: use node tree (native code) for shortest() calculation
martinvonz (Martin von Zweigbergk)
- D3499: revlog: use node tree (native code) for shortest() calculation
martinvonz (Martin von Zweigbergk)
- D3500: shortest: make pure code also disambigute against revnums at end
martinvonz (Martin von Zweigbergk)
- D3500: shortest: make pure code also disambigute against revnums at end
martinvonz (Martin von Zweigbergk)
- D3501: shortest: remove unnecessary check for revnum in isvalid()
martinvonz (Martin von Zweigbergk)
- D3501: shortest: remove unnecessary check for revnum in isvalid()
martinvonz (Martin von Zweigbergk)
- D3502: shortest: move revnum-disambiguation out of revlog
martinvonz (Martin von Zweigbergk)
- D3502: shortest: move revnum-disambiguation out of revlog
martinvonz (Martin von Zweigbergk)
- D3502: shortest: move revnum-disambiguation out of revlog
Yuya Nishihara
- D3502: shortest: move revnum-disambiguation out of revlog
yuja (Yuya Nishihara)
- D3502: shortest: move revnum-disambiguation out of revlog
martinvonz (Martin von Zweigbergk)
- D3503: lock: pass sysstr to warnings module
durin42 (Augie Fackler)
- D3503: lock: pass sysstr to warnings module
durin42 (Augie Fackler)
- D3504: cborutil: port to Python 3
durin42 (Augie Fackler)
- D3504: cborutil: port to Python 3
indygreg (Gregory Szorc)
- D3504: cborutil: port to Python 3
durin42 (Augie Fackler)
- D3505: tests: port test-cbor.py to Python 3
durin42 (Augie Fackler)
- D3505: tests: port test-cbor.py to Python 3
durin42 (Augie Fackler)
- D3506: tests: port test-filecache.py to Python 3
durin42 (Augie Fackler)
- D3506: tests: port test-filecache.py to Python 3
durin42 (Augie Fackler)
- D3507: tests: fix test-status-inprocess.py on Python 3
durin42 (Augie Fackler)
- D3507: tests: fix test-status-inprocess.py on Python 3
durin42 (Augie Fackler)
- D3508: scmutil: fix __repr__ of status tuple
durin42 (Augie Fackler)
- D3508: scmutil: fix __repr__ of status tuple
durin42 (Augie Fackler)
- D3509: tests: port test-context.py to Python 3
durin42 (Augie Fackler)
- D3509: tests: port test-context.py to Python 3
durin42 (Augie Fackler)
- D3510: tests: port test-wireproto.py to Python 3
durin42 (Augie Fackler)
- D3510: tests: port test-wireproto.py to Python 3
durin42 (Augie Fackler)
- D3511: tests: port test-dispatch.py to Python 3
durin42 (Augie Fackler)
- D3511: tests: port test-dispatch.py to Python 3
durin42 (Augie Fackler)
- D3512: tests: port test-ui-color.py to Python 3
durin42 (Augie Fackler)
- D3512: tests: port test-ui-color.py to Python 3
durin42 (Augie Fackler)
- D3513: lfs: stabilize error message values for Python 2 and 3
durin42 (Augie Fackler)
- D3513: lfs: stabilize error message values for Python 2 and 3
durin42 (Augie Fackler)
- D3514: tests: port test-lfs-pointer.py to Python 3
durin42 (Augie Fackler)
- D3514: tests: port test-lfs-pointer.py to Python 3
durin42 (Augie Fackler)
- D3515: tests: port test-ui-verbosity.py to Python 3
durin42 (Augie Fackler)
- D3515: tests: port test-ui-verbosity.py to Python 3
durin42 (Augie Fackler)
- D3516: tweakdefaults: remove "bisect" from commands.status.skipstates
martinvonz (Martin von Zweigbergk)
- D3516: tweakdefaults: remove "bisect" from commands.status.skipstates
martinvonz (Martin von Zweigbergk)
- D3517: shelve: reduce scope of config override
martinvonz (Martin von Zweigbergk)
- D3517: shelve: reduce scope of config override
Yuya Nishihara
- D3517: shelve: reduce scope of config override
yuja (Yuya Nishihara)
- D3517: shelve: reduce scope of config override
martinvonz (Martin von Zweigbergk)
- D3517: shelve: reduce scope of config override
Yuya Nishihara
- D3517: shelve: reduce scope of merge tool config override
yuja (Yuya Nishihara)
- D3517: shelve: reduce scope of merge tool config override
martinvonz (Martin von Zweigbergk)
- D3518: remotenames: check the remotepath with url containing user information too
pulkit (Pulkit Goyal)
- D3518: remotenames: check the remotepath with url containing user information too
pulkit (Pulkit Goyal)
- D3519: tests: clone the repo over ssh in tests/test-logexchange.t
pulkit (Pulkit Goyal)
- D3519: tests: clone the repo over ssh in tests/test-logexchange.t
pulkit (Pulkit Goyal)
- D3520: remotenames: enable the storage config option if extension is enabled
pulkit (Pulkit Goyal)
- D3520: remotenames: enable the storage config option if extension is enabled
pulkit (Pulkit Goyal)
- D3521: stringutil: teach pprint about tuples
durin42 (Augie Fackler)
- D3521: stringutil: teach pprint about tuples
durin42 (Augie Fackler)
- D3522: tests: port test-filelog.py to Python 3
durin42 (Augie Fackler)
- D3522: tests: port test-filelog.py to Python 3
durin42 (Augie Fackler)
- D3523: posix: use inst.errno instead of inst[0] on OSError instances
durin42 (Augie Fackler)
- D3523: posix: use inst.errno instead of inst[0] on OSError instances
durin42 (Augie Fackler)
- D3524: tests: port test-symlink-os-yes-fs-no.py to Python 3
durin42 (Augie Fackler)
- D3524: tests: port test-symlink-os-yes-fs-no.py to Python 3
pulkit (Pulkit Goyal)
- D3524: tests: port test-symlink-os-yes-fs-no.py to Python 3
durin42 (Augie Fackler)
- D3525: config: fix py3 backslash escaping bug in parser caught by tests
durin42 (Augie Fackler)
- D3525: config: fix py3 backslash escaping bug in parser caught by tests
durin42 (Augie Fackler)
- D3526: tests: port test-ui-config to Python 3
durin42 (Augie Fackler)
- D3526: tests: port test-ui-config to Python 3
durin42 (Augie Fackler)
- D3527: tests: port test-extensions-wrapfunction to Python 3
durin42 (Augie Fackler)
- D3527: tests: port test-extensions-wrapfunction to Python 3
durin42 (Augie Fackler)
- D3528: tests: port test-simplekeyvaluefile.py to Python 3
durin42 (Augie Fackler)
- D3528: tests: port test-simplekeyvaluefile.py to Python 3
durin42 (Augie Fackler)
- D3528: tests: port test-simplekeyvaluefile.py to Python 3
Yuya Nishihara
- D3528: tests: port test-simplekeyvaluefile.py to Python 3
yuja (Yuya Nishihara)
- D3529: tests: use stringutil.pprint instead of custom dumper in test-hgweb-auth.py
durin42 (Augie Fackler)
- D3529: tests: use stringutil.pprint instead of custom dumper in test-hgweb-auth.py
durin42 (Augie Fackler)
- D3530: revlog: handle error from node lookup
martinvonz (Martin von Zweigbergk)
- D3530: revlog: handle error from node lookup
martinvonz (Martin von Zweigbergk)
- D3530: revlog: handle error from node lookup
martinvonz (Martin von Zweigbergk)
- D3531: shortest: avoid magic number "41"
martinvonz (Martin von Zweigbergk)
- D3531: shortest: avoid magic number "41"
martinvonz (Martin von Zweigbergk)
- D3532: wireprotov2: define and implement "rawstorefile" command
indygreg (Gregory Szorc)
- D3532: wireprotov2: define and implement "rawstorefile" command
martinvonz (Martin von Zweigbergk)
- D3532: wireprotov2: define and implement "rawstorefile" command
joerg.sonnenberger (Joerg Sonnenberger)
- D3532: wireprotov2: define and implement "rawstorefile" command
indygreg (Gregory Szorc)
- D3532: wireprotov2: define and implement "rawstorefile" command
lothiraldan (Boris Feld)
- D3532: wireprotov2: define and implement "rawstorefile" command
indygreg (Gregory Szorc)
- D3532: wireprotov2: define and implement "rawstorefile" command
durin42 (Augie Fackler)
- D3533: wireprotov2: define and implement "filehistory" command
indygreg (Gregory Szorc)
- D3534: wireprotov2: define and implement "filerevision" command
indygreg (Gregory Szorc)
- D3535: wireprotov2: define and implement "filerevisionsslice" command
indygreg (Gregory Szorc)
- D3536: json: reject unicode on py2 as well
martinvonz (Martin von Zweigbergk)
- D3536: json: reject unicode on py2 as well
indygreg (Gregory Szorc)
- D3536: json: reject unicode on py2 as well
Yuya Nishihara
- D3536: json: reject unicode on py2 as well
yuja (Yuya Nishihara)
- D3536: json: reject unicode on py2 as well
martinvonz (Martin von Zweigbergk)
- D3536: json: reject unicode on py2 as well
martinvonz (Martin von Zweigbergk)
- D3536: json: reject unicode on py2 as well
Yuya Nishihara
- D3536: json: reject unicode on py2 as well
yuja (Yuya Nishihara)
- D3536: json: reject unicode on py2 as well
martinvonz (Martin von Zweigbergk)
- D3536: json: reject unicode on py2 as well
martinvonz (Martin von Zweigbergk)
- D3536: json: reject unicode on py2 as well
martinvonz (Martin von Zweigbergk)
- D3537: dispatch: minor code refactor
indygreg (Gregory Szorc)
- D3537: dispatch: minor code refactor
indygreg (Gregory Szorc)
- D3538: bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
jcristau (Julien Cristau)
- D3538: bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
durin42 (Augie Fackler)
- D3538: bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
jcristau (Julien Cristau)
- D3539: contrib: remove fixpax.py
indygreg (Gregory Szorc)
- D3539: contrib: remove fixpax.py
indygreg (Gregory Szorc)
- D3540: setup: reformat options argument
indygreg (Gregory Szorc)
- D3540: setup: reformat options argument
indygreg (Gregory Szorc)
- D3541: packaging: move most of contrib/docker to contrib/packaging/docker
indygreg (Gregory Szorc)
- D3541: packaging: move most of contrib/docker to contrib/packaging/docker
indygreg (Gregory Szorc)
- D3542: packaging: move some docker scripts into contrib/packaging/
indygreg (Gregory Szorc)
- D3542: packaging: move some docker scripts into contrib/packaging/
indygreg (Gregory Szorc)
- D3543: packaging: move packagelib.sh into contrib/packaging/
indygreg (Gregory Szorc)
- D3543: packaging: move packagelib.sh into contrib/packaging/
indygreg (Gregory Szorc)
- D3544: packaging: move builddeb into contrib/packaging/
indygreg (Gregory Szorc)
- D3544: packaging: move builddeb into contrib/packaging/
indygreg (Gregory Szorc)
- D3545: packaging: move mercurial.spec to contrib/packaging/
indygreg (Gregory Szorc)
- D3545: packaging: move mercurial.spec to contrib/packaging/
indygreg (Gregory Szorc)
- D3546: packaging: move buildrpm to contrib/packaging/
indygreg (Gregory Szorc)
- D3546: packaging: move buildrpm to contrib/packaging/
indygreg (Gregory Szorc)
- D3547: packaging: move contrib/debian to contrib/packaging/
indygreg (Gregory Szorc)
- D3547: packaging: move contrib/debian to contrib/packaging/
indygreg (Gregory Szorc)
- D3547: packaging: move contrib/debian to contrib/packaging/
indygreg (Gregory Szorc)
- D3548: packaging: move build-linux-wheels.sh to contrib/packaging/
indygreg (Gregory Szorc)
- D3548: packaging: move build-linux-wheels.sh to contrib/packaging/
indygreg (Gregory Szorc)
- D3549: packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
indygreg (Gregory Szorc)
- D3549: packaging: move linux-wheel-centos5-blacklist to contrib/packaging/
indygreg (Gregory Szorc)
- D3550: packaging: move contrib/macosx to contrib/packaging/
indygreg (Gregory Szorc)
- D3550: packaging: move contrib/macosx to contrib/packaging/
indygreg (Gregory Szorc)
- D3551: packaging: make packaging scripts less reliant on pwd
indygreg (Gregory Szorc)
- D3551: packaging: make packaging scripts less reliant on pwd
indygreg (Gregory Szorc)
- D3552: packaging: move most packaging targets to own Makefile
indygreg (Gregory Szorc)
- D3552: packaging: move most packaging targets to own Makefile
indygreg (Gregory Szorc)
- D3552: packaging: move most packaging targets to own Makefile
indygreg (Gregory Szorc)
- D3553: notify: add option to include function names in the diff output
joerg.sonnenberger (Joerg Sonnenberger)
- D3553: notify: add option to include function names in the diff output
Yuya Nishihara
- D3553: notify: add option to include function names in the diff output
yuja (Yuya Nishihara)
- D3553: notify: add option to include function names in the diff output
joerg.sonnenberger (Joerg Sonnenberger)
- D3553: notify: add option to include function names in the diff output
Yuya Nishihara
- D3553: notify: add option to include function names in the diff output
yuja (Yuya Nishihara)
- D3553: notify: add option to include function names in the diff output
joerg.sonnenberger (Joerg Sonnenberger)
- D3554: xdiff: fix Py_BuildValue types (issue5885)
quark (Jun Wu)
- D3554: xdiff: fix Py_BuildValue types (issue5885)
quark (Jun Wu)
- D3555: run-tests: add support for running specific test cases
lothiraldan (Boris Feld)
- D3555: run-tests: add support for running specific test cases
lothiraldan (Boris Feld)
- D3556: run-tests: update the test case name format
lothiraldan (Boris Feld)
- D3556: run-tests: update the test case name format
quark (Jun Wu)
- D3556: run-tests: update the test case name format
pulkit (Pulkit Goyal)
- D3556: run-tests: update the test case name format
lothiraldan (Boris Feld)
- D3556: run-tests: update the test case name format
lothiraldan (Boris Feld)
- D3557: commit: add new close-branch command
joerg.sonnenberger (Joerg Sonnenberger)
- D3557: commit: add new close-branch command
pulkit (Pulkit Goyal)
- D3557: commit: add new close-branch command
joerg.sonnenberger (Joerg Sonnenberger)
- D3557: commit: add new close-branch command
pulkit (Pulkit Goyal)
- D3557: commit: add new close-branch command
pulkit (Pulkit Goyal)
- D3557: commit: add new close-branch command
joerg.sonnenberger (Joerg Sonnenberger)
- D3557: commit: add new close-branch command
indygreg (Gregory Szorc)
- D3558: revlog: handle errors from index_node() in nt_insert() and index_slice_del()
martinvonz (Martin von Zweigbergk)
- D3558: revlog: handle errors from index_node() in nt_insert() and index_slice_del()
martinvonz (Martin von Zweigbergk)
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
spectral (Kyle Lippincott)
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
Yuya Nishihara
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
yuja (Yuya Nishihara)
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
spectral (Kyle Lippincott)
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
Yuya Nishihara
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
yuja (Yuya Nishihara)
- D3559: narrow: only wrap dirstate functions once, instead of per-reposetup
spectral (Kyle Lippincott)
- D3560: tests: test failure reporting in blackbox code
martinvonz (Martin von Zweigbergk)
- D3560: tests: test failure reporting in blackbox code
martinvonz (Martin von Zweigbergk)
- D3561: dispatch: drop redundant setting of "ret" to -1
martinvonz (Martin von Zweigbergk)
- D3561: dispatch: drop redundant setting of "ret" to -1
Yuya Nishihara
- D3561: dispatch: drop redundant setting of "ret" to -1
yuja (Yuya Nishihara)
- D3561: dispatch: drop redundant setting of "ret" to -1
martinvonz (Martin von Zweigbergk)
- D3562: tests: mark tests that fail when using chg as #require no-chg
spectral (Kyle Lippincott)
- D3562: tests: mark tests that fail when using chg as #require no-chg
Yuya Nishihara
- D3562: tests: mark tests that fail when using chg as #require no-chg
yuja (Yuya Nishihara)
- D3562: tests: mark tests that fail when using chg as #require no-chg
spectral (Kyle Lippincott)
- D3563: py3: suppress the value returned by .write() calls
pulkit (Pulkit Goyal)
- D3563: py3: suppress the value returned by .write() calls
pulkit (Pulkit Goyal)
- D3564: py3: add b'' prefixes in tests/test-extension.t
pulkit (Pulkit Goyal)
- D3564: py3: add b'' prefixes in tests/test-extension.t
pulkit (Pulkit Goyal)
- D3567: py3: use pycompat.bytestr() on bytes before %r-ing it
pulkit (Pulkit Goyal)
- D3567: py3: use pycompat.bytestr() on bytes before %r-ing it
pulkit (Pulkit Goyal)
- D3568: py3: use pycompat.bytestr() instead of str() in extensions.py
pulkit (Pulkit Goyal)
- D3568: py3: use pycompat.bytestr() instead of str() in extensions.py
pulkit (Pulkit Goyal)
- D3569: py3: convert the report to bytes
pulkit (Pulkit Goyal)
- D3569: py3: convert the report to bytes
Yuya Nishihara
- D3569: py3: convert the report to bytes
yuja (Yuya Nishihara)
- D3569: py3: convert the report to bytes
pulkit (Pulkit Goyal)
- D3569: py3: convert the report to bytes
pulkit (Pulkit Goyal)
- D3570: tests: update py3 test since json fields are now sorted
martinvonz (Martin von Zweigbergk)
- D3570: tests: update py3 test since json fields are now sorted
martinvonz (Martin von Zweigbergk)
- D3571: tests: test-parseindex.t works just fine with chg
spectral (Kyle Lippincott)
- D3571: tests: test-parseindex.t works just fine with chg
spectral (Kyle Lippincott)
- D3572: state: don't have a dict like interface for cmdstate class
pulkit (Pulkit Goyal)
- D3572: state: don't have a dict like interface for cmdstate class
martinvonz (Martin von Zweigbergk)
- D3572: state: don't have a dict like interface for cmdstate class
pulkit (Pulkit Goyal)
- D3572: state: don't have a dict like interface for cmdstate class
pulkit (Pulkit Goyal)
- D3572: state: don't have a dict like interface for cmdstate class
pulkit (Pulkit Goyal)
- D3573: hgweb: extract code for emitting multiple changelist records
indygreg (Gregory Szorc)
- D3573: hgweb: extract code for emitting multiple changelist records
indygreg (Gregory Szorc)
- D3574: narrow: filter merge actions in core
martinvonz (Martin von Zweigbergk)
- D3574: narrow: filter merge actions in core
martinvonz (Martin von Zweigbergk)
- D3575: narrow: filter set of files to check for case-folding to core
martinvonz (Martin von Zweigbergk)
- D3575: narrow: filter set of files to check for case-folding to core
martinvonz (Martin von Zweigbergk)
- D3576: narrow: filter copies in core
martinvonz (Martin von Zweigbergk)
- D3576: narrow: filter copies in core
martinvonz (Martin von Zweigbergk)
- D3577: crecord: fallback to text mode if diffs are too big for curses mode
spectral (Kyle Lippincott)
- D3577: crecord: fallback to text mode if diffs are too big for curses mode
spectral (Kyle Lippincott)
- D3578: state: set canonical=True to write deterministically
pulkit (Pulkit Goyal)
- D3578: state: set canonical=True to write deterministically
pulkit (Pulkit Goyal)
- D3579: state: write the version number in plain text on top of state files
pulkit (Pulkit Goyal)
- D3579: state: write the version number in plain text on top of state files
martinvonz (Martin von Zweigbergk)
- D3579: state: write the version number in plain text on top of state files
pulkit (Pulkit Goyal)
- D3579: state: write the version number in plain text on top of state files
pulkit (Pulkit Goyal)
- D3579: state: write the version number in plain text on top of state files
Yuya Nishihara
- D3579: state: write the version number in plain text on top of state files
yuja (Yuya Nishihara)
- D3579: state: write the version number in plain text on top of state files
Yuya Nishihara
- D3579: state: write the version number in plain text on top of state files
yuja (Yuya Nishihara)
- D3579: state: write the version number in plain text on top of state files
martinvonz (Martin von Zweigbergk)
- D3580: py3: use .startswith() instead of bytes[0]
pulkit (Pulkit Goyal)
- D3580: py3: use .startswith() instead of bytes[0]
pulkit (Pulkit Goyal)
- D3581: py3: fix kwargs handling in qgurad in hgext/mq.py
pulkit (Pulkit Goyal)
- D3581: py3: fix kwargs handling in qgurad in hgext/mq.py
pulkit (Pulkit Goyal)
- D3582: py3: use stringutil.pprint() to format a list to print
pulkit (Pulkit Goyal)
- D3582: py3: use stringutil.pprint() to format a list to print
pulkit (Pulkit Goyal)
- D3583: py3: whitelist two more passing tests observed by buildbot
durin42 (Augie Fackler)
- D3583: py3: whitelist two more passing tests observed by buildbot
durin42 (Augie Fackler)
- D3584: patch: fix import-time syntax error in test-check-module-imports.t
durin42 (Augie Fackler)
- D3584: patch: fix import-time syntax error in test-check-module-imports.t
durin42 (Augie Fackler)
- D3585: context: fix %-formatting on Python 3
durin42 (Augie Fackler)
- D3585: context: fix %-formatting on Python 3
durin42 (Augie Fackler)
- D3586: patch: use slicing to check patch line prefixes
durin42 (Augie Fackler)
- D3586: patch: use slicing to check patch line prefixes
Yuya Nishihara
- D3586: patch: use slicing to check patch line prefixes
yuja (Yuya Nishihara)
- D3587: pathencode: fix importing hashlib on Python 3
durin42 (Augie Fackler)
- D3587: pathencode: fix importing hashlib on Python 3
Yuya Nishihara
- D3587: pathencode: fix importing hashlib on Python 3
yuja (Yuya Nishihara)
- D3587: pathencode: fix importing hashlib on Python 3
durin42 (Augie Fackler)
- D3588: pathencode: hashlib.sha1() takes bytes not str on Python 3
durin42 (Augie Fackler)
- D3588: pathencode: hashlib.sha1() takes bytes not str on Python 3
durin42 (Augie Fackler)
- D3589: pathencode: improve error messages slightly
durin42 (Augie Fackler)
- D3589: pathencode: improve error messages slightly
durin42 (Augie Fackler)
- D3590: py3: make sure we pass str to date.strftime()
pulkit (Pulkit Goyal)
- D3590: py3: make sure we pass str to date.strftime()
pulkit (Pulkit Goyal)
- D3590: py3: make sure we pass str to date.strftime()
Yuya Nishihara
- D3590: py3: make sure we pass str to date.strftime()
yuja (Yuya Nishihara)
- D3591: py3: use '%d' for integers in hgext/infinitepush/__init__.py
pulkit (Pulkit Goyal)
- D3591: py3: use '%d' for integers in hgext/infinitepush/__init__.py
pulkit (Pulkit Goyal)
- D3592: py3: add b'' prefixes in hgext/convert/subversion.py
pulkit (Pulkit Goyal)
- D3592: py3: add b'' prefixes in hgext/convert/subversion.py
pulkit (Pulkit Goyal)
- D3593: py3: fix kwargs handling in hgext/split.py
pulkit (Pulkit Goyal)
- D3593: py3: fix kwargs handling in hgext/split.py
pulkit (Pulkit Goyal)
- D3594: py3: add b'' prefixes in tests/test-bugzilla.t
pulkit (Pulkit Goyal)
- D3594: py3: add b'' prefixes in tests/test-bugzilla.t
pulkit (Pulkit Goyal)
- D3595: py3: add b'' prefixes in tests/test-custom-filters.t
pulkit (Pulkit Goyal)
- D3595: py3: add b'' prefixes in tests/test-custom-filters.t
pulkit (Pulkit Goyal)
- D3596: py3: add b'' prefixes in tests/test-extensions-afterloaded.t
pulkit (Pulkit Goyal)
- D3596: py3: add b'' prefixes in tests/test-extensions-afterloaded.t
pulkit (Pulkit Goyal)
- D3597: py3: add b'' prefixes in tests/test-hgrc.t
pulkit (Pulkit Goyal)
- D3597: py3: add b'' prefixes in tests/test-hgrc.t
pulkit (Pulkit Goyal)
- D3598: py3: add b'' prefixes in tests/test-pager.t
pulkit (Pulkit Goyal)
- D3598: py3: add b'' prefixes in tests/test-pager.t
pulkit (Pulkit Goyal)
- D3599: py3: add b'' prefixes in tests/test-profile.t
pulkit (Pulkit Goyal)
- D3599: py3: add b'' prefixes in tests/test-profile.t
pulkit (Pulkit Goyal)
- D3600: py3: add b'' prefixes in tests/test-progress.t
pulkit (Pulkit Goyal)
- D3600: py3: add b'' prefixes in tests/test-progress.t
pulkit (Pulkit Goyal)
- D3601: py3: add b'' prefixes in tests/test-rebuildstate.t
pulkit (Pulkit Goyal)
- D3601: py3: add b'' prefixes in tests/test-rebuildstate.t
pulkit (Pulkit Goyal)
- D3602: py3: use print as a function in tests/test-pull.t
pulkit (Pulkit Goyal)
- D3602: py3: use print as a function in tests/test-pull.t
pulkit (Pulkit Goyal)
- D3603: py3: use print as a function in tests/test-parseindex.t
pulkit (Pulkit Goyal)
- D3603: py3: use print as a function in tests/test-parseindex.t
pulkit (Pulkit Goyal)
- D3604: py3: suppress the output from .write() calls in few tests
pulkit (Pulkit Goyal)
- D3604: py3: suppress the output from .write() calls in few tests
pulkit (Pulkit Goyal)
- D3605: py3: add b'' prefix in test/test-fileset.t
pulkit (Pulkit Goyal)
- D3605: py3: add b'' prefix in test/test-fileset.t
pulkit (Pulkit Goyal)
- D3606: py3: make sure we open files in bytes mode
pulkit (Pulkit Goyal)
- D3606: py3: make sure we open files in bytes mode
pulkit (Pulkit Goyal)
- D3607: py3: use utils.stringutil.forcebytestr to convert error to bytes
pulkit (Pulkit Goyal)
- D3607: py3: use utils.stringutil.forcebytestr to convert error to bytes
pulkit (Pulkit Goyal)
- D3608: py3: slice over bytes to prevent getting the ascii values
pulkit (Pulkit Goyal)
- D3608: py3: slice over bytes to prevent getting the ascii values
pulkit (Pulkit Goyal)
- D3609: py3: bytestr() bytes to get bytechar while iterating on it
pulkit (Pulkit Goyal)
- D3609: py3: bytestr() bytes to get bytechar while iterating on it
pulkit (Pulkit Goyal)
- D3610: py3: fix .write() calls in few tests
pulkit (Pulkit Goyal)
- D3610: py3: fix .write() calls in few tests
pulkit (Pulkit Goyal)
- D3611: py3: add b'' prefixes in tests/test-parseindex.t
pulkit (Pulkit Goyal)
- D3611: py3: add b'' prefixes in tests/test-parseindex.t
pulkit (Pulkit Goyal)
- D3612: py3: use pycompat.fsencode() to convert tempfile name to bytes
pulkit (Pulkit Goyal)
- D3612: py3: use pycompat.fsencode() to convert tempfile name to bytes
pulkit (Pulkit Goyal)
- D3612: py3: use pycompat.fsencode() to convert tempfile name to bytes
Yuya Nishihara
- D3612: py3: use pycompat.fsencode() to convert tempfile name to bytes
yuja (Yuya Nishihara)
- D3613: py3: use `except error as e` instead of `except error, e`
pulkit (Pulkit Goyal)
- D3613: py3: use `except error as e` instead of `except error, e`
pulkit (Pulkit Goyal)
- D3614: py3: check for None before comparing with integers
pulkit (Pulkit Goyal)
- D3614: py3: check for None before comparing with integers
pulkit (Pulkit Goyal)
- D3614: py3: check for None before comparing with integers
Yuya Nishihara
- D3614: py3: check for None before comparing with integers
yuja (Yuya Nishihara)
- D3615: py3: add 13 new passing tests to whitelist
pulkit (Pulkit Goyal)
- D3615: py3: add 13 new passing tests to whitelist
pulkit (Pulkit Goyal)
- D3615: py3: add 13 new passing tests to whitelist
pulkit (Pulkit Goyal)
- D3616: py3: fix kwargs handling in hgext/rebase.py
pulkit (Pulkit Goyal)
- D3616: py3: fix kwargs handling in hgext/rebase.py
pulkit (Pulkit Goyal)
- D3617: py3: use pycompat.bytestr() to convert str into bytes
pulkit (Pulkit Goyal)
- D3617: py3: use pycompat.bytestr() to convert str into bytes
pulkit (Pulkit Goyal)
- D3618: pathencode: remove unused variable
durin42 (Augie Fackler)
- D3618: pathencode: remove unused variable
durin42 (Augie Fackler)
- D3619: patch: add debug message to show external patch tool invocation
durin42 (Augie Fackler)
- D3619: patch: add debug message to show external patch tool invocation
durin42 (Augie Fackler)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
durin42 (Augie Fackler)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
pulkit (Pulkit Goyal)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
durin42 (Augie Fackler)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
martinvonz (Martin von Zweigbergk)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
durin42 (Augie Fackler)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
martinvonz (Martin von Zweigbergk)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
durin42 (Augie Fackler)
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
Yuya Nishihara
- D3620: tests: fix test-patch.t on picker /bin/sh implementations
yuja (Yuya Nishihara)
- D3621: tests: use [(] instead of \( to avoid warning on py3
durin42 (Augie Fackler)
- D3621: tests: use [(] instead of \( to avoid warning on py3
durin42 (Augie Fackler)
- D3622: tests: fix test-parseindex2 on Python 3
durin42 (Augie Fackler)
- D3622: tests: fix test-parseindex2 on Python 3
durin42 (Augie Fackler)
- D3623: tests: fix test-subrepo-paths.t on Python 3
durin42 (Augie Fackler)
- D3623: tests: fix test-subrepo-paths.t on Python 3
durin42 (Augie Fackler)
- D3624: py3: re-sort test whitelist
durin42 (Augie Fackler)
- D3624: py3: re-sort test whitelist
durin42 (Augie Fackler)
- D3625: py3: consolidate down some (case ...) entries
durin42 (Augie Fackler)
- D3625: py3: consolidate down some (case ...) entries
durin42 (Augie Fackler)
- D3626: tests: port inline extensions in test-obsolete.t to Python 3
durin42 (Augie Fackler)
- D3626: tests: port inline extensions in test-obsolete.t to Python 3
durin42 (Augie Fackler)
- D3627: status: add a config knob for setting default of --terse
durin42 (Augie Fackler)
- D3627: status: add a config knob for setting default of --terse
pulkit (Pulkit Goyal)
- D3627: status: add a config knob for setting default of --terse
durin42 (Augie Fackler)
- D3627: status: add a config knob for setting default of --terse
martinvonz (Martin von Zweigbergk)
- D3628: status: add default of --terse=u to tweakdefaults (BC)
durin42 (Augie Fackler)
- D3628: status: add default of --terse=u to tweakdefaults (BC)
durin42 (Augie Fackler)
- D3629: py3: add b'' prefixes in contrib/hg-ssh
pulkit (Pulkit Goyal)
- D3629: py3: add b'' prefixes in contrib/hg-ssh
pulkit (Pulkit Goyal)
- D3630: py3: add b'' prefixes in tests/test-ssh.t and tests/test-ssh-bundle1.t
pulkit (Pulkit Goyal)
- D3630: py3: add b'' prefixes in tests/test-ssh.t and tests/test-ssh-bundle1.t
pulkit (Pulkit Goyal)
- D3631: py3: use pycompat.fsencode to convert path to bytes
pulkit (Pulkit Goyal)
- D3631: py3: use pycompat.fsencode to convert path to bytes
pulkit (Pulkit Goyal)
- D3631: py3: use pycompat.fsencode to convert path to bytes
Yuya Nishihara
- D3631: py3: use pycompat.fsencode to convert path to bytes
yuja (Yuya Nishihara)
- D3632: py3: use stringutil.pprint() to prevent b'' prefixes in output
pulkit (Pulkit Goyal)
- D3632: py3: use stringutil.pprint() to prevent b'' prefixes in output
pulkit (Pulkit Goyal)
- D3633: py3: use bytes in tests/printenv.py
pulkit (Pulkit Goyal)
- D3633: py3: use bytes in tests/printenv.py
indygreg (Gregory Szorc)
- D3633: py3: use bytes in tests/printenv.py
pulkit (Pulkit Goyal)
- D3633: py3: use bytes in tests/printenv.py
pulkit (Pulkit Goyal)
- D3634: py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py
pulkit (Pulkit Goyal)
- D3634: py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py
pulkit (Pulkit Goyal)
- D3635: py3: add support for NoneType in stringutil.pprint()
pulkit (Pulkit Goyal)
- D3635: py3: add support for NoneType in stringutil.pprint()
pulkit (Pulkit Goyal)
- D3635: py3: add support for NoneType in stringutil.pprint()
Yuya Nishihara
- D3635: py3: add support for NoneType in stringutil.pprint()
yuja (Yuya Nishihara)
- D3635: py3: add support for NoneType in stringutil.pprint()
Yuya Nishihara
- D3635: py3: add support for NoneType in stringutil.pprint()
yuja (Yuya Nishihara)
- D3636: py3: use pycompat.fsencode() to convert user value to bytes
pulkit (Pulkit Goyal)
- D3636: py3: use pycompat.fsencode() to convert user value to bytes
Yuya Nishihara
- D3636: py3: use pycompat.fsencode() to convert user value to bytes
durin42 (Augie Fackler)
- D3637: py3: add b'' prefixes in tests/test-revset2.t
pulkit (Pulkit Goyal)
- D3637: py3: add b'' prefixes in tests/test-revset2.t
pulkit (Pulkit Goyal)
- D3638: py3: add 3 new passing tests to whitelist
pulkit (Pulkit Goyal)
- D3639: remotenames: add paths argument to remotenames revset
pulkit (Pulkit Goyal)
- D3639: remotenames: add paths argument to remotenames revset
Yuya Nishihara
- D3639: remotenames: add paths argument to remotenames revset
yuja (Yuya Nishihara)
- D3639: remotenames: add paths argument to remotenames revset
durin42 (Augie Fackler)
- D3640: state: fix usage of an unassigned variable
pulkit (Pulkit Goyal)
- D3640: state: fix usage of an unassigned variable
pulkit (Pulkit Goyal)
- D3641: state: temporary silence pyflakes warning by removing variable assignment
pulkit (Pulkit Goyal)
- D3641: state: temporary silence pyflakes warning by removing variable assignment
pulkit (Pulkit Goyal)
- D3642: py3: use encoding.strfromlocal() instead of pycompat.sysstr()
pulkit (Pulkit Goyal)
- D3642: py3: use encoding.strfromlocal() instead of pycompat.sysstr()
pulkit (Pulkit Goyal)
- D3643: localrepo: add docstring to _makedirstate to make it less likely to be removed
spectral (Kyle Lippincott)
- D3643: localrepo: add docstring to _makedirstate to make it less likely to be removed
spectral (Kyle Lippincott)
- D3644: state: raise CorruptedState error isntead of ProgrammingError
pulkit (Pulkit Goyal)
- D3644: state: raise CorruptedState error isntead of ProgrammingError
pulkit (Pulkit Goyal)
- D3648: show: Get rid of extraneous space if `tip` also has other bookmarks
tom.prince (Tom Prince)
- D3648: show: Get rid of extraneous space if `tip` also has other bookmarks
Yuya Nishihara
- D3648: show: Get rid of extraneous space if `tip` also has other bookmarks
yuja (Yuya Nishihara)
- D3649: serve: add option print-url
nspanti-logilab (Nicola Spanti)
- D3650: serve: add an option to open in the default browser
nspanti-logilab (Nicola Spanti)
- D3650: serve: add an option to open in the default browser
durin42 (Augie Fackler)
- D3651: graft: factor out function to read graft state in separate function
pulkit (Pulkit Goyal)
- D3651: graft: factor out function to read graft state in separate function
pulkit (Pulkit Goyal)
- D3652: graft: use state.cmdstate() to check whether graftstate exists
pulkit (Pulkit Goyal)
- D3652: graft: use state.cmdstate() to check whether graftstate exists
pulkit (Pulkit Goyal)
- D3653: state: removing remaining instances of opts class variable
pulkit (Pulkit Goyal)
- D3653: state: removing remaining instances of opts class variable
martinvonz (Martin von Zweigbergk)
- D3653: state: removing remaining instances of opts class variable
pulkit (Pulkit Goyal)
- D3653: state: removing remaining instances of opts class variable
pulkit (Pulkit Goyal)
- D3654: graft: start using the cmdstate class to read and write data to graftstate
pulkit (Pulkit Goyal)
- D3654: graft: start using the cmdstate class to read and write data to graftstate
martinvonz (Martin von Zweigbergk)
- D3654: graft: start using the cmdstate class to read and write data to graftstate
pulkit (Pulkit Goyal)
- D3655: graph: add outputgraph() function, called by ascii() to printthe graph to the ui.
johnstiles (John Stiles)
- D3655: graph: add outputgraph() function, called by ascii() to printthe graph to the ui.
spectral (Kyle Lippincott)
- D3655: graph: add outputgraph() function, called by ascii() to printthe graph to the ui.
johnstiles (John Stiles)
- D3656: graft: use cmdstate.delete() to delete the state file
pulkit (Pulkit Goyal)
- D3656: graft: use cmdstate.delete() to delete the state file
pulkit (Pulkit Goyal)
- D3657: graft: store user passed date and user information in graftstate
pulkit (Pulkit Goyal)
- D3657: graft: store user passed date and user information in graftstate
indygreg (Gregory Szorc)
- D3657: graft: store user passed date and user information in graftstate
pulkit (Pulkit Goyal)
- D3657: graft: store user passed date and user information in graftstate
pulkit (Pulkit Goyal)
- D3658: tests: add test showing --continue not preserving --date and --user flags
pulkit (Pulkit Goyal)
- D3658: tests: add test showing --continue not preserving --date and --user flags
pulkit (Pulkit Goyal)
- D3659: graft: reuse --user and --date values in `hg graft --continue` (BC)
pulkit (Pulkit Goyal)
- D3659: graft: reuse --user and --date values in `hg graft --continue` (BC)
pulkit (Pulkit Goyal)
- D3660: graft: drop --user and --date values info from hint in case of conflicts
pulkit (Pulkit Goyal)
- D3660: graft: drop --user and --date values info from hint in case of conflicts
pulkit (Pulkit Goyal)
- D3660: graft: drop --user and --date values info from hint in case of conflicts
martinvonz (Martin von Zweigbergk)
- D3660: graft: drop --user and --date values info from hint in case of conflicts
Yuya Nishihara
- D3660: graft: drop --user and --date values info from hint in case of conflicts
yuja (Yuya Nishihara)
- D3660: graft: drop --user and --date values info from hint in case of conflicts
martinvonz (Martin von Zweigbergk)
- D3660: graft: drop --user and --date values info from hint in case of conflicts
pulkit (Pulkit Goyal)
- D3661: graft: add test showing --continue not preserving --log passed earlier
pulkit (Pulkit Goyal)
- D3662: graft: reuse the --log value passed initially in `hg graft --continue` (BC)
pulkit (Pulkit Goyal)
- D3663: graft: add test showing --continue not preserving --edit passed earlier
pulkit (Pulkit Goyal)
- D3664: graft: reuse the --edit value passed initially in `hg graft --continue` (BC)
pulkit (Pulkit Goyal)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
Yuya Nishihara
- D3665: graph: improve graph output by using Unicode characters
yuja (Yuya Nishihara)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
Yuya Nishihara
- D3665: graph: improve graph output by using Unicode characters
yuja (Yuya Nishihara)
- D3665: graph: improve graph output by using Unicode characters
Sean Farley
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
Sean Farley
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
Yuya Nishihara
- D3665: graph: improve graph output by using Unicode characters
yuja (Yuya Nishihara)
- D3665: graph: improve graph output by using Unicode characters
indygreg (Gregory Szorc)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
indygreg (Gregory Szorc)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
indygreg (Gregory Szorc)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3665: graph: improve graph output by using Unicode characters
johnstiles (John Stiles)
- D3666: templatekw: make getrenamed() return only filename, not nodeid
martinvonz (Martin von Zweigbergk)
- D3666: templatekw: make getrenamed() return only filename, not nodeid
martinvonz (Martin von Zweigbergk)
- D3667: graft: drop help note saying "--continue does not reapply earlier options"
pulkit (Pulkit Goyal)
- D3668: graft: add a new `--stop` flag to stop interrupted graft
pulkit (Pulkit Goyal)
- D3669: cmdutil: have statefile names in STATES instead of functions
pulkit (Pulkit Goyal)
- D3669: cmdutil: have statefile names in STATES instead of functions
martinvonz (Martin von Zweigbergk)
- D3670: cmdutil: don't return statedetectionpredicate function from _getrepostate()
pulkit (Pulkit Goyal)
- D3671: advanceboundary: add dryrun parameter
khanchi97 (Sushil khanchi)
- D3671: advanceboundary: add dryrun parameter
pulkit (Pulkit Goyal)
- D3671: advanceboundary: add dryrun parameter
khanchi97 (Sushil khanchi)
- D3671: advanceboundary: add dryrun parameter
khanchi97 (Sushil khanchi)
- D3671: advanceboundary: add dryrun parameter
khanchi97 (Sushil khanchi)
- D3672: retractboundary: add dryrun parameter
khanchi97 (Sushil khanchi)
- D3673: grep: enables passing wdir as a revision in grep
sangeet259 (Sangeet Kumar Mishra)
- D3673: grep: enables passing wdir as a revision in grep
Yuya Nishihara
- D3673: grep: enables passing wdir as a revision in grep
yuja (Yuya Nishihara)
- D3674: tests: update fuzzer tests to include both fuzzers
durin42 (Augie Fackler)
- D3674: tests: update fuzzer tests to include both fuzzers
durin42 (Augie Fackler)
- D3675: fuzz: extract some common utilities and use modern C++ idioms
durin42 (Augie Fackler)
- D3675: fuzz: extract some common utilities and use modern C++ idioms
durin42 (Augie Fackler)
- D3676: fuzzutil: make it possible to use absl when C++17 isn't supported
durin42 (Augie Fackler)
- D3676: fuzzutil: make it possible to use absl when C++17 isn't supported
indygreg (Gregory Szorc)
- D3676: fuzzutil: make it possible to use absl when C++17 isn't supported
durin42 (Augie Fackler)
- D3676: fuzzutil: make it possible to use absl when C++17 isn't supported
durin42 (Augie Fackler)
- D3677: fuzz: add clean target
durin42 (Augie Fackler)
- D3677: fuzz: add clean target
durin42 (Augie Fackler)
- how to import tags?
Hollis Blanchard
- how to import tags?
Hollis Blanchard
- how to import tags?
Augie Fackler
- how to import tags?
Hollis Blanchard
- how to import tags?
Augie Fackler
- how to import tags?
Matt Harbison
- how to import tags?
Hollis Blanchard
- mercurial at 37814: 9 new changesets (9 on stable)
Mercurial Commits
- mercurial at 37815: new changeset (1 on stable)
Mercurial Commits
- mercurial at 37825: 10 new changesets (10 on stable)
Mercurial Commits
- mercurial at 37828: 3 new changesets (3 on stable)
Mercurial Commits
- mercurial at 37830: 2 new changesets (2 on stable)
Mercurial Commits
- mercurial at 37832: 2 new changesets (2 on stable)
Mercurial Commits
- mercurial at 37835: 3 new changesets (3 on stable)
Mercurial Commits
- mercurial at 37836: new changeset
Mercurial Commits
- mercurial at 37840: 4 new changesets
Mercurial Commits
- mercurial at 37842: 2 new changesets (2 on stable)
Mercurial Commits
- mercurial at 37852: 10 new changesets
Mercurial Commits
- mercurial at 37864: 12 new changesets (2 on stable)
Mercurial Commits
- mercurial at 37954: 90 new changesets
Mercurial Commits
- mercurial at 37971: 17 new changesets
Mercurial Commits
- mercurial at 37977: 6 new changesets
Mercurial Commits
- mercurial at 37983: 6 new changesets (1 on stable)
Mercurial Commits
- mercurial at 37994: 11 new changesets
Mercurial Commits
- mercurial at 37996: 2 new changesets
Mercurial Commits
- mercurial at 38000: 4 new changesets (1 on stable)
Mercurial Commits
- mercurial at 38027: 27 new changesets
Mercurial Commits
- mercurial at 38033: 6 new changesets (2 on stable)
Mercurial Commits
- mercurial at 38037: 4 new changesets (4 on stable)
Mercurial Commits
- mercurial at 38039: 2 new changesets (2 on stable)
Mercurial Commits
- mercurial at 38040: new changeset (1 on stable)
Mercurial Commits
- mercurial at 38099: 59 new changesets
Mercurial Commits
- Simple extension gives TypeError: expected a 20-byte hash
Marco Wegner
- Simple extension gives TypeError: expected a 20-byte hash
Yuya Nishihara
- Startup overhead, test suite run times
Gregory Szorc
Last message date:
Fri Jun 1 02:35:01 UTC 2018
Archived on: Thu Jun 30 01:08:50 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).