Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
configitems: register the 'convert.git.skipsubmodules' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.similarity' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.saverev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.renamelimit' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.remoteprefix' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.findcopiesharder' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.extrakeys' config
2017-06-30, by Boris Feld
configitems: register the 'convert.git.committeractions' config
2017-06-30, by Boris Feld
configitems: register the 'convert.cvsps.mergeto' config
2017-06-30, by Boris Feld
configitems: register the 'convert.cvsps.mergefrom' config
2017-06-30, by Boris Feld
configitems: register the 'convert.cvsps.fuzz' config
2017-06-30, by Boris Feld
configitems: register the 'convert.cvsps.cache' config
2017-06-30, by Boris Feld
bundle2: move exception handling into part iterator
2017-09-13, by Durham Goode
bundle2: move part counter to partiterator
2017-09-13, by Durham Goode
bundle2: move part iterator a separate class
2017-09-13, by Durham Goode
changegroup: add source parameter to generatemanifests
2017-09-11, by Durham Goode
changegroup: remove changegroup dependency from revlog.addgroup
2017-09-13, by Durham Goode
revlog: refactor chain variable
2017-09-13, by Durham Goode
scmutil: don't append .orig to backups in origbackuppath (BC)
2017-09-11, by Mark Thomas
ssh: fix flakey ssh errors on BSD systems
stable
2017-09-11, by Durham Goode
repair: preserve phase also when not using generaldelta (issue5678)
stable
2017-09-14, by Martin von Zweigbergk
tests: add test for issue5678
stable
2017-09-14, by Martin von Zweigbergk
merge: move cwd-missing detection to helper functions
2017-09-12, by Phil Cohen
doctest: enable tests by default on Python 3
2017-09-03, by Yuya Nishihara
doctest: normalize b'', u'' and exception output on Python 3
2017-08-24, by Yuya Nishihara
doctest: coerce dict.keys() to list
2017-09-03, by Yuya Nishihara
doctest: upgrade old-style "except" clause
2017-09-03, by Yuya Nishihara
doctest: use print_function and convert bytes to unicode where needed
2017-09-03, by Yuya Nishihara
doctest: do not embed non-ascii characters in docstring
2017-09-03, by Yuya Nishihara
doctest: pass encoding name as system string
2017-09-03, by Yuya Nishihara
doctest: replace str() with bytes()
2017-09-03, by Yuya Nishihara
doctest: replace chr() with pycompat.bytechr()
2017-09-03, by Yuya Nishihara
doctest: replace .iteritems() with .items()
2017-09-03, by Yuya Nishihara
doctest: bulk-replace string literals with b'' for Python 3
2017-09-03, by Yuya Nishihara
debuginstall: do not pass exception object to formatter (issue5676)
2017-09-07, by Yuya Nishihara
debuginstall: use codecs.lookup() to detect invalid encoding
2017-09-07, by Yuya Nishihara
extensions: fix wrapcommand/function of class instance
2017-09-10, by Yuya Nishihara
changegroup: avoid creating empty changegroup part
2017-09-12, by Durham Goode
tests: split test-revset.t in half
2017-09-12, by Durham Goode
merge: flush any deferred writes just before recordupdates()
2017-09-11, by Phil Cohen
merge: flush any deferred writes before, and after, running any workers
2017-09-11, by Phil Cohen
filemerge: flush if using deferred writes when running a merge tool
2017-09-11, by Phil Cohen
merge: pass wctx to premerge, filemerge
2017-09-11, by Phil Cohen
cmdutil: fix amend when passing a date
2017-09-11, by Boris Feld
merge with stable
2017-09-12, by Augie Fackler
configitems: register the 'eol.only-consistent' config
2017-06-30, by Boris Feld
configitems: register the 'eol.native' config
2017-06-30, by Boris Feld
configitems: register the 'eol.fix-trailing-newline' config
2017-06-30, by Boris Feld
configitems: register the 'patchbomb.publicurl' config
2017-06-30, by Boris Feld
configitems: register the 'patchbomb.intro' config
2017-06-30, by Boris Feld
configitems: register the 'patchbomb.from' config
2017-06-30, by Boris Feld
configitems: register the 'patchbomb.flagtemplate' config
2017-06-30, by Boris Feld
configitems: register the 'patchbomb.confirm' config
2017-06-30, by Boris Feld
configitems: register the 'patchbomb.bundletype' config
2017-06-30, by Boris Feld
blackbox: remove _bbvfs state
2017-09-06, by Jun Wu
blackbox: do not cache file objects
2017-09-06, by Jun Wu
blackbox: inline _bbwrite
2017-09-06, by Jun Wu
blackbox: fix rotation with chg
2017-09-06, by Jun Wu
test-blackbox: make it compatible with chg
2017-09-06, by Jun Wu
ssh: fix flakey ssh errors on BSD systems
2017-09-11, by Durham Goode
context: add overlayworkingcontext and overlayworkingfilectx
2017-09-11, by Phil Cohen
changegroup: rename getsubsetraw to makestream
2017-09-10, by Durham Goode
changegroup: remove external uses of getbundler
2017-09-10, by Durham Goode
changegroup: replace getchangegroup with makechangegroup
2017-09-10, by Durham Goode
changegroup: replace changegroup with makechangegroup
2017-09-10, by Durham Goode
changegroup: delete getlocalchangegroup
2017-09-10, by Durham Goode
changegroup: replace getlocalchangegroupraw with makestream
2017-09-10, by Durham Goode
changegroup: replace changegroupsubset with makechangegroup
2017-09-10, by Durham Goode
changegroup: replace getsubset with makechangegroup
2017-09-10, by Durham Goode
rebase: remove unnecessary '.unfiltered()' calls
2017-09-06, by Jun Wu
rebase: remove complex unhiding code
2017-09-06, by Jun Wu
rebase: use unfiltered repo when loading state
2017-09-06, by Jun Wu
rebase: do not crash rebasing merge with a parent having hidden successor
2017-09-06, by Jun Wu
changegroup: fix to allow empty manifest parts
2017-09-06, by Durham Goode
mq: create non-lossy patches, also with custom global diff configuration
stable
2017-09-11, by Mads Kiilerich
mq: test coverage of how [diff] configuration influence can break mq patches
stable
2017-09-11, by Mads Kiilerich
wrapcommand: use functools.partial
2017-09-05, by Jun Wu
wrapfunction: use functools.partial if possible
2017-09-05, by Jun Wu
cmdutil: remove redundant commitfunc parameter in amend (API)
2017-09-01, by Saurabh Singh
cmdutil: remove the redundant commit during amend
2017-09-01, by Saurabh Singh
checknlink: rename file object from 'fd' to 'fp'
2017-09-06, by Jun Wu
cleanup: rename "matchfn" to "match" where obviously a matcher
2017-09-05, by Martin von Zweigbergk
check-code: fix incorrect capitalization in camelcase regex
2017-09-06, by Martin von Zweigbergk
amend: use context manager for config override
2017-09-06, by Martin von Zweigbergk
amend: delete dead assignment to "newid"
2017-09-06, by Martin von Zweigbergk
checknlink: use a random temp file name for checking
2017-09-01, by Jun Wu
copytrace: move the default copytracing algorithm in a new function
2017-09-03, by Pulkit Goyal
copytrace: replace experimental.disablecopytrace config with copytrace (BC)
2017-09-03, by Pulkit Goyal
filemerge: use fctx.write() in the internal:dump tool, instead of copy
2017-09-05, by Phil Cohen
largefiles: remove unused assignments from wrapfunction()
2017-08-31, by Martin von Zweigbergk
branches: correctly show inactive multiheaded branches
2017-08-31, by the31k
parser: stabilize output of prettyformat() by using byte-safe repr()
2017-09-03, by Yuya Nishihara
py3: fix repr(util.url) to return system string
2017-09-03, by Yuya Nishihara
py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()
2017-09-03, by Yuya Nishihara
py3: fix type of attribute name in smartset.py
2017-09-03, by Yuya Nishihara
py3: fix mixed bytes/unicode in revsetlang._aliassyminitletters
2017-09-03, by Yuya Nishihara
py3: fix type of regex literals in subrepo.py
2017-09-03, by Yuya Nishihara
py3: replace bytes[n] with bytes[n:n + 1] in patch.py where needed
2017-09-03, by Yuya Nishihara
py3: fix type of regex literals in patch.py
2017-09-03, by Yuya Nishihara
revset: optimize "draft() & ::x" pattern
2017-08-28, by Jun Wu
phabricator: add a config to use curl for communication
2017-09-01, by Jun Wu
phabricator: standardize colors
2017-08-24, by Jun Wu
wireproto: do not abort after successful lookup
2017-09-01, by Kyle Lippincott
check-code: forbid "\S" in egrep regular expression
2017-09-01, by Jun Wu
check-code: forbid using bash in shebang
2017-09-01, by Jun Wu
amend: add tests for amending only some files from commit to be amended
2017-09-01, by Saurabh Singh
test-editor-filename: fix portability of fake editor command
2017-09-02, by Yuya Nishihara
amend: moving first assignment of newid closer to its use
2017-09-01, by Saurabh Singh
amend: rectify comment
2017-08-31, by Saurabh Singh
amend: removing redundant if condition
2017-09-01, by Saurabh Singh
editor: file created for diff action should have .diff suffix
2017-09-01, by Michael Bolin
test-amend: match output using conditional test case name
2017-09-01, by Jun Wu
util: use set for reserved Windows filenames
2017-08-31, by Gregory Szorc
context: add arbitraryfilectx, which can represent files outside the workdir
2017-09-01, by Phil Cohen
simplemerge: remove unused `filtereddata` parameter
2017-09-01, by Phil Cohen
simplemerge: remove unused `repo` parameter
2017-09-01, by Phil Cohen
extensions: prohibit unicode defaults
2017-08-29, by Christophe de Vienne
revsetlang: remove unused functions
2017-08-19, by Yuya Nishihara
revsetlang: match tree by helper function on optimize
2016-02-17, by Yuya Nishihara
parser: add helper function to test if pattern matches parsed tree
2016-02-17, by Yuya Nishihara
revsetlang: build optimized tree by helper function
2016-02-17, by Yuya Nishihara
parser: add helper function that constructs parsed tree from template
2016-02-17, by Yuya Nishihara
patch: take messages out of the function so that extensions can add entries
2017-08-30, by Pulkit Goyal
run-tests: allow bisecting a different repo
2017-08-02, by Jun Wu
run-tests: extract prefix of bisect commands to a variable
2017-08-02, by Jun Wu
run-tests: pass --with-hg to run-tests.py command used by bisect
2017-08-02, by Jun Wu
import-checker: allow relative import a module being checked
2017-08-28, by Jun Wu
merge: move some of the logic in batchget() to workingfilectx
2017-08-31, by Phil Cohen
filemerge: add _restorebackup
2017-08-31, by Phil Cohen
filemerge: reduce creation of tempfiles until needed
2017-08-31, by Phil Cohen
filemerge: add `_workingpath`
2017-08-31, by Phil Cohen
filemerge: move a util copy call to filectx.write
2017-08-31, by Phil Cohen
filemerge: eliminate most uses of tempfiles
2017-08-31, by Phil Cohen
filemerge: extract _maketemp and _makebackup
2017-08-31, by Phil Cohen
encoding: check overflow while calculating size of JSON escape buffer
2017-08-31, by Yuya Nishihara
editor: use an unambiguous path suffix for editor files
2017-08-30, by Michael Bolin
revlog: move check for wdir from changelog to revlog
2017-08-30, by Martin von Zweigbergk
debugssl: allow a URL to be specified without a local repository
stable
2017-08-29, by Matt Harbison
revlog: use pycompat.bytestr() to reliably have a %s-able value
2017-08-22, by Augie Fackler
debugcommands: stabilize output of debugbundle by having a custom repr
2017-08-22, by Augie Fackler
python3: whitelist another 5 passing tests found with the ratchet script
2017-08-22, by Augie Fackler
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
2017-08-22, by Augie Fackler
python3: wrap all uses of <exception>.strerror with strtolocal
2017-08-22, by Augie Fackler
pager: do not start pager if `ui` has been `pushbuffer`-ed
2017-08-30, by Jun Wu
revset: do not flip "and" arguments when optimizing
2017-08-30, by Jun Wu
revset: make match function follow given subset if specified (API)
2017-08-30, by Yuya Nishihara
revset: move order argument to run-time match function
2017-08-30, by Yuya Nishihara
revset: fix example describing how ordering is determined
2017-08-30, by Yuya Nishihara
revset: move order constants from revsetlang
2017-08-30, by Yuya Nishihara
tag: use filtered repo when creating new tags (issue5539)
2017-08-29, by Denis Laxalde
extensions: add wrappedfunction() context manager
2017-08-21, by Martin von Zweigbergk
mdiff: add a --ignore-space-at-eol option
2017-08-29, by David Soria Parra
revset: improve documentation about ordering handling
2017-08-25, by Jun Wu
revset: remove order information from tree (API)
2017-08-20, by Jun Wu
revset: drop optimization about reordering "or" set elements
2017-08-28, by Jun Wu
rebase: use _ctxdesc in one more place
2017-08-29, by Jun Wu
rebase: move working parent and bookmark for obsoleted revs (BC)
2017-08-27, by Jun Wu
rebase: remove an unnecessary adjustdest in clearrebased
2017-08-29, by Jun Wu
rebase: sort destmap topologically
2017-08-21, by Jun Wu
rebase: initial support for multiple destinations
2017-08-29, by Jun Wu
rebase: change internal format to support destination map
2017-08-11, by Jun Wu
rebase: rewrite _computeobsoletenotrebased
2017-08-11, by Jun Wu
util: use ~ as a suffix for a temp file in the same directory as a source file
2017-08-22, by Michael Bolin
morestatus: simplify check for unresolved merge conflicts
2017-08-28, by Martin von Zweigbergk
tests: rename test-terse-status.t to test-status-terse.t
2017-08-28, by Martin von Zweigbergk
metadataonlyctx: don't crash when reusing the manifest with deletions
2017-08-28, by Jun Wu
context: make parents and text optional in metadataonlyctx
2017-08-28, by Jun Wu
test: add more obsmarker tests for pruning scenarios
2017-08-17, by Boris Feld
template: better prune support in obsfate
2017-07-03, by Boris Feld
template: compute dates in obsfatedate
2017-07-03, by Boris Feld
template: compute user in obsfateusers
2017-07-03, by Boris Feld
template: compute verb in obsfateverb
2017-07-03, by Boris Feld
contrib: add test-check-module-imports.t to the Python 3 whitelist
2017-08-22, by Augie Fackler
tests: update test-obsolete to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-largefiles-cache to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-inherit-mode to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-relink to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-strip to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-share to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-requires to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-progress to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-patchbomb to pass our import checker
2017-08-22, by Augie Fackler
merge with stable
2017-08-28, by Augie Fackler
dirstate: perform transactions with _copymap using single call, where possible
2017-08-23, by Michael Bolin
pull: do not prompt "hg update" if update.requiredest is set
2017-08-24, by Jun Wu
changelog: abort on attempt to write wdir revision
2017-08-25, by Martin von Zweigbergk
phabsend: show associated Differential Revisions with --confirm
2017-08-24, by Jun Wu
phabsend: print the actual URL with --confirm
2017-08-24, by Jun Wu
phabsend: detect patch change with larger context
2017-08-24, by Jun Wu
phabsend: make --amend the default
2017-08-24, by Jun Wu
phabsend: polish the docstring a bit
2017-08-24, by Jun Wu
record: make the m key open an editor for the commit message (issue5667)
2017-08-28, by Peter Vitt
tests: update test-patch to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-pager to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-obsolete to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-notify to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-merge1 to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-merge-symlinks to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-logtoprocess to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-log to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-log-exthook to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-largefiles-wireproto to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-largefiles-small-disk to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-keyword to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-impexp-branch to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-help to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-hardlinks to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-glog to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-fncache to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-eol to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-dirstate to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-debugcommands to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-convert-clonebranches to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-commit to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-command-template to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-chg to pass our import checker
2017-08-22, by Augie Fackler
tests: update test-bundle2-format to pass import checker
2017-08-22, by Augie Fackler
tests: update test-bundle2-pushback to pass the import checker
2017-08-22, by Augie Fackler
tests: update test-bookmarks to pass the import checker
2017-08-22, by Augie Fackler
tests: update test-bisect to pass our module import checker
2017-08-22, by Augie Fackler
tests: update test-archive to pass our module import checker
2017-08-22, by Augie Fackler
tests: update test-annotate to pass our module import checker
2017-08-22, by Augie Fackler
obsolete: fix old typo
2017-07-03, by Boris Feld
obsolete: move merge logic on the smaller object
2017-07-03, by Boris Feld
releasenotes: view admonition titles using -l flag
2017-08-28, by Rishabh Madan
tests: move baduisetup test inside "#if demandimport"
2017-08-26, by Martin von Zweigbergk
revlog: abort on attempt to write null revision
2017-08-25, by Martin von Zweigbergk
context: remove unnecessary default values for matchers (API)
2017-08-22, by Martin von Zweigbergk
context: always pass a matcher into _matchstatus() (API)
2017-08-22, by Martin von Zweigbergk
test-casecollision-merge: fix the test
2017-08-23, by Jun Wu
run-tests: make per-line condition support testcase names
2017-08-20, by Jun Wu
simplemerge: refactor _picklabels to be more compact
2017-08-25, by Phil Cohen
simplemerge: remove check for null context
2017-08-25, by Phil Cohen
run-tests: pass unicode to Pygments
2017-08-24, by Yuya Nishihara
run-tests: factor out highlight functions
2017-08-24, by Yuya Nishihara
run-tests: include "\n" in formatted message instead of calling writeln()
2017-08-24, by Yuya Nishihara
encoding: add fast path of from/toutf8b() for ASCII strings
2017-04-23, by Yuya Nishihara
encoding: add fast path of from/tolocal() for ASCII strings
2017-04-23, by Yuya Nishihara
encoding: add function to test if a str consists of ASCII characters
2017-04-23, by Yuya Nishihara
encoding: add fast path of jsonescape() (issue5533)
2017-04-23, by Yuya Nishihara
encoding: extract stub for fast JSON escape
2017-04-23, by Yuya Nishihara
journal: do not use atomictemp (issue5338)
2017-08-24, by Jun Wu
tests: update test-commandserver to pass our import checker
2017-08-22, by Augie Fackler
tests: add blank output lines to test-commandserver
2017-08-22, by Augie Fackler
contrib: make import-checker agree more with run-tests about heredocpy
2017-08-22, by Augie Fackler
contrib: add bzrlib to list of packages from which we import symbols
2017-08-22, by Augie Fackler
tests: ensure demandimport test uses absolute_import
2017-08-22, by Augie Fackler
tests: blacklist test-demandimport from test-check-module-imports
2017-08-22, by Augie Fackler
tests: sort excluded test files in test-check-module-imports
2017-08-22, by Augie Fackler
contrib: allow symbol imports from hgclient for tests
2017-08-22, by Augie Fackler
tests: blacklist some more entries in module import checks
2017-08-22, by Augie Fackler
bookmarks: allow deleting active bookmark using '.'
2017-08-24, by David Demelier
template: add minimal obsfate template function
2017-08-17, by Boris Feld
obsolete: track markers in _succs
2017-07-03, by Boris Feld
obsolete: add an explicit '_succs.copy()' method
2017-07-03, by Boris Feld
obsolete: introduce a _succs class
2017-07-03, by Boris Feld
simplemerge: simplify code now that we always write to a context
2017-08-24, by Phil Cohen
simplemerge: make context parameters non-optional
2017-08-24, by Phil Cohen
simplemerge: stop accepting, and passing, file parameters
2017-08-24, by Phil Cohen
simplemerge: stop reading from, and writing to, files
2017-08-24, by Phil Cohen
simplemerge: use context paths for default labels instead of file paths
2017-08-24, by Phil Cohen
contrib: make simplemerge script pass context-like objects
2017-08-24, by Phil Cohen
simplemerge: use `ctx.decoddeddata()` instead of `repo.wreaddata`
2017-08-24, by Phil Cohen
context: add `decodeddata()` to basefilectx
2017-08-24, by Phil Cohen
bookmarks: allow renaming active bookmark using '.'
2017-08-21, by David Demelier
i18n: update check-translation script to pass import checker
2017-08-22, by Augie Fackler
demandimportpy3: update to pass import checker
2017-08-22, by Augie Fackler
contrib: always treat importlib.* as stdlib
2017-08-22, by Augie Fackler
hg: update top-level script to use modern import conventions
2017-08-22, by Augie Fackler
simplemerge: update to conform with modern import conventions
2017-08-22, by Augie Fackler
contrib: inform import checker that __builtin__ is a thing
2017-08-22, by Augie Fackler
contrib: allow importing "symbols" from mercurial
2017-08-22, by Augie Fackler
hgperf: update to conform with import style checks
2017-08-22, by Augie Fackler
contrib: update hg-ssh to conform with import style checks
2017-08-22, by Augie Fackler
contrib: have import-checker work mostly with native strings for mod names
2017-08-22, by Augie Fackler
bundlerepo: move bundle2 part handling out to a function
2017-08-23, by Durham Goode
bundle2: seek part back during iteration
2017-08-23, by Durham Goode
bundlerepo: move temp bundle creation to a separate function
2017-08-23, by Durham Goode
exchange: don't attempt phase exchange if phase-heads was in bundle
2017-08-17, by Martin von Zweigbergk
pushvars: do not mangle repo state
2017-08-16, by Jun Wu
record: fix revert -i for lines without newline (issue5651)
stable
2017-08-27, by Jun Wu
morestatus: check whether the conflict message is None before printing
2017-08-21, by Pulkit Goyal
bundle2: fixed usage of an attribute that was removed in py3k
2017-08-23, by Alex Gaynor
releasenotes: add check flag for use of admonitions and its validity
2017-08-13, by Rishabh Madan
copies: fix misaligned lines
2017-08-22, by Gábor Stefanik
copies: fix typo in comment
2017-08-22, by Gábor Stefanik
python3: whitelist test-imports-checker.t, which now passes
2017-08-22, by Augie Fackler
contrib: make import checker always think in terms of bytes
2017-08-22, by Augie Fackler
contrib: work around some modules not existing on Py3 in import checker
2017-08-22, by Augie Fackler
tests: stop using old except syntax in test-bundle2-format
2017-08-22, by Augie Fackler
tests: update test-archive to always use hashlib
2017-08-22, by Augie Fackler
md5sum: assume hashlib exists now that we're 2.7 only
2017-08-22, by Augie Fackler
undumprevlog: update to valid Python 3 syntax
2017-08-22, by Augie Fackler
tests: fixed a bytes/unicode confusion in the test runner
2017-08-23, by Alex Gaynor
run-tests: remove unused pygments token type
2017-08-22, by Martin von Zweigbergk
run-tests: also highlight .py test files in summary messages
2017-08-21, by Martin von Zweigbergk
test-revset: make it work with chg
2017-08-20, by Jun Wu
copies: use intersectmatchers() in non-merge p1 optimization
2017-08-19, by Yuya Nishihara
run-tests: pre instantiate pygments objects
2017-08-22, by Matthieu Laneuville
merge with stable
2017-08-21, by Sean Farley
rebase: only change self.state when collapsing in _finishrebase
2017-08-11, by Jun Wu
rebase: choose merge base without unwanted revisions
2017-08-10, by Jun Wu
templatekw: choose {latesttag} by len(changes), not date (issue5659)
stable
2017-08-15, by Martin von Zweigbergk
tests: use graph log in {latesttag} tests
stable
2017-08-18, by Martin von Zweigbergk
demandimport: disable if chg is being used
2017-08-16, by Jun Wu
demandimport: move HGDEMANDIMPORT test to __init__.py
2017-08-18, by Jun Wu
log: add a "graphwidth" template variable
2017-08-15, by Danny Hooper
obsmarker: fix precnode deprecation
2017-08-16, by Boris Feld
obsmarker: precnode was renamed into prednode
2017-08-16, by Boris Feld
revset: mark evolution-related revsets as experimental
2017-08-16, by Boris Feld
push: fix docsstring
2017-08-15, by Jun Wu
py3: select input or raw_input by pycompat
2017-08-16, by Yuya Nishihara
py3: make encoding.strio() an identity function on Python 2
2017-08-16, by Yuya Nishihara
templatekw: specify plural form of instability
2017-08-13, by Yuya Nishihara
templatekw: rename termwidth() per convention
2017-08-16, by Yuya Nishihara
rebase: optimize "source" calculation in adjustdest
2017-08-11, by Jun Wu
rebase: remove "state >= revtodo" condition
2017-08-11, by Jun Wu
rebase: remove self.destancestors
2017-08-11, by Jun Wu
rebase: remove rebaseset from _checkobsrebase
2017-07-14, by Jun Wu
rebase: remove revignored and nullmerge states
2017-07-10, by Jun Wu
rebase: remove messages for nullmerge and revignored (BC)
2017-07-08, by Jun Wu
rebase: remove revprecursor and revpruned states (BC)
2017-07-08, by Jun Wu
rebase: move obsoleted not rebased messages earlier (BC)
2017-07-08, by Jun Wu
rebase: extract ctx description logic to a function
2017-07-08, by Jun Wu
python3: whitelist another *13* tests that now pass
2017-07-27, by Augie Fackler
py3: introduce a wrapper for __builtins__.{raw_,}input()
2017-07-24, by Augie Fackler
python3: whitelist four more passing tests
2017-07-26, by Augie Fackler
extensions: don't give AttributeError bytes message on Python 3
2017-08-11, by Augie Fackler
extensions: if on py3 and propname is a bytestr, convert to sysstr
2017-07-25, by Augie Fackler
pushvars: add a coreconfigitem for push.pushvars.server
2017-08-12, by Pulkit Goyal
phabricator: add phabupdate command to update status in batch
2017-07-18, by Jun Wu
phabricator: add status to revision query language
2017-07-18, by Jun Wu
phabricator: add a small language to query Differential Revisions
2017-07-17, by Jun Wu
phabricator: change "readpatch" to be more flexible
2017-07-17, by Jun Wu
filemerge: extract `_picklabels` as a helper function
2017-08-13, by Phil Cohen
simplemerge: write merge result to the localctx, if passed
2017-08-13, by Phil Cohen
simplemerge: use contexts to read file data from, if passed
2017-08-13, by Phil Cohen
filemerge: pass contexts to simplemerge
2017-08-13, by Phil Cohen
simplemerge: add optional context parameters to simplemerge
2017-08-13, by Phil Cohen
simplemerge: extract verifytext as a helper function
2017-08-13, by Phil Cohen
commit: use context manager with dirstateguard
2017-08-14, by Martin von Zweigbergk
commit: move dirstateguard creation out of try-block
2017-08-14, by Martin von Zweigbergk
copies: add more details to the documentation of mergecopies()
2017-08-16, by Pulkit Goyal
httppeer: add support for httppostargs when we're sending a file
2017-07-26, by Augie Fackler
i18n: get translation entries for description of each compression engines
2017-08-15, by FUJIWARA Katsunori
i18n: ignore docstring for modules under mercurial
2017-08-15, by FUJIWARA Katsunori
i18n: use saved object to get actual function information if available
2017-08-15, by FUJIWARA Katsunori
i18n: ignore doctest part to avoid warning at "make update-pot"
2017-08-13, by FUJIWARA Katsunori
largefiles: fix help text to avoid warning at "make update-pot"
2017-08-02, by FUJIWARA Katsunori
i18n: make hggettext use original docstring to compute offset
2017-08-02, by FUJIWARA Katsunori
run-tests: also color the summary messages (skipped, failed...)
2017-08-11, by Matthieu Laneuville
crecord: fixes the formatting of the select status in the status line
2017-08-13, by Filip Filmar
cext: move PyInt macros to charencode.c properly
2017-08-14, by Yuya Nishihara
py3: change encoding.localstr to a subclass of bytes, not str
2017-08-14, by Yuya Nishihara
bundle2: relax the condition to update transaction.hookargs
2017-08-13, by Yuya Nishihara
bundle2: raise ProgrammingError for invalid call of addhookargs()
2017-08-13, by Yuya Nishihara
merge: removed sorting in casefolding detection, for a slight performance win
2017-07-14, by Alex Gaynor
tests: verify that peer instances only expose interface members
2017-08-10, by Gregory Szorc
wireproto: use new peer interface
2017-08-10, by Gregory Szorc
httppeer: use peer interface
2017-08-06, by Gregory Szorc
sshpeer: use peer interface
2017-08-06, by Gregory Szorc
localrepo: use peer interfaces
2017-08-09, by Gregory Szorc
repository: implement generic capability methods on peer class
2017-08-06, by Gregory Szorc
repository: formalize wire protocol interface
2017-08-13, by Gregory Szorc
repository: formalize peer interface with abstract base class
2017-08-13, by Gregory Szorc
util: make nogc effective for CPython
2017-08-14, by Jun Wu
scmutil: use util.shellquote instead of %r
2017-07-26, by Augie Fackler
context: fix troubled deprecation
2017-08-14, by Boris Feld
test-pushvars: invoke shell script hook via `sh` for Windows
2017-08-14, by Matt Harbison
test-sparse: drop unnecessary globs
2017-08-14, by Matt Harbison
exchange: simplify unbundle locking using context managers
2017-07-28, by Martin von Zweigbergk
util: add base class for transactional context managers
2017-07-28, by Martin von Zweigbergk
exchange: remove need for "locked" variable
2017-08-14, by Martin von Zweigbergk
exchange: drop now-unnecessary "local" from lock name variables
2017-08-14, by Martin von Zweigbergk
exchange: remove 'locallocked' member from pushop object
2017-07-28, by Martin von Zweigbergk
rebase: change "result would have 3 parent" error message (BC)
2017-08-12, by Jun Wu
drawdag: allow override file contents via comments
2017-08-14, by Jun Wu
phabricator: add --amend option to phabsend
2017-08-04, by Jun Wu
rebase: rewrite core algorithm (issue5578) (issue5630)
2017-08-10, by Jun Wu
phabricator: remove an unnecessary writediffproperties call
2017-08-12, by Jun Wu
releasenotes: minor bug fix for index error while serializing
2017-08-12, by Rishabh Madan
label: rename log.trouble into log.instability
2017-08-03, by Boris Feld
label: rename trouble.X into instability.X
2017-08-03, by Boris Feld
label: rename changeset.troubled into changeset.unstable
2017-08-03, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
tip