December 2016 Archives by date
Starting: Thu Dec 1 14:20:51 UTC 2016
Ending: Sat Dec 31 23:46:01 UTC 2016
Messages: 719
- [PATCH 7 of 7] py3: use encoding.environ in ui.py
Yuya Nishihara
- [PATCH] posix: give the cached symlink a real target
Mateusz Kwapich
- [PATCH 1 of 8 V12] bookmarks: introduce binary encoding
Stanislau Hlebik
- [PATCH 2 of 8 V12] bookmarks: rename `compare()` to `comparebookmarks()` (API)
Stanislau Hlebik
- [PATCH 3 of 8 V12] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
Stanislau Hlebik
- [PATCH 4 of 8 V12] bundle2: add `bookmarks` part handler
Stanislau Hlebik
- [PATCH 5 of 8 V12] exchange: getbundle `bookmarks` part generator
Stanislau Hlebik
- [PATCH 6 of 8 V12] pull: use `bookmarks` bundle2 part
Stanislau Hlebik
- [PATCH 7 of 8 V12] bundle2: advertise bookmark capability
Stanislau Hlebik
- [PATCH 8 of 8 V12] help: add documentation about bookmark part
Stanislau Hlebik
- mercurial at 30549: 7 new changesets
Kevin Bullock
- [PATCH 6 of 7] py3: use try/except to check for basestring
Pulkit Goyal
- [PATCH 1 of 3] mdiff: add a "blocksinrange" function to filter diff blocks by line range
Denis Laxalde
- [PATCH 2 of 3] context: add a `blockancestors(fromline, toline)` method to filectx
Denis Laxalde
- [PATCH 3 of 3] revset: add a changes(file, fromline, toline[, rev]) revset
Denis Laxalde
- mercurial at 30549: 7 new changesets
Thomas Arendsen Hein
- [Bug 5436] New: Grafting changes to a new file in a renamed directory loses copy information
bugzilla at mercurial-scm.org
- [PATCH 02 of 10 shelve-ext] shelve: add an ability to write json to a new type of shelve files
Yuya Nishihara
- [PATCH 01 of 10 shelve-ext] shelve: move patch extension to a string constant
Yuya Nishihara
- [PATCH 6 of 7] py3: use try/except to check for basestring
Yuya Nishihara
- mercurial at 30553: 4 new changesets (3 on stable)
Mercurial Commits
- [PATCH 3 of 3] revset: add a changes(file, fromline, toline[, rev]) revset
Yuya Nishihara
- [PATCH 2 of 3] context: add a `blockancestors(fromline, toline)` method to filectx
Yuya Nishihara
- [PATCH 09 of 10 shelve-ext] shelve: add obs-based unshelve functionality
Kostia Balytskyi
- [PATCH 3 of 3] revset: add a changes(file, fromline, toline[, rev]) revset
Jun Wu
- [PATCH 3 of 3] revset: add a changes(file, fromline, toline[, rev]) revset
Jun Wu
- mercurial at 30554: new changeset
Mercurial Commits
- File Name Patterns Plan
FUJIWARA Katsunori
- [PATCH] push: add a message when pushing phases but not changes
Jeremy Wall (zaphar)
- [PATCH] posix: give the cached symlink a real target
Augie Fackler
- [PATCH 2 of 2 V2] check-code: add a rule to forbid "cp -r"
Augie Fackler
- [PATCH 2 of 2] formatter: add overview of API and example as doctest
Augie Fackler
- [PATCH 1 of 2] bdiff: early pruning of common prefix before doing expensive computations
Augie Fackler
- [PATCH 2 of 8 V2] wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC)
Augie Fackler
- [PATCH 5 of 8 V2] wireproto: advertise supported compression formats in capabilities
Augie Fackler
- [PATCH 6 of 8 V2] httppeer: assign Vary request header last
Augie Fackler
- [PATCH 8 of 8 V2] protocol: send application/mercurial-0.2 responses to capable clients
Augie Fackler
- [PATCH 8 of 8 V2] protocol: send application/mercurial-0.2 responses to capable clients
Durham Goode
- [PATCH 3 of 3 V3] memctx: allow the memlightctx thats reusing the manifest node
Augie Fackler
- [PATCH 5 of 8 V2] wireproto: advertise supported compression formats in capabilities
Gregory Szorc
- [Bug 5437] New: Selecting a partial chunk in revert -i reverts the whole chunk
bugzilla at mercurial-scm.org
- File Name Patterns Plan
Pierre-Yves David
- [PATCH 08 of 10 V10] pull: use `bookmarks` bundle2 part
Pierre-Yves David
- [PATCH 2 of 5 v4] revlog: add flagprocessor
Pierre-Yves David
- [PATCH 4 of 5 v4] revlog: REVIDX_ISLARGEFILE flag
Pierre-Yves David
- [PATCH 5 of 5 v4] changegroup3: enable on 'lfs' repo requirements
Pierre-Yves David
- [PATCH evolve-ext] fold: disallow multiple revisions without --exact
Pierre-Yves David
- [PATCH 2 of 2 V2] rebase: update _rebaseset inside transaction
Pierre-Yves David
- [PATCH 3 of 8 V11] bookmarks: make bookmarks.compare accept binary nodes (API)
Pierre-Yves David
- [PATCH] histedit: make --keep work more like graft and use default phase for copies
Pierre-Yves David
- [PATCH 4 of 5 v4] revlog: REVIDX_ISLARGEFILE flag
Augie Fackler
- [PATCH RFC] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH V2] help: show help for disabled extensions(issue5228)
Pulkit Goyal
- [PATCH 1 of 3] py3: use unicodes in __slots__
Pulkit Goyal
- [PATCH 2 of 3] py3: avoid use of basestring
Pulkit Goyal
- [PATCH 3 of 3] py3: use pycompat.sysstr() in __import__()
Pulkit Goyal
- [PATCH V2] help: show help for disabled extensions(issue5228)
Yuya Nishihara
- [PATCH 1 of 3] py3: use unicodes in __slots__
Yuya Nishihara
- mercurial at 30557: 3 new changesets
Mercurial Commits
- File Name Patterns Plan
FUJIWARA Katsunori
- [PATCH] localrepository: remove None as default value of path argument in __init__()
Pulkit Goyal
- [PATCH] localrepository: remove None as default value of path argument in __init__()
Jun Wu
- [PATCH 1 of 4 evolve-ext] metaedit: add a helper function for just metadata rewrites
Ryan McElroy
- [PATCH 2 of 4 evolve-ext] metaedit: extend the functionality to support editing multiple commits
Ryan McElroy
- [PATCH] localrepository: remove None as default value of path argument in __init__()
Yuya Nishihara
- [PATCH V2] help: show help for disabled extensions(issue5228)
Kevin Bullock
- [PATCH RFC] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH] graft: support grafting changes to new file in renamed directory (issue5436)
Gábor Stefanik
- [PATCH 1 of 4 evolve-ext] metaedit: add a helper function for just metadata rewrites
Mateusz Kwapich
- [PATCH 2 of 4 evolve-ext] metaedit: extend the functionality to support editing multiple commits
Mateusz Kwapich
- [PATCH RFC v2] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH] chgserver: call "load" for new ui objects
Jun Wu
- [PATCH RFC] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH] chgserver: call "load" for new ui objects
Kostia Balytskyi
- [PATCH RFC] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH RFC] scmutil: add a simple key-value file helper
Kevin Bullock
- [PATCH RFC] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH RFC] scmutil: add a simple key-value file helper
Kevin Bullock
- [PATCH RFC] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kevin Bullock
- [PATCH 1 of 3] py3: use pycompat.fsdecode() to pass to imp.* functions
Pulkit Goyal
- [PATCH 2 of 3] fancyopts: switch from fancyopts.getopt.* to getopt.*
Pulkit Goyal
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH] parsers: use buffer to store revlog index
Jun Wu
- [PATCH] chgserver: call "load" for new ui objects
Yuya Nishihara
- [PATCH] graft: support grafting changes to new file in renamed directory (issue5436)
Gábor STEFANIK
- [PATCH V2] help: show help for disabled extensions(issue5228)
Yuya Nishihara
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Yuya Nishihara
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Yuya Nishihara
- [PATCH RFC v4] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v5] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v4] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v6] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v6] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH 1 of 8 evolve-ext, V2] metaedit: add a helper function for just metadata rewrites
Mateusz Kwapich
- [PATCH 2 of 8 evolve-ext, V2] metaedit: separate the fold and no-fold logic
Mateusz Kwapich
- [PATCH 3 of 8 evolve-ext, V2] metaedit: extend the functionality to support editing multiple commits
Mateusz Kwapich
- [PATCH 4 of 8 evolve-ext, V2] metaedit: remove the code gating the new metaedit feature and test it
Mateusz Kwapich
- [PATCH 5 of 8 evolve-ext, V2] metaedit: use faster setparents instead of full update
Mateusz Kwapich
- [PATCH 6 of 8 evolve-ext, V2] metaedit: rewrite rewritemeta to reuse manifests
Mateusz Kwapich
- [PATCH 7 of 8 evolve-ext, V2] evolve: make the disallowing new unstable more accurate
Mateusz Kwapich
- [PATCH 8 of 8 evolve-ext, V2] metaedit: make metaedit work nice when new unstable commits are disallowed
Mateusz Kwapich
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Mateusz Kwapich
- [PATCH v2] graft: support grafting changes to new file in renamed directory (issue5436)
Gábor Stefanik
- [PATCH 1 of 2] error: add ProgrammingError
Jun Wu
- [PATCH 2 of 2] localrepo: use ProgrammingError
Jun Wu
- [PATCH] push: add a message when pushing phases but not changes
Martin von Zweigbergk
- [PATCH] push: add a message when pushing phases but not changes
Mateusz Kwapich
- more symlink woes
Danek Duvall
- [PATCH] push: add a message when pushing phases but not changes
Martin von Zweigbergk
- [PATCH] push: add a message when pushing phases but not changes
Augie Fackler
- more symlink woes
Augie Fackler
- [PATCH] push: add a message when pushing phases but not changes
Jeremy Wall
- [PATCH] push: add a message when pushing phases but not changes
Augie Fackler
- [PATCH] push: add a message when pushing phases but not changes
Jeremy Wall
- more symlink woes
Danek Duvall
- [PATCH 2 of 2] localrepo: use ProgrammingError
Kostia Balytskyi
- [PATCH RFC v3] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH 2 of 2] localrepo: use ProgrammingError
Augie Fackler
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Augie Fackler
- [PATCH] parsers: use buffer to store revlog index
Augie Fackler
- [PATCH RFC v7] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH RFC v7] scmutil: add a simple key-value file helper
Jun Wu
- [PATCH RFC v7] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH] push: add a message when pushing phases but not changes
Jeremy Wall
- [PATCH] push: add a message when pushing phases but not changes
Martin von Zweigbergk
- [PATCH v2] push: add a message when pushing phases but not changes (issue4232)
Jeremy Wall (zaphar)
- [PATCH] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH] py3: make keys of keyword arguments strings
Pulkit Goyal
- Information
NG
- [PATCH] py3: make keys of keyword arguments strings
Mateusz Kwapich
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Yuya Nishihara
- [PATCH] py3: make keys of keyword arguments strings
Yuya Nishihara
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Gábor Stefanik
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Jun Wu
- [PATCH 1 of 3 V2] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 3 of 3 V2] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Kevin Bullock
- [PATCH 1 of 6] [convert] Use convert_revision for P4 imports
David Soria Parra
- [PATCH 2 of 6] [convert] Don't use long list comprehensions
David Soria Parra
- [PATCH 3 of 6] [convert] Allow passing in a revmap
David Soria Parra
- [PATCH 4 of 6] [convert] Parse perforce changes when needed, not in the constructor
David Soria Parra
- [PATCH 5 of 6] [convert] Encapsulate commit data fetching and commit object creation
David Soria Parra
- [PATCH 6 of 6] [convert] Create commits from revmap list if needed
David Soria Parra
- [PATCH 1 of 6] [convert] Use convert_revision for P4 imports
David Soria Parra
- [PATCH 2 of 6] [convert] Don't use long list comprehensions
David Soria Parra
- [PATCH 3 of 6] [convert] Allow passing in a revmap
David Soria Parra
- [PATCH 4 of 6] [convert] Parse perforce changes when needed, not in the constructor
David Soria Parra
- [PATCH 5 of 6] [convert] Encapsulate commit data fetching and commit object creation
David Soria Parra
- [PATCH 6 of 6] [convert] Create commits from revmap list if needed
David Soria Parra
- [PATCH 1 of 6 v2] [convert] Use convert_revision for P4 imports
David Soria Parra
- [PATCH 2 of 6 v2] [convert] Don't use long list comprehensions
David Soria Parra
- [PATCH 3 of 6 v2] [convert] Allow passing in a revmap
David Soria Parra
- [PATCH 4 of 6 v2] [convert] Parse perforce changes when needed, not in the constructor
David Soria Parra
- [PATCH 5 of 6 v2] [convert] Encapsulate commit data fetching and commit object creation
David Soria Parra
- [PATCH 6 of 6 v2] [convert] Create commits from revmap list if needed
David Soria Parra
- [PATCH 1 of 6 v2] [convert] Use convert_revision for P4 imports
Kostia Balytskyi
- [PATCH 1 of 6 v3] convert: Use convert_revision for P4 imports
David Soria Parra
- [PATCH 2 of 6 v3] convert: Don't use long list comprehensions
David Soria Parra
- [PATCH 3 of 6 v3] convert: Allow passing in a revmap
David Soria Parra
- [PATCH 4 of 6 v3] convert: Parse perforce changes when needed, not in the constructor
David Soria Parra
- [PATCH 5 of 6 v3] convert: Encapsulate commit data fetching and commit object creation
David Soria Parra
- [PATCH 6 of 6 v3] convert: Create commits from revmap list if needed
David Soria Parra
- [PATCH 1 of 6 v2] [convert] Use convert_revision for P4 imports
David Soria Parra
- The donation link don't work
Xavier Corredor Llano
- [PATCH 1 of 6 v3] convert: Use convert_revision for P4 imports
Sean Farley
- [PATCH 4 of 6 v3] convert: Parse perforce changes when needed, not in the constructor
Kostia Balytskyi
- [PATCH 6 of 6 v3] convert: Create commits from revmap list if needed
Kostia Balytskyi
- [PATCH 6 of 6 v3] convert: Create commits from revmap list if needed
David Soria Parra
- [PATCH 1 of 2 hg-website] css: attach the navigation bar to top of the page
Pulkit Goyal
- [PATCH 2 of 2 hg-website] menu: capitalize the menu options in nav bar
Pulkit Goyal
- [PATCH 6 of 6 v3] convert: Create commits from revmap list if needed
Kostia Balytskyi
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Gábor STEFANIK
- [PATCH 1 of 3 V2] py3: make a bytes version of getopt.getopt()
Yuya Nishihara
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Augie Fackler
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Yuya Nishihara
- [PATCH 3 of 3] py3: make a bytes version of getopt.getopt()
Yuya Nishihara
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Yuya Nishihara
- [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH STABLE] hgweb: add missing slash to file log url in rss style
Anton Shestakov
- The donation link don't work
Augie Fackler
- [Bug 5438] New: hg export does not work with 'wdir()'
bugzilla at mercurial-scm.org
- [PATCH STABLE V2] hgweb: add missing slash to file log url in rss style
Anton Shestakov
- [PATCH STABLE] hgweb: add missing slash to file log url in rss style
Augie Fackler
- Information
- [PATCH STABLE V2] hgweb: add missing slash to file log url in rss style
Augie Fackler
- [PATCH 2 of 2 hg-website] menu: capitalize the menu options in nav bar
Sean Farley
- [PATCH 1 of 3 V3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 3 of 3 V3] py3: make keys of keyword arguments strings
Pulkit Goyal
- more symlink woes
Danek Duvall
- [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes
Yuya Nishihara
- [PATCH 1 of 3 V3] py3: make a bytes version of getopt.getopt()
Yuya Nishihara
- [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 1 of 3 V3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- mercurial at 30558: new changeset (1 on stable)
Mercurial Commits
- [PATCH] bookmarks: introduce binary encoding
Stanislau Hlebik
- [PATCH 1 of 2] bookmarks: rename `compare()` to `comparebookmarks()` (API)
Stanislau Hlebik
- [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
Stanislau Hlebik
- [Bug 5439] New: revset children(null) seems to include every commit
bugzilla at mercurial-scm.org
- [Bug 5440] New: graph log does not draw multiple children from null correctly
bugzilla at mercurial-scm.org
- [PATCH 1 of 3 V4] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH 2 of 3 V4] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 3 of 3 V4] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH 1 of 3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH 2 of 3] py3: utility functions to convert keys of kwargs to bytes/unicodes
Pulkit Goyal
- [PATCH 3 of 3] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH 1 of 3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH 1 of 3] py3: make a bytes version of getopt.getopt()
Yuya Nishihara
- [PATCH 2 of 3] py3: utility functions to convert keys of kwargs to bytes/unicodes
Yuya Nishihara
- [PATCH 3 of 3] py3: make keys of keyword arguments strings
Yuya Nishihara
- [PATCH 1 of 3] py3: make a bytes version of getopt.getopt()
Pulkit Goyal
- [PATCH 3 of 3] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH V2] evolve: improve error message if unstable changes are disallowed
timeless
- [PATCH 1 of 5] posix: move checkexec test file to .hg/cache
timeless
- [PATCH 02 of 10 shelve-ext] shelve: add an ability to write json to a new type of shelve files
timeless
- [PATCH 1 of 2] error: add ProgrammingError
timeless
- [PATCH] error: make it clear that ProgrammingError is for mercurial developers
Jun Wu
- [Bug 5442] New: Leap seconds not handled properly in commit time
bugzilla at mercurial-scm.org
- [PATCH 2 of 5 v4] revlog: add flagprocessor
Rémi Chaintron
- [PATCH 1 of 7 upgraderepo V2] revlog: add clone method
Pierre-Yves David
- [PATCH 2 of 7 upgraderepo V2] debugcommands: stub for debugupgraderepo command
Pierre-Yves David
- [PATCH 3 of 7 upgraderepo V2] repair: determine what upgrade will do
Pierre-Yves David
- [Bug 5443] New: Something broke after upgrading Ubuntu
bugzilla at mercurial-scm.org
- [PATCH 2 of 5 v4] revlog: add flagprocessor
Pierre-Yves David
- Constant naming convention (was: Re: [PATCH 1 of 7 upgraderepo V2] revlog: add clone method)
Augie Fackler
- [PATCH V3] rebase: calculate ancestors for --base separately (issue5420)
Pierre-Yves David
- [PATCH] error: make it clear that ProgrammingError is for mercurial developers
Pierre-Yves David
- [PATCH 1 of 7 upgraderepo V2] revlog: add clone method
Gregory Szorc
- [PATCH 2 of 7 upgraderepo V2] debugcommands: stub for debugupgraderepo command
Gregory Szorc
- [PATCH] parsers: use buffer to store revlog index
Gregory Szorc
- [PATCH v2] graft: support grafting changes to new file in renamed directory (issue5436)
Yuya Nishihara
- Constant naming convention (was: Re: [PATCH 1 of 7 upgraderepo V2] revlog: add clone method)
Yuya Nishihara
- [PATCH] parsers: use buffer to store revlog index
Yuya Nishihara
- [PATCH] revlog: merge hash checking subfunctions
Remi Chaintron
- [PATCH V6] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH 2 of 7 upgraderepo V2] debugcommands: stub for debugupgraderepo command
Augie Fackler
- [PATCH 3 of 7 upgraderepo V2] repair: determine what upgrade will do
Augie Fackler
- [PATCH 3 of 7 upgraderepo V2] repair: determine what upgrade will do
Augie Fackler
- [PATCH] parsers: use buffer to store revlog index
Gregory Szorc
- Constant naming convention
Pierre-Yves David
- Constant naming convention
Augie Fackler
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Gábor STEFANIK
- [PATCH 1 of 2] error: add ProgrammingError
Gábor STEFANIK
- [PATCH 1 of 2] error: add ProgrammingError
Gábor STEFANIK
- [PATCH 2 of 7 upgraderepo V2] debugcommands: stub for debugupgraderepo command
Pierre-Yves David
- Constant naming convention
Kevin Bullock
- [PATCH 6 of 6 v3] convert: Create commits from revmap list if needed
Kevin Bullock
- [Bug 5444] New: 7x perf regression in huge hg pulls
bugzilla at mercurial-scm.org
- [PATCH] parsers: use buffer to store revlog index
Jun Wu
- [Bug 5446] New: Fix Bugzilla so that it doesn't comment on its own issues
bugzilla at mercurial-scm.org
- [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
Augie Fackler
- [Bug 5445] New: Host html documentation/man pages on mercurial-scm.org
bugzilla at mercurial-scm.org
- [PATCH RFC v7] scmutil: add a simple key-value file helper
Pierre-Yves David
- [PATCH] chg: ignore HG_* in confighash
Jun Wu
- [PATCH] revlog: merge hash checking subfunctions
Pierre-Yves David
- [PATCH 1 of 8 v4] convert: don't use long list comprehensions
David Soria Parra
- [PATCH 2 of 8 v4] convert: self.heads is a list
David Soria Parra
- [PATCH 3 of 8 v4] convert: remove unused dictionaries
David Soria Parra
- [PATCH 4 of 8 v4] convert: use convert_revision for P4 imports
David Soria Parra
- [PATCH 5 of 8 v4] convert: allow passing in a revmap
David Soria Parra
- [PATCH 6 of 8 v4] convert: do not provide head revisions if we have no changests to import
David Soria Parra
- [PATCH 7 of 8 v4] convert: encapsulate commit data fetching and commit object creation
David Soria Parra
- [PATCH 8 of 8 v4] convert: return commit objects for revisions in the revmap
David Soria Parra
- [PATCH 1 of 4 v5] revlog: add ability to apply transforms on flags
Remi Chaintron
- [PATCH 2 of 4 v5] revlog: pass flags to addrevision
Remi Chaintron
- [PATCH 3 of 4 v5] revlog: REVIDX_ISSTOREDEXTERNALLY flag
Remi Chaintron
- [PATCH 4 of 4 v5] changegroup: enable version 03 on 'lfs' requirement
Remi Chaintron
- [PATCH V6] py3: make keys of keyword arguments strings
Yuya Nishihara
- [PATCH] chg: ignore HG_* in confighash
Yuya Nishihara
- [PATCH] parsers: use buffer to store revlog index
Yuya Nishihara
- [PATCH] chg: ignore HG_* in confighash
Jun Wu
- [PATCH V2] chg: ignore HG_* in confighash
Jun Wu
- [PATCH V2] chg: ignore HG_* in confighash
Yuya Nishihara
- [PATCH 1 of 3] convert: inline strutil.rfindall()
Yuya Nishihara
- [PATCH 2 of 3] strutil: drop module which no longer be used
Yuya Nishihara
- [PATCH 3 of 3] py3kcompat: drop unused module
Yuya Nishihara
- [PATCH 6 of 8 v4] convert: do not provide head revisions if we have no changests to import
Kostia Balytskyi
- [PATCH 8 of 8 v4] convert: return commit objects for revisions in the revmap
Kostia Balytskyi
- [PATCH 8 of 8 v4] convert: return commit objects for revisions in the revmap
Kostia Balytskyi
- [PATCH RFC v8] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH 2 of 4] revlog: add a context manager to allow file handle reuse
Kevin Bullock
- [PATCH 2 of 4] revlog: add a context manager to allow file handle reuse
Kevin Bullock
- [PATCH 8 of 8 v4] convert: return commit objects for revisions in the revmap
David Soria Parra
- [PATCH] cg1packer: fix `compressed` method
Stanislau Hlebik
- [PATCH 8 of 8 v4] convert: return commit objects for revisions in the revmap
Kostia Balytskyi
- [PATCH 1 of 8 v5] convert: don't use long list comprehensions
David Soria Parra
- [PATCH 2 of 8 v5] convert: self.heads is a list
David Soria Parra
- [PATCH 3 of 8 v5] convert: remove unused dictionaries
David Soria Parra
- [PATCH 4 of 8 v5] convert: use convert_revision for P4 imports
David Soria Parra
- [PATCH 5 of 8 v5] convert: allow passing in a revmap
David Soria Parra
- [PATCH 6 of 8 v5] convert: do not provide head revisions if we have no changests to import
David Soria Parra
- [PATCH 7 of 8 v5] convert: encapsulate commit data fetching and commit object creation
David Soria Parra
- [PATCH 8 of 8 v5] convert: return commit objects for revisions in the revmap
David Soria Parra
- [Bug 5448] New: hg log truncates revision name if revision does not exist
mercurial-bugs at mercurial-scm.org
- mercurial at 30561: 3 new changesets
Mercurial Commits
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Pierre-Yves David
- [PATCH] perf: add historical support of ui.load()
Philippe Pepiot
- [PATCH] perf: add historical support of ui.load()
Jun Wu
- [PATCH] perf: add historical support of ui.load()
Yuya Nishihara
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Yuya Nishihara
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Augie Fackler
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Pierre-Yves David
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Augie Fackler
- [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations
Pierre-Yves David
- [PATCH 3 of 3 V3] memctx: allow the memlightctx thats reusing the manifest node
Yuya Nishihara
- [Bug 5449] New: Search for changesets by partial node ID
mercurial-bugs at mercurial-scm.org
- mercurial at 30564: 3 new changesets
Mercurial Commits
- [PATCH 1 of 5 pure-fix] tests: migrate test-bdiff.py to use unittest (part 1 of 4)
Augie Fackler
- [PATCH 2 of 5 pure-fix] tests: update more of test-bdiff.py to use unittest (part 2 of 4)
Augie Fackler
- [PATCH 3 of 5 pure-fix] tests: update more of test-bdiff.py to use unittest (part 3 of 4)
Augie Fackler
- [PATCH 4 of 5 pure-fix] tests: finish updating test-bdiff to unittest (part 4 of 4)
Augie Fackler
- [PATCH 5 of 5 pure-fix] tests: fix test-bdiff to handle variance between pure and c bdiff code
Augie Fackler
- [PATCH 1 of 5 pure-fix] tests: migrate test-bdiff.py to use unittest (part 1 of 4)
Augie Fackler
- [PATCH] cg1packer: fix `compressed` method
Augie Fackler
- [PATCH RFC v7] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH 1 of 5 pure-fix] tests: migrate test-bdiff.py to use unittest (part 1 of 4)
Pierre-Yves David
- [PATCH RFC v7] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH] changelog: keep track of file end in appender (issue5444)
Durham Goode
- Picking a date for Mercurial 4.2 sprint (California, February-March)
Pierre-Yves David
- [Bug 5450] New: shelve doesn't trigger pre-branch hook
mercurial-bugs at mercurial-scm.org
- [PATCH] import-checker: do not enforce lexical sort accross stdlib/local boundary
Pierre-Yves David
- [PATCH 5 of 5 pure-fix] tests: fix test-bdiff to handle variance between pure and c bdiff code
Pierre-Yves David
- Constant naming convention
Pierre-Yves David
- [PATCH 5 of 5 pure-fix] tests: fix test-bdiff to handle variance between pure and c bdiff code
Augie Fackler
- [PATCH 1 of 5 pure-fix] tests: migrate test-bdiff.py to use unittest (part 1 of 4)
Augie Fackler
- Constant naming convention
Augie Fackler
- [PATCH] match: adding non-recursive directory matching
Augie Fackler
- buildbot config change idea - move test-check-*.t to their own target
Augie Fackler
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Augie Fackler
- [PATCH] changelog: keep track of file end in appender (issue5444)
Augie Fackler
- [PATCH] changelog: keep track of file end in appender (issue5444)
Gregory Szorc
- [PATCH 1 of 3 V2] mdiff: add a "blocksinrange" function to filter diff blocks by line range
Denis Laxalde
- [PATCH 2 of 3 V2] context: add a `blockancestors(fctx, fromline, toline)` function
Denis Laxalde
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Denis Laxalde
- [PATCH] match: adding non-recursive directory matching
Pierre-Yves David
- [PATCH 1 of 4] chgserver: store csystem separately
Jun Wu
- [PATCH 2 of 4] chgserver: change newchgui to wrapchgui
Jun Wu
- [PATCH 3 of 4] chgserver: override runcommand
Jun Wu
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Jun Wu
- [PATCH 3 of 3] py3kcompat: drop unused module
Augie Fackler
- [PATCH RFC v8] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH RFC v8] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH] registrar: raise a programming error on duplicated registering
Pierre-Yves David
- [Bug 5451] New: Feature request: list pruned changesets
mercurial-bugs at mercurial-scm.org
- [PATCH] registrar: raise a programming error on duplicated registering
Augie Fackler
- [PATCH 2 of 3 V2] templates: display evolution "troubles" in command line style
Pierre-Yves David
- [PATCH 3 of 3 V2] summary: add evolution "troubles" information to parents header lines
Pierre-Yves David
- [PATCH 1 of 3 V2] cmdutil: add support for evolution "troubles" display in changeset_printer
Pierre-Yves David
- [PATCH 4 of 4 v5] changegroup: enable version 03 on 'lfs' requirement
Augie Fackler
- [PATCH 3 of 4 v5] revlog: REVIDX_ISSTOREDEXTERNALLY flag
Augie Fackler
- [PATCH] context: correct metadataonlyctx's parameter
Jun Wu
- [PATCH] help: make multirevs just an alias for revsets
Martin von Zweigbergk
- [PATCH 8 of 8 v5] convert: return commit objects for revisions in the revmap
Kevin Bullock
- [PATCH 3 of 4 v5] revlog: REVIDX_ISSTOREDEXTERNALLY flag
Rémi Chaintron
- [PATCH] context: correct metadataonlyctx's parameter
Augie Fackler
- [PATCH] help: make multirevs just an alias for revsets
Augie Fackler
- mercurial at 30582: 18 new changesets
Mercurial Commits
- [PATCH 1 of 3] chgserver: truncate base address at "." for hash address
Jun Wu
- [PATCH 2 of 3] chg: start server at a unique address
Jun Wu
- [PATCH 3 of 3] chg: remove locks
Jun Wu
- [PATCH 1 of 3] chgserver: truncate base address at "." for hash address
Jun Wu
- mercurial at 30589: 7 new changesets
Mercurial Commits
- mercurial at 30607: 18 new changesets
Mercurial Commits
- [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
Pierre-Yves David
- [PATCH] bookmarks: introduce binary encoding
Pierre-Yves David
- [PATCH evolve-ext] fold: disallow multiple revisions without --exact
Pierre-Yves David
- [PATCH V2] evolve: improve error message if unstable changes are disallowed
Pierre-Yves David
- [PATCH V2 evolve-ext] wireproto: chunking and compression is forthwith to be handled by hgweb
Pierre-Yves David
- [PATCH 1 of 4 v5] revlog: add ability to apply transforms on flags
Pierre-Yves David
- [PATCH 1 of 6] py3: use %d instead of %s for integers
Pulkit Goyal
- [PATCH 2 of 6] py3: replace os.pathsep with pycompat.ospathsep
Pulkit Goyal
- [PATCH 3 of 6] py3: replace os.sep with pycompat.ossep (part 1 of 4)
Pulkit Goyal
- [PATCH 4 of 6] py3: replace os.sep with pycompat.ossep (part 2 of 4)
Pulkit Goyal
- [PATCH 5 of 6] py3: replace os.sep with pycompat.ossep (part 3 of 4)
Pulkit Goyal
- [PATCH 6 of 6] py3: replace os.sep with pycompat.ossep (part 4 of 4)
Pulkit Goyal
- [PATCH 2 of 3] chg: start server at a unique address
Gregory Szorc
- [PATCH] error: make it clear that ProgrammingError is for mercurial developers
timeless
- [PATCH] registrar: raise a programming error on duplicated registering
Yuya Nishihara
- [PATCH] convert: remove unused-but-set variable introduced in db9e883566e8
Yuya Nishihara
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- [PATCH 2 of 3] chg: start server at a unique address
Yuya Nishihara
- [PATCH 1 of 6] py3: use %d instead of %s for integers
Yuya Nishihara
- [PATCH 3 of 6] py3: replace os.sep with pycompat.ossep (part 1 of 4)
Yuya Nishihara
- [PATCH 5 of 6] py3: replace os.sep with pycompat.ossep (part 3 of 4)
Yuya Nishihara
- [PATCH] ui: do not translate empty configsource() to 'none' (API)
Yuya Nishihara
- [PATCH 1 of 4] py3: make sure encoding.encoding is a bytes variable
Pulkit Goyal
- [PATCH 2 of 4] py3: have a bytes version of os.altsep
Pulkit Goyal
- [PATCH 3 of 4] py3: have a bytes version of sys.platform
Pulkit Goyal
- [PATCH 4 of 4] py3: replace os.altsep with pycompat.altsep
Pulkit Goyal
- [PATCH evolve-ext] fold: disallow multiple revisions without --exact
Martin von Zweigbergk
- [PATCH 2 of 3] chg: start server at a unique address
Jun Wu
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Jun Wu
- [PATCH] convert: config option for git rename limit
Gregory Szorc
- [Bug 5452] New: "Interrupted system call" with sshpeer.py when resizing terminal
mercurial-bugs at mercurial-scm.org
- Future of copy metadata
Gregory Szorc
- Future of copy metadata
Augie Fackler
- [PATCH 1 of 8 upgraderepo V3] debugcommands: stub for debugupgraderepo command
Gregory Szorc
- [PATCH 2 of 8 upgraderepo V3] repair: implement requirements checking for upgrades
Gregory Szorc
- [PATCH 3 of 8 upgraderepo V3] repair: determine what upgrade will do
Gregory Szorc
- [PATCH 4 of 8 upgraderepo V3] repair: begin implementation of in-place upgrading
Gregory Szorc
- [PATCH 5 of 8 upgraderepo V3] revlog: add clone method
Gregory Szorc
- [PATCH 6 of 8 upgraderepo V3] repair: migrate revlogs during upgrade
Gregory Szorc
- [PATCH 7 of 8 upgraderepo V3] repair: copy non-revlog store files during upgrade
Gregory Szorc
- [PATCH 8 of 8 upgraderepo V3] repair: clean up stale lock file from store backup
Gregory Szorc
- [PATCH 2 of 3] chg: start server at a unique address
timeless
- [PATCH 2 of 3] chg: start server at a unique address
Jun Wu
- [PATCH 1 of 3] changegroup: simplify 'allsupportedversions' logic
Pierre-Yves David
- [PATCH 2 of 3] changegroup: pass 'repo' to allsupportedversions
Pierre-Yves David
- [PATCH 3 of 3] changegroup: simplify logic around enabling changegroup 03
Pierre-Yves David
- [PATCH 4 of 4 v5] changegroup: enable version 03 on 'lfs' requirement
Pierre-Yves David
- [PATCH 1 of 4 v5] revlog: add ability to apply transforms on flags
Pierre-Yves David
- buildbot config change idea - move test-check-*.t to their own target
Pierre-Yves David
- [PATCH] registrar: raise a programming error on duplicated registering
Pierre-Yves David
- [PATCH 3 of 3 V2] summary: add evolution "troubles" information to parents header lines
Denis Laxalde
- [PATCH] registrar: raise a programming error on duplicated registering
Yuya Nishihara
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- [PATCH] registrar: raise a programming error on duplicated registering
Pierre-Yves David
- [PATCH 3 of 3 V2] summary: add evolution "troubles" information to parents header lines
Pierre-Yves David
- [PATCH STABLE] demandimport: do not raise ImportError for unknown item in fromlist
Yuya Nishihara
- [PATCH 2 of 2 hg-website] menu: capitalize the menu options in nav bar
Pierre-Yves David
- [PATCH STABLE] demandimport: do not raise ImportError for unknown item in fromlist
Pierre-Yves David
- [PATCH] push: add a message when pushing phases but not changes
Pierre-Yves David
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Gábor STEFANIK
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Jun Wu
- [PATCH] convert: remove unused-but-set variable introduced in db9e883566e8
Augie Fackler
- [PATCH] ui: do not translate empty configsource() to 'none' (API)
Augie Fackler
- [PATCH 1 of 3 V2] chgserver: truncate base address at "." for hash address
Jun Wu
- [PATCH 2 of 3 V2] chg: start server at a unique address
Jun Wu
- [PATCH 3 of 3 V2] chg: remove locks
Jun Wu
- [PATCH] p4: drop an assignment that is never used
Jun Wu
- [PATCH] match: adding non-recursive directory matching
Rodrigo Damazio
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- [PATCH STABLE V2] demandimport: do not raise ImportError for unknown item in fromlist
Yuya Nishihara
- [PATCH 2 of 3 V2] chg: start server at a unique address
Yuya Nishihara
- [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
Stanislau Hlebik
- [PATCH] match: adding non-recursive directory matching
Pierre-Yves David
- [PATCH 1 of 4] py3: make sure encoding.encoding is a bytes variable
Yuya Nishihara
- [PATCH] bookmarks: introduce binary encoding
Stanislau Hlebik
- [PATCH] bookmarks: introduce binary encoding
Stanislau Hlebik
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Jun Wu
- [PATCH 1 of 9] py3: replace os.environ with encoding.environ (part 1 of 5)
Pulkit Goyal
- [PATCH 2 of 9] py3: replace os.environ with encoding.environ (part 2 of 5)
Pulkit Goyal
- [PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)
Pulkit Goyal
- [PATCH 4 of 9] py3: replace os.environ with encoding.environ (part 4 of 5)
Pulkit Goyal
- [PATCH 5 of 9] py3: replace os.environ with encoding.environ (part 5 of 5)
Pulkit Goyal
- [PATCH 6 of 9] py3: replace os.name with pycompat.osname (part 1 of 2)
Pulkit Goyal
- [PATCH 7 of 9] py3: replace os.name with pycompat.osname (part 2 of 2)
Pulkit Goyal
- [PATCH 8 of 9] py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)
Pulkit Goyal
- [PATCH 9 of 9] py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)
Pulkit Goyal
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- [PATCH v2] push: add a message when pushing phases but not changes (issue4232)
Pierre-Yves David
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Jun Wu
- [PATCH RFC v8] scmutil: add a simple key-value file helper
Kostia Balytskyi
- [PATCH 1 of 4] convert: use return value in parse_view() instead of manipulating state
David Soria Parra
- [PATCH 2 of 4] convert: move localname state to function scope
David Soria Parra
- [PATCH 3 of 4] convert: return calculated values from parse() instead of manpulating state
David Soria Parra
- [PATCH 4 of 4] convert: parse perforce data on-demand
David Soria Parra
- [PATCH 7 of 8 evolve-ext, V2] evolve: make the disallowing new unstable more accurate
Pierre-Yves David
- [PATCH 1 of 8 evolve-ext, V2] metaedit: add a helper function for just metadata rewrites
Pierre-Yves David
- [PATCH 5 of 8 evolve-ext, V2] metaedit: use faster setparents instead of full update
Pierre-Yves David
- [PATCH 8 of 8 evolve-ext, V2] metaedit: make metaedit work nice when new unstable commits are disallowed
Pierre-Yves David
- [PATCH 6 of 8 evolve-ext, V2] metaedit: rewrite rewritemeta to reuse manifests
Pierre-Yves David
- mercurial at 30616: 9 new changesets
Mercurial Commits
- [PATCH 2 of 2 hg-website] menu: capitalize the menu options in nav bar
Sean Farley
- [PATCH] p4: drop an assignment that is never used
Augie Fackler
- [PATCH 3 of 3] changegroup: simplify logic around enabling changegroup 03
Augie Fackler
- [PATCH 4 of 4] convert: parse perforce data on-demand
Augie Fackler
- [PATCH 3 of 3] changegroup: simplify logic around enabling changegroup 03
Pierre-Yves David
- Future of copy metadata
Marcin Kasperski
- [PATCH] match: adding non-recursive directory matching
Rodrigo Damazio
- [PATCH RFC] check-commit: add magic string to bypass check-commit
David Soria Parra
- [PATCH] tests: exclude bundled pywatchman from check-code test
David Soria Parra
- [PATCH 1 of 2] fsmonitor: fix exception message scraping
Zack Hricz
- [PATCH 2 of 2] fsmonitor: refresh pywatchman to upstream
Zack Hricz
- [PATCH RFC] check-commit: add magic string to bypass check-commit
Pierre-Yves David
- [PATCH RFC] check-commit: add magic string to bypass check-commit
Pierre-Yves David
- [PATCH] tests: exclude bundled pywatchman from check-code test
Pierre-Yves David
- [PATCH 2 of 9] py3: replace os.environ with encoding.environ (part 2 of 5)
Pierre-Yves David
- [PATCH 2 of 9] py3: replace os.environ with encoding.environ (part 2 of 5)
Pierre-Yves David
- [PATCH 9 of 9] py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)
Pierre-Yves David
- [PATCH STABLE V2] demandimport: do not raise ImportError for unknown item in fromlist
Pierre-Yves David
- [PATCH 2 of 9] py3: replace os.environ with encoding.environ (part 2 of 5)
Pulkit Goyal
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- mercurial at 30625: 9 new changesets
Mercurial Commits
- Future of copy metadata
Marcin Kasperski
- [PATCH] convert: config option for git rename limit
Pierre-Yves David
- [PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)
Yuya Nishihara
- mercurial at 30636: 11 new changesets
Mercurial Commits
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Jun Wu
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Yuya Nishihara
- mercurial at 30644: 8 new changesets
Mercurial Commits
- [PATCH 1 of 4] color: drop use of the 'global' keyword for _terminfo_params
Pierre-Yves David
- [PATCH 2 of 4] color: drop use of the 'global' keyword for '_style'
Pierre-Yves David
- [PATCH 3 of 4] color: move hgext.color._styles to mercurial.color.style
Pierre-Yves David
- [PATCH 4 of 4] color: load 'colortable' from extension using an 'extraloader'
Pierre-Yves David
- [PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)
Pulkit Goyal
- [PATCH 4 of 4] chgserver: move wrapchgui to runcommand
Augie Fackler
- [Bug 5453] New: fails to fold for two branches
mercurial-bugs at mercurial-scm.org
- [PATCH] tests: add magic string to bypass check-commit
David Soria Parra
- [PATCH v2] tests: add magic string to bypass check-commit
David Soria Parra
- [PATCH RFC] check-commit: add magic string to bypass check-commit
David Soria Parra
- [PATCH 1 of 7] py3: have bytes version of os.getenv
Pulkit Goyal
- [PATCH 2 of 7] py3: replace os.getenv with pycompat.osgetenv
Pulkit Goyal
- [PATCH 3 of 7] py3: add warnings in check-code related to py3
Pulkit Goyal
- [PATCH 4 of 7] py3: use python 3 compatible variables in hgext/fsmontor/__init__.py
Pulkit Goyal
- [PATCH 5 of 7] py3: use pycompat.getcwd instead of os.getcwd
Pulkit Goyal
- [PATCH 6 of 7] py3: have bytes version of sys.executable
Pulkit Goyal
- [PATCH 7 of 7] py3: replace sys.executable with pycompat.sysexecutable
Pulkit Goyal
- [PATCH 1 of 2 v2] fsmonitor: fix exception message scraping
Zack Hricz
- [PATCH 2 of 2 v2] fsmonitor: refresh pywatchman to upstream
Zack Hricz
- [PATCH V6] py3: make keys of keyword arguments strings
Pulkit Goyal
- [PATCH RFC] check-commit: add magic string to bypass check-commit
Pierre-Yves David
- [PATCH RFC] check-commit: add magic string to bypass check-commit
David Soria Parra
- [Bug 5454] New: As a HG user, when using diff --git to get parent revision of a patch
mercurial-bugs at mercurial-scm.org
- [PATCH 2 of 2 v2] fsmonitor: refresh pywatchman to upstream
Pierre-Yves David
- [PATCH v2] tests: add magic string to bypass check-commit
Pierre-Yves David
- mercurial at 30646: 2 new changesets
Mercurial Commits
- [PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)
Yuya Nishihara
- [PATCH 4 of 4] color: load 'colortable' from extension using an 'extraloader'
Yuya Nishihara
- [PATCH STABLE] posix: make poll() restart on interruption by signal (issue5452)
Yuya Nishihara
- [PATCH 2 of 2 v2] fsmonitor: refresh pywatchman to upstream
Zack Hricz
- [PATCH 2 of 2 v2] fsmonitor: refresh pywatchman to upstream
Pierre-Yves David
- [PATCH 1 of 2] shelve: add tests to ensure illegal shelve names are avoided
Pulkit Goyal
- [PATCH 2 of 2] shelve: choose a legal shelve name when no name is passed (issue5112)
Pulkit Goyal
- [PATCH 1 of 2 v3] tests: exclude bundled pywatchman from test-check-pyflakes
Zack Hricz
- [PATCH 2 of 2 v3] fsmonitor: refresh pywatchman to upstream
Zack Hricz
- [PATCH STABLE] posix: make poll() restart on interruption by signal (issue5452)
Gregory Szorc
- [PATCH STABLE] posix: make poll() restart on interruption by signal (issue5452)
Pierre-Yves David
- [PATCH 2 of 2 v3] fsmonitor: refresh pywatchman to upstream
Pierre-Yves David
- [PATCH 1 of 3] convert: don't use {} as default argument value
Gregory Szorc
- [PATCH 2 of 3] convert: add config option to copy extra keys from Git commits
Gregory Szorc
- [PATCH 3 of 3] convert: add config option to control storing original revision
Gregory Szorc
- [PATCH] update: introduce config option ui.allowdirtyupdate for dirty nonlinear updates
Augie Fackler
- [PATCH RFC v8] scmutil: add a simple key-value file helper
Augie Fackler
- [PATCH 1 of 3 website] Makefile: add extra blank lines between rule for readability
Augie Fackler
- [PATCH 2 of 3 website] Makefile: update makefile to not mention blatter
Augie Fackler
- [PATCH 3 of 3 website] donate: new page to route donations to conservancy
Augie Fackler
- [PATCH 1 of 3] chg: let hgc_open support long path
Jun Wu
- [PATCH 2 of 3] chg: remove sockdirfd
Jun Wu
- [PATCH 3 of 3] chg: support long socket path
Jun Wu
- [PATCH 1 of 3] chg: let hgc_open support long path
Jun Wu
- [PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)
Pulkit Goyal
- [PATCH] url: remove unnecessary deletion of environ variables while dealing with proxy
Pulkit Goyal
- [PATCH] convert: config option for git rename limit
Danek Duvall
- [PATCH] convert: config option for git rename limit
Gregory Szorc
- [PATCH] convert: config option for git rename limit
Pierre-Yves David
- [PATCH 2 of 3 website] Makefile: update makefile to not mention blatter
David Soria Parra
- [PATCH 3 of 3 website] donate: new page to route donations to conservancy
David Soria Parra
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Remi Chaintron
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Remi Chaintron
- [PATCH 3 of 5 flagprocessor v6] revlog: pass revlog flags to addrevision
Remi Chaintron
- [PATCH 4 of 5 flagprocessor v6] revlog: processflags()
Remi Chaintron
- [PATCH 5 of 5 flagprocessor v6] revlog: REVIDX_EXTSTORED flag
Remi Chaintron
- [PATCH 4 of 5 flagprocessor v6] revlog: processflags()
Rémi Chaintron
- [PATCH] tests: make test-convert-git.t reproducible
Gregory Szorc
- [PATCH] convert: config option for git rename limit
Gregory Szorc
- [PATCH] tests: make test-convert-git.t reproducible
Pierre-Yves David
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Pierre-Yves David
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Rémi Chaintron
- [PATCH 3 of 8 V2] internals: document compression negotiation
Gregory Szorc
- [PATCH 3 of 8 V2] internals: document compression negotiation
Augie Fackler
- [PATCH 3 of 8 V2] internals: document compression negotiation
Gregory Szorc
- [PATCH 3 of 8 V2] internals: document compression negotiation
Augie Fackler
- Constant naming convention (was: Re: [PATCH 1 of 7 upgraderepo V2] revlog: add clone method)
Gregory Szorc
- [PATCH] tests: make test-convert-git.t reproducible
Augie Fackler
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Pierre-Yves David
- [PATCH 3 of 3] convert: add config option to control storing original revision
Augie Fackler
- [PATCH] url: remove unnecessary deletion of environ variables while dealing with proxy
Augie Fackler
- [PATCH 7 of 7] py3: replace sys.executable with pycompat.sysexecutable
Augie Fackler
- [PATCH 2 of 2] shelve: choose a legal shelve name when no name is passed (issue5112)
Augie Fackler
- [PATCH] tests: make test-convert-git.t reproducible
Augie Fackler
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Augie Fackler
- [PATCH 2 of 2] shelve: choose a legal shelve name when no name is passed (issue5112)
Pulkit Goyal
- [PATCH 2 of 2] shelve: choose a legal shelve name when no name is passed (issue5112)
Augie Fackler
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Augie Fackler
- [PATCH 09 of 11] wireproto: advertise supported compression formats in capabilities
Gregory Szorc
- [PATCH 2 of 3 V2] context: add a `blockancestors(fctx, fromline, toline)` function
Augie Fackler
- [PATCH 4 of 5 flagprocessor v6] revlog: processflags()
Gregory Szorc
- [PATCH 5 of 5 flagprocessor v6] revlog: REVIDX_EXTSTORED flag
Augie Fackler
- [PATCH 2 of 8 upgraderepo V3] repair: implement requirements checking for upgrades
Augie Fackler
- mercurial at 30658: 12 new changesets (2 on stable)
Mercurial Commits
- [PATCH 8 of 8 upgraderepo V3] repair: clean up stale lock file from store backup
Augie Fackler
- [PATCH] rebase: un-wrap function signature since it fits in 80 columns
Augie Fackler
- [PATCH 1 of 2] py3: update test-check-py3-compat.t
Pulkit Goyal
- [PATCH 2 of 2] py3: exclude pywatchman from test-check-py3-compat.t
Pulkit Goyal
- [PATCH 2 of 2] py3: exclude pywatchman from test-check-py3-compat.t
Augie Fackler
- [PATCH 1 of 6 zstd-wireproto V3] httppeer: extract code for HTTP header spanning
Gregory Szorc
- [PATCH 2 of 6 zstd-wireproto V3] internals: document compression negotiation
Gregory Szorc
- [PATCH 3 of 6 zstd-wireproto V3] util: declare wire protocol support of compression engines
Gregory Szorc
- [PATCH 4 of 6 zstd-wireproto V3] wireproto: advertise supported media types and compression formats
Gregory Szorc
- [PATCH 5 of 6 zstd-wireproto V3] httppeer: advertise and support application/mercurial-0.2
Gregory Szorc
- [PATCH 6 of 6 zstd-wireproto V3] protocol: send application/mercurial-0.2 responses to capable clients
Gregory Szorc
- [PATCH 3 of 6 zstd-wireproto V3] util: declare wire protocol support of compression engines
Gregory Szorc
- [PATCH] py3: have a bytes version of shlex.split()
Pulkit Goyal
- [PATCH] tests: make test-convert-git.t reproducible
Danek Duvall
- [PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)
Yuya Nishihara
- [PATCH 1 of 7] py3: have bytes version of os.getenv
Yuya Nishihara
- mercurial at 30662: 4 new changesets
Mercurial Commits
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Yuya Nishihara
- [PATCH] rebase: un-wrap function signature since it fits in 80 columns
Yuya Nishihara
- [PATCH 1 of 3] chg: let hgc_open support long path
Yuya Nishihara
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Augie Fackler
- [PATCH] chg: handle connect failure before errno gets overrided
Jun Wu
- [PATCH 1 of 2] chg: make "get default sockdir" a separate method
Jun Wu
- [PATCH 2 of 2] chg: respect XDG_RUNTIME_DIR
Jun Wu
- [PATCH] chg: handle connect failure before errno gets overrided
Yuya Nishihara
- [PATCH 1 of 2] chg: make "get default sockdir" a separate method
Yuya Nishihara
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Yuya Nishihara
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Yuya Nishihara
- chg pager refactoring
Jun Wu
- [PATCH 1 of 3] keepalive: don't concatenate strings when reading chunked transfer
Gregory Szorc
- [PATCH 2 of 3] keepalive: remove limit argument from readline()
Gregory Szorc
- [PATCH 3 of 3] keepalive: rewrite readline()
Gregory Szorc
- [PATCH] exchange: use rich class for sorting clone bundle entries
Gregory Szorc
- [PATCH] exchange: use rich class for sorting clone bundle entries
Augie Fackler
- [PATCH 3 of 3] keepalive: rewrite readline()
Augie Fackler
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Gregory Szorc
- [PATCH 02 of 10] config: don't use mutable default argument value
Gregory Szorc
- [PATCH 03 of 10] context: don't use mutable default argument value
Gregory Szorc
- [PATCH 04 of 10] filemerge: don't use mutable default argument value
Gregory Szorc
- [PATCH 05 of 10] hgweb: don't use mutable default argument value
Gregory Szorc
- [PATCH 06 of 10] hgweb: don't use default mutable argument value
Gregory Szorc
- [PATCH 07 of 10] match: don't use mutable default argument value
Gregory Szorc
- [PATCH 08 of 10] util: don't use mutable default argument value
Gregory Szorc
- [PATCH 09 of 10] mq: don't use mutable default argument value
Gregory Szorc
- [PATCH 10 of 10] rebase: don't use mutable default argument value
Gregory Szorc
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
FUJIWARA Katsunori
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
FUJIWARA Katsunori
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Pierre-Yves David
- [PATCH 02 of 10] config: don't use mutable default argument value
Pierre-Yves David
- [PATCH 03 of 10] context: don't use mutable default argument value
Pierre-Yves David
- [PATCH 04 of 10] filemerge: don't use mutable default argument value
Pierre-Yves David
- [PATCH 05 of 10] hgweb: don't use mutable default argument value
Pierre-Yves David
- [PATCH 06 of 10] hgweb: don't use default mutable argument value
Pierre-Yves David
- [PATCH 07 of 10] match: don't use mutable default argument value
Pierre-Yves David
- [PATCH 08 of 10] util: don't use mutable default argument value
Pierre-Yves David
- [PATCH 09 of 10] mq: don't use mutable default argument value
Pierre-Yves David
- [PATCH] match: adding non-recursive directory matching
Pierre-Yves David
- chg pager refactoring
Yuya Nishihara
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Yuya Nishihara
- ideas: chg repo preloading, and new changelog index
Jun Wu
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Jun Wu
- Constant naming convention
Pierre-Yves David
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Pierre-Yves David
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Augie Fackler
- Constant naming convention
Augie Fackler
- Constant naming convention
Augie Fackler
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Augie Fackler
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Augie Fackler
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Danek Duvall
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Denis Laxalde
- [PATCH 1 of 7] py3: have bytes version of os.getenv
Pierre-Yves David
- [PATCH] hgweb: link to raw-file on annotation page (BC)
Gregory Szorc
- [PATCH 1 of 7] py3: have bytes version of os.getenv
Augie Fackler
- [PATCH 03 of 10] context: don't use mutable default argument value
Augie Fackler
- chg pager refactoring
Augie Fackler
- [PATCH 3 of 3 website] donate: new page to route donations to conservancy
Sean Farley
- [PATCH 3 of 8 V2] internals: document compression negotiation
Sean Farley
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Denis Laxalde
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Yuya Nishihara
- [PATCH 1 of 7] py3: have bytes version of os.getenv
Yuya Nishihara
- Please make a python-glib release - is there a hold up?
Barry Scott
- [Bug 5455] New: ssh doesn't prompt for key passphrase on terminal when using chg
mercurial-bugs at mercurial-scm.org
- Please make a python-glib release - is there a hold up?
Augie Fackler
- Please make a python-glib release - is there a hold up?
Idan K
- [PATCH] Makefile: drop old deployment rules
Pierre-Yves David
- [PATCH 1 of 5 flagprocessor v6] documentation: better censor flag documentation
Pierre-Yves David
- [PATCH 3 of 5 flagprocessor v6] revlog: pass revlog flags to addrevision
Pierre-Yves David
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Pierre-Yves David
- [PATCH] Makefile: drop old deployment rules
Pierre-Yves David
- [PATCH 1 of 3 V3] mdiff: add a "blocksinrange" function to filter diff blocks by line range
Denis Laxalde
- [PATCH 2 of 3 V3] context: add a `blockancestors(fctx, fromline, toline)` function
Denis Laxalde
- [PATCH 3 of 3 V3] revset: add a followlines(file, fromline, toline[, rev]) revset
Denis Laxalde
- [PATCH 3 of 3 V2] revset: add a changes(file, fromline, toline[, rev]) revset
Denis Laxalde
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Augie Fackler
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Rémi Chaintron
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Rémi Chaintron
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Augie Fackler
- [PATCH 3 of 5 flagprocessor v6] revlog: pass revlog flags to addrevision
Rémi Chaintron
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Rémi Chaintron
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Augie Fackler
- chg pager refactoring
Jun Wu
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Jun Wu
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Pierre-Yves David
- [PATCH 4 of 5 flagprocessor v6] revlog: processflags()
Rémi Chaintron
- [PATCH] Makefile: drop old deployment rules
Sean Farley
- [PATCH 2 of 5 flagprocessor v6] revlog: add 'raw' argument to revision and _addrevision
Augie Fackler
- ideas: chg repo preloading, and new changelog index
Gregory Szorc
- [PATCH 01 of 10] check-code: add AST check for mutable default argument values
Jun Wu
- ideas: chg repo preloading, and new changelog index
Sean Farley
- ideas: chg repo preloading, and new changelog index
Jun Wu
- Please make a python-glib release - is there a hold up?
Augie Fackler
- Please make a python-glib release - is there a hold up?
Idan K
- [PATCH 3 of 5 flagprocessor v6] revlog: pass revlog flags to addrevision
Pierre-Yves David
- [PATCH 3 of 5 flagprocessor v6] revlog: pass revlog flags to addrevision
Rémi Chaintron
- [PATCH] cmdutil: add special string that ignores rest of text
Sean Farley
- [PATCH RFC] patch: add index line for diff output
Sean Farley
- [PATCH RFC] patch: add index line for diff output
Sean Farley
- [Bug 5456] New: i18n repo published pending changesets, hg-all stop pulling from it
mercurial-bugs at mercurial-scm.org
Last message date:
Sat Dec 31 23:46:01 UTC 2016
Archived on: Thu Jun 30 00:50:13 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).