January 2016 Archives by thread
Starting: Fri Jan 1 00:57:04 UTC 2016
Ending: Sun Jan 31 19:45:33 UTC 2016
Messages: 1214
- [PATCH] ui: add new config flag for interface selection
Yuya Nishihara
- [PATCH 1 of 3 v2] run-tests: fix get port to try differing ports
Yuya Nishihara
- [PATCH 3 of 3 v2] run-tests: validate cached port in _getport
Yuya Nishihara
- [PATCH 1 of 2 v2] histedit: fix comment in applychanges
Yuya Nishihara
- [PATCH 1 of 4] help: sort format section from newest to oldest
Yuya Nishihara
- [PATCH 4 of 4] help: include a divider when the section depth changes
Yuya Nishihara
- [PATCH 4 of 5 V2] revset: use delayregistrar to register predicate in extension easily
Yuya Nishihara
- [PATCH 1 of 6 lazymanifest-errors] lazymanifest: check another error return in getitem
Yuya Nishihara
- [PATCH hglib] commit: allow rev and node to be anywhere in the output
Yuya Nishihara
- hg-i18n at 27571: outgoing changeset (stable)
Mercurial Commits
- [PATCH 1 of 8 v2] lrucachedict: add copy method
Eric Sumner
- [PATCH] test-bundle2-format.t: force gc so a GeneratorExit will be thrown
Bryan O'Sullivan
- [PATCH] help: include section heading if section depth changes
timeless
- manifest.c needs an eyeball or two
Bryan O'Sullivan
- [PATCH] dispatch: refactor tortured debugger setup logic
Bryan O'Sullivan
- [PATCH v2] dispatch: refactor tortured debugger setup logic
Bryan O'Sullivan
- [PATCH 6 of 6 lazymanifest-errors] lazymanifest: check error return in filter
Bryan O'Sullivan
- [PATCH 2 of 6 lazymanifest-errors] lazymanifest: check another error return in delitem
Bryan O'Sullivan
- [PATCH 3 of 6 lazymanifest-errors] lazymanifest: check more error returns in setitem
Bryan O'Sullivan
- [PATCH 4 of 6 V7] dirstate: add test for non-normal set consistency
Matt Mackall
- [PATCH 4 of 4] commands: split notes into note containers
Matt Mackall
- [PATCH 5 of 6 V7] dirstate: add a C implementation for nonnormalentries
Bryan O'Sullivan
- [PATCH] commit: document the ui.allowemptycommit option
Matt Mackall
- mercurial at 27610: 40 new changesets (5 on stable)
Mercurial Commits
- [Bug 5030] New: "histedit --continue" no longer works if histedit-state is saved in old pickle format
mercurial-bugs at selenic.com
- [PATCH 1 of 7 checkunknown] origpath: move from cmdutil to scmutil
Siddharth Agarwal
- [PATCH] phases: mention how to make secret commits in help
Pierre-Yves David
- [PATCH] merge: warn about adding unstable commit
Pierre-Yves David
- [PATCH 1 of 5] cmdutil: consolidate code for command property handling
Gregory Szorc
- [PATCH 1 of 5] dispatch: use print function
Gregory Szorc
- [PATCH V2] wireproto: support disabling bundle1 only if repo is generaldelta
Gregory Szorc
- [PATCH] internals: document revlog format
Gregory Szorc
- [Bug 5031] New: toutf8b <-> fromutf8b roundtrip error
mercurial-bugs at selenic.com
- [PATCH 1 of 4] streamclone: use read()
Gregory Szorc
- [PATCH 1 of 5 V2] streamclone: use read()
Gregory Szorc
- [PATCH 1 of 3 RFC] scmutil: support background file closing
Gregory Szorc
- [PATCH 1 of 3 V3] hg: make repository take filtername argument to avoid useless filtering
FUJIWARA Katsunori
- [PATCH 1 of 6 v2] import: limit scope of msg in tryimportone
Yuya Nishihara
- [PATCH 5 of 6 v2] import: refactor exact handling and split between exact and usenode
Yuya Nishihara
- [PATCH evolve-ext] manifest: add inhibit and directaccess
Pierre-Yves David
- [PATCH 6 of 6 v2] import: relax import --exact if there is no # Node
Yuya Nishihara
- [PATCH 1 of 3] debugdiscovery: support default-push
Yuya Nishihara
- [PATCH evolve-ext-V4] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete
Pierre-Yves David
- [Bug 5032] New: handle merge in `hg evolve` with two obsolete parents
mercurial-bugs at selenic.com
- [PATCH 1 of 2] import-checker: normalize directory separator to get module name on Windows
Yuya Nishihara
- [PATCH evolve-ext-V2] evolve: duplicate evolution summary entries (issue5014)
Laurent Charignon
- [PATCH evolve-ext] evolve: duplicate evolution summary entries (issue5014)
Laurent Charignon
- [PATCH evolve-ext] debian: blacklist test-inhibit.t
Laurent Charignon
- [PATCH STABLE] dockerrpm: fix CentOS 5 RPMs (issue4977)
Mathias De Maré
- [PATCH evolve-ext-V2] debian: blacklist test-inhibit.t
Laurent Charignon
- [PATCH] cmdutil: pass node instead of ctx to diffordiffstat
Durham Goode
- disappearing divergence state?
Matt Harbison
- [PATCH] dispatch: report similar names consistently
Bryan O'Sullivan
- [PATCH 1 of 3] tests: write recent run times to a file named tests/.testtimes
Bryan O'Sullivan
- [PATCH 1 of 4] test-patchbomb.t: test use of sendmail program
Bryan O'Sullivan
- [PATCH] patchbomb: treat address of "none" as no addresses
Bryan O'Sullivan
- [PATCH 1 of 4] cleanup: remove superfluous space after space after equals (python)
timeless
- [PATCH 1 of 5] dispatch: make loading extra information from extension extensible
FUJIWARA Katsunori
- [PATCH] mercurial: pass ui to extensions.load (issue5007)
Jun Wu
- [PATCH] lazymanifest: check more return values in filtercopy
Augie Fackler
- [PATCH 1 of 3] dirstate: add a way to get the ignore file/line matching an ignored file
Laurent Charignon
- [PATCH 3 of 5 V2] dirstate: add a way to get the ignore file/line matching an ignored file
Laurent Charignon
- [PATCH 1 of 2 bmstore] bookmarks: make _readactive safe when readlines raises ENOENT
Augie Fackler
- [PATCH 1 of 5 v2] histedit: refactor command names
Augie Fackler
- [PATCH 1 of 5] resolve: when pats do not match, hint about path: [RFC]
Augie Fackler
- [PATCH 7 of 7 v2] histedit: automatically select root with --commands
Augie Fackler
- [PATCH 4 of 7 v2] histedit: explain basics of histedit commands
Augie Fackler
- [PATCH 6 of 7 v2] histedit: clarify modes
Augie Fackler
- [PATCH 5 of 7 v2] histedit: hide --outgoing warnings
Augie Fackler
- [PATCH 3 of 7 v2] histedit: report the unacceptable changeset
Augie Fackler
- [PATCH 1 of 3] histedit: replace editcomment with a function
timeless
- [PATCH] clone: move bookmarks and checkouts before pull help
timeless
- [PATCH] runtests: add 'diff' entry in json report
Laurent Charignon
- [PATCH] histedit: expose histedit plan via tags RFC
Mateusz Kwapich
- [PATCH V2] runtests: add 'diff' entry in json report
Laurent Charignon
- [PATCH STABLE] status: revert + flag-change == modified
Martin von Zweigbergk
- [PATCH] hooks: add HG_NODE_LAST to txnclose and changegroup hook environments
Mateusz Kwapich
- [PATCH 1 of 7] verify: move checklog() onto class
Durham Goode
- [PATCH 1 of 2] revlog: return offset from _chunkraw()
Gregory Szorc
- [PATCH V3 clowncopter] wix: add help for current internal topics
Matt Harbison
- [PATCH 1 of 2 RFC] export: list all key/values from extra in the patch header
Matt Harbison
- [PATCH 1 of 4] test-check-execute.t: ignore obsolete warning
timeless
- [PATCH 1 of 2] util: remove outdated comment about construction overhead
Gregory Szorc
- [PATCH] test-transplant.t: improve test coverage
timeless
- [PATCH 1 of 2] filemerge: add support for multiple merge tool versions (RFC)
Mathias De Maré
- [PATCH] help: use backticks for progress.format keywords, correct letter case
Anton Shestakov
- [PATCH] log: mention ordering
timeless
- [PATCH 1 of 2 v2] log: mention ordering
timeless
- [PATCH 1 of 2 chg-port] chgserver: import background server extension from cHg
Yuya Nishihara
- [PATCH 1 of 3] dispatch: copy inferrepo attribute to alias commands
Yuya Nishihara
- hg email --flag stable installer: add windows application version number to inno installer script
Urs Rau
- [PATCH 1 of 3] rebase: minor refactoring of _computeobsoletenotrebased
Laurent Charignon
- [PATCH] transaction: remove 'if True:'
Martin von Zweigbergk
- [PATCH] tests: make test-check-code.t work with lz4revlog repositories
Laurent Charignon
- [PATCH 1 of 3 V2] rebase: minor refactoring of _computeobsoletenotrebased
Laurent Charignon
- [PATCH v2] lazymanifest: check more return values in filtercopy
Augie Fackler
- [PATCH 2 of 2] run-tests: skip threading for a single test RFC
Augie Fackler
- Extending 'hg resolve --list' output
Siddharth Agarwal
- [PATCH 1 of 3] merge: add state extras merge state data
Durham Goode
- [PATCH stable] installer: add windows application version number to inno installer script
Urs Rau
- [Bug 5033] New: `makepatchname()=?UTF-8?Q?=60=20function=20generate=20=C2=ABreserved=C2=BB=20patch=20name?=, that cann't be used as patch name
mercurial-bugs at selenic.com
- [PATCH] encoding: handle UTF-16 internal limit with fromutf8b (issue5033)
Matt Mackall
- [PATCH 1 of 4] check-commit: fix summary length regexp
timeless
- mercurial at 27682: 72 new changesets (1 on stable)
Mercurial Commits
- [PATCH v2] patchbomb: treat empty address list as no addresses
Bryan O'Sullivan
- [PATCH 1 of 3] exchange: make clonebundleprefers non-experimental
Gregory Szorc
- [PATCH] verify: replace "output parameters" by return values
Martin von Zweigbergk
- [Bug 5034] New: Reversed logic in sslutil.py breaks Mercurial on Mac
mercurial-bugs at selenic.com
- [PATCH STABLE] sslutil: fix reversed logic (issue5034)
Gábor Stefanik
- [PATCH 1 of 2 v3] config: add hasconfig method and supporting plumbing
Bryan O'Sullivan
- [PATCH] shelve: hook afterresolvedstates
timeless
- mercurial at 27683: new changeset
Mercurial Commits
- [PATCH 2 of 2] tests: replace parents with log revset RFC
Matt Mackall
- [PATCH stable] unionrepo: fix wrong rev being checked in iscensored (issue5024)
Sean Farley
- [PATCH 1 of 3 RFC V2] scmutil: support background file closing
Gregory Szorc
- [PATCH 1 of 3] check-commit: try to curb bad commit summary keywords
Matt Mackall
- [PATCH 1 of 3 V2] clonebundles: remove advertisement of feature
Gregory Szorc
- [Bug 5035] New: log --hidden could show precursors/successors
mercurial-bugs at selenic.com
- [PATCH 1 of 2] changegroup: remove left-over debugging help
Martin von Zweigbergk
- [PATCH 1 of 2] treemanifests: set bundle2 part parameter indicating treemanifest
Martin von Zweigbergk
- [PATCH bmstore v2] bmstore: add handling of the active bookmark
Augie Fackler
- [PATCH 1 of 5] paths: drop ui.status label from output of "hg paths name"
Yuya Nishihara
- [PATCH 1 of 6] help: split config ui.portablefilenames
timeless
- [PATCH evolve-ext] inhibit: fix _filterpublic
Laurent Charignon
- [PATCH 1 of 5] scmutil: list kind in abort
timeless
- [PATCH 1 of 4] histedit: report the unacceptable changeset
timeless
- [PATCH 1 of 8] graphlog: update help with replacement
timeless
- progress extension causes hg (3.5.1) convert to fail
Kevin O. Grover
- [PATCH] Don't emit a diff header for empty trivial deltas
Mike Hommey
- [PATCH stable V2] unionrepo: fix wrong rev being checked in iscensored (issue5024)
Sean Farley
- [PATCH] encoding: handle UTF-16 internal limit with fromutf8b (issue5031)
Matt Mackall
- [PATCH 1 of 4] convert: use _ prefix for private methods in hg sink
Martin von Zweigbergk
- [PATCH 1 of 3] util: adjust 'datapath' to be correct in a frozen OS X package
Matt Harbison
- [PATCH] tests: run check-commit on secret changes too
Matt Mackall
- [PATCH 1 of 3] commands: get rid of empty try/finally block from import_
Bryan O'Sullivan
- Template keyword for all "names"
Gregory Szorc
- mercurial at 27701: 18 new changesets (1 on stable)
Mercurial Commits
- [Bug 5036] New: zeroconf is broken since 3.6 ae33fff17c1e
mercurial-bugs at selenic.com
- [PATCH] hghave: support HGMODULEPOLICY for pure
timeless
- [PATCH] util: introduce ctxmanager, to avoid nested try/finally blocks
Bryan O'Sullivan
- [PATCH] {RFC} commands: switch to ctxmanager in phase
Bryan O'Sullivan
- [PATCH 1 of 3] changegroup: add changegroup4
Martin von Zweigbergk
- [PATCH] debugshell: disable demand importer when importing debugger
Gregory Szorc
- [PATCH] summary: print unstable, bumped and divergent as unconditionally plural
Matt Harbison
- [PATCH 1 of 7 v2] hghave: support HGMODULEPOLICY for pure
timeless
- [PATCH 1 of 2] tests: add unix-permissions guards
timeless
- [PATCH 1 of 8 v2] graphlog: update help with replacement
timeless
- [PATCH 1 of 5 v2] check-commit: fix summary length regexp
timeless
- [Bug 5037] New: Mercurial breaks MacOS console after asking for password
mercurial-bugs at selenic.com
- [PATCH] rebase: dry-run implemenation
Augie Fackler
- [Bug 5038] New: add a basic interdiff between two commits
mercurial-bugs at selenic.com
- [PATCH STABLE] buildrpm: move creation of RPM directories from dockerrpm
Mathias De Maré
- [PATCH 1 of 3] templater: replace jsonescape function with version used by formatter
Matt Mackall
- mercurial at 27723: 22 new changesets (1 on stable)
Mercurial Commits
- [PATCH 1 of 6] check-code: export needs a space so avoid false possitives
timeless
- [PATCH v2] tests: add unix-permissions guards
timeless
- [PATCH 1 of 3] status: back out changeset 89f49813526c
Martin von Zweigbergk
- [PATCH 1 of 3 V3] rebase: minor refactoring of _computeobsoletenotrebased
Laurent Charignon
- [PATCH 1 of 8] paths: drop ui.status label from output of "hg paths name"
Yuya Nishihara
- [PATCH 01 of 10] largefiles: use a context manager in _getfile
Bryan O'Sullivan
- [PATCH 1 of 8] minirst: change hgrole to use single quotes
timeless
- [PATCH 1 of 3] patchbomb: replace file I/O with util.readfile
Bryan O'Sullivan
- [PATCH V2 RESEND] backout: commit changeset by default (BC)
Ruslan Sayfutdinov
- [Bug 5039] New: Histedit defaultrev should not stop at changesets with obsolete children
mercurial-bugs at selenic.com
- [PATCH 1 of 3 checkunknown] merge: factor out code to get checkunknown config
Siddharth Agarwal
- [Bug 5040] New: run-tests.py --loop doesn't loop anymore
mercurial-bugs at selenic.com
- [PATCH] test-hgignore: add globs for Windows
Matt Harbison
- [PATCH] test-status: stabilize for no-execbit platforms
Matt Harbison
- [PATCH 1 of 2] changegroup: hide packermap behind methods
Martin von Zweigbergk
- mercurial at 27739: 16 new changesets
Mercurial Commits
- mercurial at 27743: 4 new changesets
Mercurial Commits
- [PATCH 1 of 4 v2] changegroup: hide packermap behind methods
Martin von Zweigbergk
- Extending extension lookups
Martijn Pieters
- [PATCH] util: don't capture exception with a name since we don't use it
Augie Fackler
- mercurial at 27749: 6 new changesets
Mercurial Commits
- mercurial at 27750: new changeset
Mercurial Commits
- [PATCH] run-tests: skip threading for a single test (issue5040)
timeless
- [PATCH] obsolete: make _computeobsoleteset much faster:
lc2817 at columbia.edu
- [PATCH 1 of 2] util: rename ctxmanager's __call__ method to enter
Bryan O'Sullivan
- [PATCH 1 of 4] commands: delay checknewlabel until after other more detailed aborts
timeless
- [PATCH] i18n: fix a test-gendoc.t failure
bos at serpentine.com
- another probably Solaris test failure (largefiles)
Danek Duvall
- [PATCH] histedit: handle obsolete commits unknown to histedit state
Kostia Balytskyi
- [PATCH -r] rebase: small refactoring to allow better extensibility from extensions
Laurent Charignon
- [PATCH V2] rebase: small refactoring to allow better extensibility from extensions
Laurent Charignon
- mercurial at 27763: 13 new changesets
Mercurial Commits
- [PATCH evolve-ext] inhibit: fix compatibility with changes in rebase
Laurent Charignon
- [PATCH] copies: fix detection of divergent directory renames
Matt Mackall
- mercurial at 27787: 24 new changesets
Mercurial Commits
- [PATCH 1 of 2] shelve: Move commitfunc closer to use site
Simon Farnsworth
- [PATCH] tests: non-GNU mv can't move a file onto a hardlink of itself
danek.duvall at oracle.com
- [PATCH 1 of 3] scmutil: support background file closing
Gregory Szorc
- [PATCH 1 of 1] extensions: include hgext.experiments package when loading extensions
Martijn Pieters
- Shipping 3.7 wheels
Gregory Szorc
- [PATCH 1 of 2] extensions: add get contextmanager to avoid common pattern
Laurent Charignon
- [PATCH] mac: ignore resource fork when checking file sizes
Matt Mackall
- January Bay Area Mini Sprint
Sean Farley
- mercurial at 27789: 2 new changesets
Mercurial Commits
- [PATCH] commands: document clone bundles hooks and rollback behavior
Gregory Szorc
- [PATCH 1 of 3 STABLE v2] diff: move status fixup earlier, out of _filepairs()
Martin von Zweigbergk
- [PATCH 1 of 5] streamclone: extract code for reading header fields
Gregory Szorc
- [PATCH] mercurial: fixes update --clean to work on new branch (issue5003)
Piotr Listkiewicz
- [PATCH] buildrpm: use bash shebang, since we use bash features in the script
Mathias De Maré
- mercurial at 27791: 2 new changesets
Mercurial Commits
- [PATCH 1 of 3 V2] context: add a method to tell if a changeset is secret
Matt Mackall
- [PATCH] help: move Windows 9x information to appropriate place
danek.duvall at oracle.com
- [Bug 5041] New: edit during hg crecord should preserve cursor position
mercurial-bugs at selenic.com
- [PATCH V3] backout: commit changeset by default (BC)
Ruslan Sayfutdinov
- Upstreaming several Facebook extensions
Martijn Pieters
- [Bug 5042] New: corrupted hiddencache crash Mercurial
mercurial-bugs at selenic.com
- [PATCH 1 of 3] encoding: escape U+007F (DEL) character in JSON
Yuya Nishihara
- [PATCH 1 of 4] templater: make _hybrid not callable to avoid conflicting semantics
Yuya Nishihara
- [PATCH 1 of 5 V2] dispatch: make loading extra information from extension extensible
FUJIWARA Katsunori
- [PATCH] cleanup: use modern @property/@foo.setter property specification
Augie Fackler
- [PATCH 5 of 5] import: introduce --inexact
Matt Mackall
- [PATCH] tests: make --json run-tests option create a valid json file
Laurent Charignon
- Google Summer of Code 2016: Volunteer needed
Pierre-Yves David
- [Bug 5043] New: `hg convert` hg <=> hg appears to leak memory
mercurial-bugs at selenic.com
- [PATCH 1 of 3 chg-port] chg: import frontend sources
Yuya Nishihara
- [PATCH v2] histedit: handle obsolete commits unknown to histedit state
Kostia Balytskyi
- [Bug 5044] New: rebase AssertionError from command line
mercurial-bugs at selenic.com
- [PATCH] run-tests: try to provide a test.env file RFC
Pierre-Yves David
- [PATCH v3] histedit: expose histedit plan via tags RFC
Pierre-Yves David
- [PATCH 1 of 3] largefiles: fix commit of missing largefiles
Mads Kiilerich
- [PATCH 1 of 3] graft: clarify in help that `-r` not just is optional
Mads Kiilerich
- mercurial at 27875: 84 new changesets
Mercurial Commits
- [PATCH 1 of 2] context: don't use util.cachefunc due to cycle creation (issue5043)
Gregory Szorc
- [Bug 5045] New: txnclose hooks accumulate, can fire multiple times per lock
mercurial-bugs at selenic.com
- [PATCH 1 of 3 v2] context: don't use util.cachefunc due to cycle creation (issue5043)
Gregory Szorc
- [PATCH] subrepo: better error messages in _ensuregit
Mason Malone
- [PATCH evolve-ext] touch: prompt the user for what to do with the revived changeset
Laurent Charignon
- [PATCH evolve-ext] touch: add 'revive' alias to the touch command
Laurent Charignon
- mercurial at 27905: 30 new changesets
Mercurial Commits
- mercurial at 27909: 4 new changesets (1 on stable)
Mercurial Commits
- Feature freeze and small experiment
Matt Mackall
- [Bug 5046] New: The fix for #4543 didn't completely resolve the issue
mercurial-bugs at selenic.com
- [Bug 5047] New: Leak of proxycls repoview-derived class from localrepository.filtered()
mercurial-bugs at selenic.com
- [PATCH STABLE] zeroconf: access repo on hgweb_mod properly (issue5036)
Gregory Szorc
- [PATCH] util: remove unused variable to fix test
Laurent Charignon
- [PATCH] histedit: handle obsolete commits unknown to histedit state (issue4800)
Kostia Balytskyi
- mercurial at 27910: new changeset (1 on stable)
Mercurial Commits
- [Bug 5048] New: Shelve doesn't preserve uncommitted branch name after unshelve
mercurial-bugs at selenic.com
- [Bug 5049] New: "archive -t zip" over "hg serve --cmdserver pipe" produces broken ZIP
mercurial-bugs at selenic.com
- [PATCH 1 of 2 stable] mq: refactor makepatchname into class method
Mads Kiilerich
- [PATCH remotefilelog-ext] fileserverclient: add option to provide file path to cacheprocess
Augie Fackler
- [PATCH STABLE] commandserver: drop tell() and seek() from channels (issue5049)
Yuya Nishihara
- [Bug 5050] New: run-tests.py crashes when --json and --blacklist are both used together
mercurial-bugs at selenic.com
- [PATCH STABLE] run-tests: fix crash when --json and --blacklist are both used (issue5050)
Laurent Charignon
- adding a progress bar to hg status
Rohit Watve
- [Bug 5051] New: chg: press Ctrl-Z in `hg commit -i` will mass up the terminal
mercurial-bugs at selenic.com
- [PATCH] chgserver: create new process group after fork (issue5051)
Jun Wu
- [PATCH evolve-ext-V4] evolve: extract logic to new method _evolvemerge
Shusen LIU
- [Bug 5052] New: revert -r on an uncommited merge does not fully revert to the specified revision
mercurial-bugs at selenic.com
- [PATCH STABLE] transaction: abort transaction during hook exception
Durham Goode
- [PATCH STABLE] bundle: exit early when there are no commits to bundle
Durham Goode
- [PATCH 1 of 2 evolve-ext] help: fix quotes in help text
Durham Goode
- [PATCH V2] chgserver: create new process group after fork (issue5051)
Jun Wu
- [Bug 5053] New: hg log --follow does not follow if --exclude is given
mercurial-bugs at selenic.com
- [Bug 5054] New: backout: --no-commit should be allowed for parent revision
mercurial-bugs at selenic.com
- [PATCH] backout: fix --no-commit option (bug5054)
Ruslan Sayfutdinov
- [PATCH STABLE] templates: use canvaswidth instead of fixed width for canvas (issue2683)
FUJIWARA Katsunori
- [PATCH STABLE] repoview: fix corrupted hiddencache crash Mercurial (issue5042)
Laurent Charignon
- Global Sprint: March 18-20 in San Francisco
Gregory Szorc
- [PATCH STABLE] crecord: edit during hg crecord should preserve cursor position (issue5041)
Laurent Charignon
- mercurial at 27915: 5 new changesets (5 on stable)
Mercurial Commits
- [PATCH 1 of 5 STABLE] changegroup: cg3 has two empty groups *after* manifests
Martin von Zweigbergk
- [PATCH 1 of 2 STABLE-V2] repoview: add missing newline character in debug prints
Laurent Charignon
- [PATCH evolve-ext-V4] evolve: add new method _evolvecontinue (issue4854)
Shusen LIU
- [PATCH STABLE] shelve: lowercase flag description
timeless
- mercurial at 27921: 6 new changesets (6 on stable)
Mercurial Commits
- [PATCH 1 of 4 STABLE] changegroup: don't support versions 01 and 02 with treemanifests
Martin von Zweigbergk
- mercurial at 27923: 2 new changesets (2 on stable)
Mercurial Commits
- [Bug 5055] New: hg commit that waits on a lock help by hg commit --amend results in an unrelated changeset
mercurial-bugs at selenic.com
- [Bug 5056] New: Improve error message when histedit is run on changesets with child nodes
mercurial-bugs at selenic.com
- [PATCH STABLE] push: fix "No changes found" when pushing a phase change (issue4232)
Laurent Charignon
- [Bug 5057] New: rebase failed with AttributeError: __exit__ leaving inconsistent rebase
mercurial-bugs at selenic.com
- [PATCH STABLE] runtests: skip json for blacklisted tests
Durham Goode
- [Bug 5058] New: IndexError: list index out of range
mercurial-bugs at selenic.com
- [PATCH STABLE] run-tests: fix race condition
Laurent Charignon
- [PATCH STABLE] copyright: update to 2016
timeless
- [PATCH] run-tests: lock uses of channels to avoid race condition
Bryan O'Sullivan
- [PATCH stable?] import: respect diff.noprefix config (issue4639)
Ryan McElroy
- [PATCH] templater: add recursive template detection (issue4758)
Kostia Balytskyi
- [PATCH] log: speed up single file log with hidden revs (issue4747)
Matt Mackall
- [PATCH] run-tests: "fix" race condition in race condition fix
Bryan O'Sullivan
- mercurial at 27926: 3 new changesets (3 on stable)
Mercurial Commits
- [Bug 5059] New: hg help rebase no longer describes neither -s/-b
mercurial-bugs at selenic.com
- [PATCH STABLE] rebase: restore help for rebase w/o args (issue5059)
timeless
- [PATCH STABLE checkunknown] merge: respect checkunknown/checkignored when force is True
Siddharth Agarwal
- [Bug 5060] New: Can't save special characters in Mercurial.ini
mercurial-bugs at selenic.com
- [Bug 5061] New: Treemanifest exchange broken
mercurial-bugs at selenic.com
- [PATCH STABLE] exchange: set 'treemanifest' param on pushed changegroups too
Martin von Zweigbergk
- [PATCH 1 of 2 STABLE] templater: abort if infinite recursion detected while evaluation (issue4758)
Yuya Nishihara
- [PATCH STABLE] hgweb: update canvas.width before dynamically redrawing graph (issue2683)
Anton Shestakov
- [PATCH STABLE] largefiles: fix an explicit largefile commit after a remove (issue4969)
Matt Harbison
- [PATCH 1 of 3 STABLE] commit: factor the post commit status check into a cmdutil method
Matt Harbison
- [Bug 5062] New: debugrevdata -m -d fails with an empty manifest in the manifest revlog
mercurial-bugs at selenic.com
- [Bug 5063] New: Amend mode for crecord does not appear in crecord help bar
mercurial-bugs at selenic.com
- [PATCH STABLE] crecord: fix typo in the help text
Laurent Charignon
- [PATCH STABLE] crecord: fix help bar display issue(issue5063)
Laurent Charignon
- mercurial at 27934: 8 new changesets (8 on stable)
Mercurial Commits
- [PATCH STABLE v2] exchange: set 'treemanifest' param on pushed changegroups too
Martin von Zweigbergk
- [PATCH STABLE] debugrevlog: improve handling of empty manifests/changelogs
timeless
- [PATCH v2] log: speed up single file log with hidden revs (issue4747)
Matt Mackall
- mercurial at 27940: 6 new changesets (6 on stable)
Mercurial Commits
- [PATCH STABLE] context: back out sneaky code change in documentation change
Martin von Zweigbergk
- [PATCH STABLE v2] context: back out sneaky code change in documentation change
Martin von Zweigbergk
- mercurial at 27941: new changeset (1 on stable)
Mercurial Commits
- [Bug 5064] New: largefiles: diff does not show the change
mercurial-bugs at selenic.com
- [Bug 5065] New: blackbox log file permissions: should not be readable by group/others
mercurial-bugs at selenic.com
- mercurial at 27944: 3 new changesets (3 on stable)
Mercurial Commits
- [Bug 5066] New: treemanifest: failure to clone a flat manifest repo
mercurial-bugs at selenic.com
- [PATCH evolve-ext-V5] evolve: extract logic to new method _evolvemerge
Shusen LIU
- [PATCH evolve-ext-V5] evolve: add new methods _evolvestatewrite, _evolvestateread, _evolvestatedelete
Shusen LIU
- [PATCH 1 of 2 evolve-ext-V5] evolve: add new method _evolvecontinue (issue4854)
Shusen LIU
- [PATCH STABLE V2] largefiles: prevent committing a missing largefile
Matt Harbison
- [Bug 5067] New: Cannot pull from a bundle if local repository contains secret
mercurial-bugs at selenic.com
- hg.intevation.de will soon be new primary name of hg.intevation.org
Thomas Arendsen Hein
- [PATCH stable treemanifest] changegroup: fix treemanifest exchange code (issue5061)
Augie Fackler
- [PATCH STABLE] merge: undocument checkunknown and checkignored configs for 3.7
Siddharth Agarwal
- [PATCH evolve-ext] inhibit: fix compat with rebaseskipobsolete
Laurent Charignon
- [PATCH STABLE] bookmarks: improve documentation for --rev option
Nathan Goldbaum
- Moving hosts
Kevin Bullock
- [PATCH STABLE] commands: advance current active bookmark at pull --update correctly
FUJIWARA Katsunori
- [PATCH 1 of 2 evolve-ext] evolve: remove meaningless transaction nesting
FUJIWARA Katsunori
- [PATCH STABLE] changegroup: fix pulling to treemanifest repo from flat repo (issue5066)
Martin von Zweigbergk
- mercurial at 27948: 4 new changesets (4 on stable)
Mercurial Commits
- [PATCH 1 of 2 STABLE] tests: minor cleanup to treemanifest test
Martin von Zweigbergk
- Google Summer of Code 2016: mentors and ideas wanted
Mathias De Maré
- [PATCH 1 of 2 evolve-ext] evolve: adding test case for calling split without -r argument
Kostia Balytskyi
- [PATCH STABLE v2] debugrevlog: improve handling of empty manifests/changelogs
timeless
- [PATCH 1 of 3 STABLE] schemes: extract scheme expansion as its own method on ShortRepository
Jason R. Coombs
- [PATCH STABLE] merge: don't try to merge subrepos twice (issue4988)
Siddharth Agarwal
- [PATCH STABLE] backout: disable --merge with --no-commit (issue4874)
Yuya Nishihara
- mercurial at 27953: 5 new changesets (5 on stable)
Mercurial Commits
Last message date:
Sun Jan 31 19:45:33 UTC 2016
Archived on: Thu Jun 30 00:40:27 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).