Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
tests: use raw string in test-check-code.t
2019-02-04, by Gregory Szorc
run-tests: set attributes in sorted order
2019-02-04, by Gregory Szorc
revetbenchmarks: use raw string for regular expression with escapes
2019-02-04, by Gregory Szorc
check-code: use raw string
2019-02-04, by Gregory Szorc
tests: use raw strings for regular expressions with escapes
2019-02-04, by Gregory Szorc
drawdag: use raw strings for docstrings
2019-02-04, by Gregory Szorc
check-config: use raw strings for regular expressions
2019-02-04, by Gregory Szorc
run-tests: use raw strings for regular expressions
2019-02-04, by Gregory Szorc
check-commit: use raw string for regular expression
2019-02-04, by Gregory Szorc
configitems: use raw strings for hidden-{command,topic} items
2019-02-04, by Gregory Szorc
convert: use raw string for regular expressions
2019-02-04, by Gregory Szorc
graphmod: use raw string
2019-02-04, by Gregory Szorc
crecord: use raw string for regular expression
2019-02-04, by Gregory Szorc
patch: properly escape \ in string literals
2019-02-04, by Gregory Szorc
global: make some docstrings raw strings
2019-02-04, by Gregory Szorc
global: use raw strings for regular expressions with escapes
2019-02-04, by Gregory Szorc
tests: add optional Python 2.7 deprecation output
2019-02-04, by Gregory Szorc
tests: fix test-match.py on Python3
2019-02-04, by Augie Fackler
merge with stable
2019-02-04, by Pulkit Goyal
match: teach diffmatcher.visitdir() to return 'all' if possible
2019-02-04, by Pulkit Goyal
py3: use integer division instead of `int(...)` call
2019-02-03, by Boris Feld
py3: add some b'' prefixes in test-notify.t
2019-02-03, by Pulkit Goyal
py3: use pycompat.long in hgext/convert/monotone.py
2019-02-03, by Pulkit Goyal
py3: add three new passing tests found by buildbot
2019-02-03, by Pulkit Goyal
py3: do a fsdecode(), fsencode() dance in posix.py
2019-02-03, by Pulkit Goyal
revert: add prompt before undeleting a file in -i (issue6008)
2019-02-03, by Taapas Agrawal
py3: add alternate output on Python 3
2019-02-02, by Gregory Szorc
py3: add Python 3 output for test-flagprocessor.t
2019-02-02, by Gregory Szorc
zeroconf: Python 3 porting of vendored library
2019-02-02, by Gregory Szorc
relnotes: more improvements
2019-01-22, by Anton Shestakov
py3: don't use universal_newlines in svnsubrepo
2019-02-02, by Yuya Nishihara
py3: remove unneeded fsencode() from gitsubrepo
2019-02-02, by Yuya Nishihara
debugcommands: add a debugpathcopies command
2019-01-25, by Martin von Zweigbergk
py3: record several more passes from the buildbot ratchet
2019-02-01, by Augie Fackler
grep: respect ui.relative-paths
2019-01-30, by Martin von Zweigbergk
grep: move writing of path outside of column loop
2019-01-30, by Martin von Zweigbergk
resolve: respect ui.relative-paths
2019-01-29, by Martin von Zweigbergk
merge: respect ui.relative-paths
2019-01-30, by Martin von Zweigbergk
histedit: add templating support to histedit's rule file generation
2019-01-29, by Augie Fackler
py3: account for demand import difference between Python versions
2019-02-01, by Gregory Szorc
tests: use unimported modules in test-demandimport.py
2019-02-01, by Gregory Szorc
py3: conditionalize test-demandimport.py for Python 3
2019-02-01, by Gregory Szorc
py3: replace print() with assert in test-demandimport.py
2019-02-01, by Gregory Szorc
py3: pass str into grp.getgrnam
2019-02-02, by Pulkit Goyal
montone: fix addition to list by using .append() instead of '+'
2019-01-30, by Pulkit Goyal
tests: give up and make setsockopt() calls optional in the output
2019-01-30, by Augie Fackler
py3: fix test-remotefilelog-repack.t
2019-01-31, by Augie Fackler
tests: alter email `From` line to a value that's consistently parsed
2019-01-30, by Augie Fackler
diff: drop duplicate filter of copies by destination
2019-01-31, by Martin von Zweigbergk
diff: use match.intersectmatchers()
2019-01-31, by Martin von Zweigbergk
tests: convert ParseError arguments to str on Python 3
2019-02-01, by Gregory Szorc
tests: quote $PYTHON for py3 support on Windows
2019-01-31, by Matt Harbison
py3: byteify the --retest path of run-tests.py
2019-01-31, by Matt Harbison
subrepo: clean up lingering bytes/str issues in svn support
2019-01-30, by Augie Fackler
tweakdefaults: set ui.relative-paths instead of command.status.relative
2019-01-30, by Martin von Zweigbergk
status: introduce higher-level ui.relative-paths
2019-01-29, by Martin von Zweigbergk
status: extract helper for producing relative or absolute path for UI
2019-01-29, by Martin von Zweigbergk
tags: avoid generating commit for an already deleted tag (issue5752)
2019-01-31, by Navaneeth Suresh
watchman: detect nested mercurial repositories and abort
2018-12-21, by Boris Feld
watchman: add verbose config knob
2018-12-21, by Boris Feld
extdiff: add --per-file and --confirm options
2019-01-29, by Ludovic Chabant
run-tests: sort the skip, failure and error lists in the final output
2019-01-30, by Matt Harbison
tests: add Python 3 output for test-remotefilelog-gc.t
2019-01-30, by Gregory Szorc
hg: raise Abort on invalid path
2019-01-30, by Gregory Szorc
subrepo: bytes/str cleanups on Git support
2019-01-30, by Augie Fackler
tests: compare against a bytes in test-lock.py
2019-01-30, by Gregory Szorc
tests: perform a shallow copy instead of a deep copy
2019-01-30, by Gregory Szorc
tests: make and use a new `svnurlof.py` helper for constructing svn urls
2019-01-30, by Augie Fackler
server: skip logging of ECONNRESET
2019-01-30, by Augie Fackler
git: a little pycompat.bytestring() love to make this code work in py3
2019-01-30, by Augie Fackler
py3: have test-revset2.t write test scripts in a more portable way
2019-01-24, by Augie Fackler
py3: fix up test-remotefilelog-cacheprocess.t to not depend on a repr
2019-01-30, by Augie Fackler
remotefilelog: cast division result to an int
2019-01-30, by Gregory Szorc
tests: cast division result to int
2019-01-30, by Gregory Szorc
tests: various Python 3 ports for test-remotefilelog-datapack.py
2019-01-30, by Gregory Szorc
tests: use items() in test-remotefilelog-datapack.py
2019-01-30, by Gregory Szorc
tests: use bytes and %d formatting in test-remotefilelog-datapack.py
2019-01-30, by Gregory Szorc
perf: add a --[no-]clear-caches option to `perfnodemap`
2019-01-28, by Boris Feld
perf: add a perfnodemap command
2019-01-25, by Boris Feld
wireprotov1server: use binascii.unhexlify
2019-01-30, by Gregory Szorc
tests: conditionalize test-http-bad-server.t for Python 3.5
2019-01-30, by Gregory Szorc
tests: log sendall() operations and port test-http-bad-server.t
2019-01-30, by Gregory Szorc
tests: glob away readline(-1)
2019-01-29, by Gregory Szorc
tests: change how sockets are closed
2019-01-30, by Gregory Szorc
tests: add b'' prefixes to badserverext.py
2019-01-30, by Gregory Szorc
hgweb: log error before attempting I/O
2019-01-30, by Gregory Szorc
tests: write commit message using file I/O
2019-01-29, by Gregory Szorc
patch: handle 0 context lines (diff.unified=0) when parsing patches
2019-01-28, by Kyle Lippincott
py3: pass str into RuntimeError() to prevent b'' in output
2019-01-30, by Pulkit Goyal
py3: use '%d' instead of '%s' for integers
2019-01-30, by Pulkit Goyal
tests: port test-hgweb-auth.py to Python 3
2019-01-29, by Augie Fackler
url: convert some variables back to bytes
2019-01-29, by Augie Fackler
url: add some defensive asserts on expected incoming types
2019-01-29, by Augie Fackler
changegroup: don't try to build changelog chunks if not required
2019-01-29, by Pulkit Goyal
changegroup: initialize the state variable a bit earlier
2019-01-29, by Pulkit Goyal
tests: conditionalize test output on Python 3.7
2019-01-26, by Gregory Szorc
hghave: add pyXY features for Python version numbers
2018-10-13, by Gregory Szorc
py3: whitelist couple more passing tests found by buildbot
2019-01-29, by Pulkit Goyal
keepalive: implement _close_conn() so closes are known
2019-01-26, by Gregory Szorc
lfs: explicitly add the Content-Length header when uploading blobs, for py3
2019-01-28, by Matt Harbison
perf: support looking up multiple revisions
2019-01-28, by Boris Feld
perf: add a no-lookup variant to perfindex
2019-01-25, by Boris Feld
perf: add some documentation to perfindex
2019-01-28, by Boris Feld
perf: move cache clearing in the `setup` step of `perfheads`
2019-01-25, by Boris Feld
revlog: document cext oddities in terms of object/caches
2019-01-25, by Boris Feld
perf: document perfheads
2019-01-25, by Boris Feld
py3: stabilize the output of lfs commandserver tests
2019-01-27, by Matt Harbison
py3: conditionalize some LFS test output
2019-01-27, by Matt Harbison
lfs: strip the response headers from the Batch API before printing
2019-01-27, by Matt Harbison
py3: force hgweb.server error log to internally write unicode
2019-01-27, by Matt Harbison
py3: byteify the decoded JSON responses upon receipt in the LFS blobstore
2019-01-27, by Matt Harbison
hgweb: ensure Content-Length and Content-Type are not promoted to HTTP_ on py3
2019-01-27, by Matt Harbison
py3: raw stringify various JSON and HTTP headers in the LFS blobstore module
2019-01-27, by Matt Harbison
py3: byteify the LFS blobstore module
2019-01-27, by Matt Harbison
py3: raw stringify various things in the LFS server module
2019-01-27, by Matt Harbison
py3: add b'' prefixes to the LFS server module
2019-01-27, by Matt Harbison
py3: add b'' and r'' prefixes to LFS tests
2019-01-27, by Matt Harbison
py3: more tests from the ratchet
2019-01-27, by Augie Fackler
dispatch: unify handler of IOError and OSError
2019-01-26, by Yuya Nishihara
dispatch: quote filename in IOError as well
2019-01-26, by Yuya Nishihara
dispatch: add inline comment about possible IOError subtypes
2019-01-26, by Yuya Nishihara
convert: print exception message directly
2019-01-26, by Gregory Szorc
crecord: always return a str from uihunk.__repr__
2019-01-26, by Gregory Szorc
tests: handles bytes/str mismatch in test-commit-interface-curses.t
2019-01-26, by Gregory Szorc
githelp: format with %d if an integer
2019-01-26, by Gregory Szorc
githelp: make argument parsing more compatible with Python 3
2019-01-26, by Gregory Szorc
tests: add b'' prefixes to flagprocessorext.py
2019-01-26, by Gregory Szorc
tests: add b'' to config file name
2019-01-26, by Gregory Szorc
sslutil: ensure serverhostname is bytes when formatting
2019-01-26, by Gregory Szorc
sslutil: use raw strings for exception reason compare
2019-01-26, by Gregory Szorc
keepalive: track ready state with a bool
2019-01-26, by Gregory Szorc
keepalive: use collections.defaultdict for host map
2019-01-26, by Gregory Szorc
statichttprepo: use str to appease Python 3
2019-01-26, by Gregory Szorc
statichttprepo: use URLError.reason directly
2019-01-26, by Gregory Szorc
mail: document behavior of Python 3
2019-01-26, by Gregory Szorc
notify: be more defensive aboute None values
2019-01-26, by Gregory Szorc
wireprotov2server: use our JSON encoder
2019-01-26, by Gregory Szorc
tests: add optional setsockopt() lines for Python 3
2019-01-25, by Gregory Szorc
diffstat: support filenames with whitespaces on renames
2019-01-26, by Navaneeth Suresh
largefiles: avoid walking full manifest
2019-01-21, by Martin von Zweigbergk
cleanup: use p1() instead of parents() when we only need the first parent
2019-01-25, by Martin von Zweigbergk
cleanup: use repo['.'] instead of repo[None].p1()
2019-01-25, by Martin von Zweigbergk
cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
2019-01-25, by Martin von Zweigbergk
branchmap: rename partial -> bcache
2019-01-21, by Martijn Pieters
context: delete mistaken comment about return value of renamed()
2019-01-21, by Martin von Zweigbergk
copies: get working copy parents from wctx, not dirstate, to make in-mem work
2019-01-15, by Martin von Zweigbergk
copies: pass contexts into _findlimit()
2019-01-15, by Martin von Zweigbergk
copies: consider nullrev a common ancestor
2019-01-15, by Martin von Zweigbergk
unshare: use context manager for locks
2019-01-17, by Martin von Zweigbergk
py3: new tests from the ratchet
2019-01-25, by Augie Fackler
dagop: check if stopdepth is greater than or equal to maxlogdepth
2019-01-26, by Anton Shestakov
revset: move dagop.maxlogdepth usage to generationsrel()
2019-01-26, by Anton Shestakov
test-revset: check that #generations[1:-1] doesn't result in any errors
2019-01-26, by Anton Shestakov
py3: fix a bytes/str mingling in test-install.t
2019-01-25, by Matt Harbison
tests: conditionalize Windows difference in test-dispatch.t
2019-01-25, by Matt Harbison
util: cast memoryview to bytes
2019-01-25, by Gregory Szorc
tests: add b'' prefixes to ui.configbool() call
2019-01-25, by Gregory Szorc
commands: check for modheads being None
2019-01-25, by Gregory Szorc
tests: add b'' when testing for tls1.2
2019-01-25, by Gregory Szorc
wireprotov2peer: make "received frame(...)" messages debug level
2019-01-25, by Gregory Szorc
tests: add optional setsockopt() output on Python 3
2019-01-25, by Gregory Szorc
wireprotov2peer: rewrite character traversal to use slices
2019-01-25, by Gregory Szorc
wireprotov2server: don't attempt to cast command name
2019-01-25, by Gregory Szorc
wireprotov2server: use pycompat.strkwargs when calling cachekeyfn
2019-01-25, by Gregory Szorc
diffstat: make --git work properly on renames (issue6025)
2019-01-17, by Navaneeth Suresh
cmdutil: drop obsolete comment about updating to '.'
2019-01-25, by Martin von Zweigbergk
mq: slightly simplify check for patched working copy
2019-01-24, by Martin von Zweigbergk
localrepo: slightly simplify check for removed parents in _rollback()
2019-01-24, by Martin von Zweigbergk
transplant: use bailifchanged() instead of reimplementing it
2019-01-24, by Martin von Zweigbergk
revpair: clarify check for empty revset
2019-01-24, by Martin von Zweigbergk
revpair: simplify revpair by always relying on smartset.first/last
2019-01-24, by Martin von Zweigbergk
grep: use set instead of dict with dummy value
2019-01-18, by Martin von Zweigbergk
grep: don't look up copy info unless --follow is given
2018-09-06, by Martin von Zweigbergk
hghave: let OSError with ENOENT through like any other
2019-01-17, by Martin von Zweigbergk
cleanup: delete lots of unused local variables
2019-01-17, by Martin von Zweigbergk
localrepo: use context manager for lock and transaction in commitctx()
2018-09-24, by Martin von Zweigbergk
localrepo: use context manager for locks in commit()
2019-01-16, by Martin von Zweigbergk
localrepo: use context manager for transaction in commit()
2019-01-16, by Martin von Zweigbergk
commit: print "commit message saved in" message also if bookmark update fails
2019-01-16, by Martin von Zweigbergk
remotefilelog: remove pointless return statement from constructor
2019-01-17, by Martin von Zweigbergk
revset: support ranges in #generations relation
2019-01-15, by Anton Shestakov
tests: fix module-import warnings in test-update-atomic.t
2019-01-24, by Pulkit Goyal
py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t
2019-01-18, by Pulkit Goyal
py3: add b'' prefixes in tests/test-lfs-serve.t
2019-01-18, by Pulkit Goyal
py3: add b'' prefixes in doc/check-seclevel.py
2019-01-24, by Pulkit Goyal
tests: remove some over-globbing in test-dispatch.t
2019-01-24, by Augie Fackler
py3: port test-parseindex.t to Python 3
2019-01-24, by Augie Fackler
py3: almost fix test-trusted.py
2019-01-24, by Augie Fackler
merge with stable
2019-01-25, by Yuya Nishihara
py3: fix test-update-atomic.t
2019-01-24, by Augie Fackler
py3: fix test-newcgi.t
2019-01-24, by Augie Fackler
py3: fix up test-encoding-align.t for python3
2019-01-24, by Augie Fackler
py3: these two casefolding tests pass for me on my Mac
2019-01-24, by Augie Fackler
py3: port test-bugzilla.t to Python 3
2019-01-24, by Augie Fackler
uncommit: set dirstateparents from within _fixdirstate()
2019-01-20, by Martin von Zweigbergk
unamend: fix unamending of renamed rename
2019-01-20, by Martin von Zweigbergk
uncommit: mark old node obsolete after updating dirstate
2019-01-20, by Martin von Zweigbergk
unamend: import "copies" module as "copiesmod" to avoid shadowing
2019-01-18, by Martin von Zweigbergk
tests: add more tests of uncommit/unamend with copies
2019-01-18, by Martin von Zweigbergk
tests: clean up after each test in test-unamend.t
2019-01-18, by Martin von Zweigbergk
cleanup: use clang-tidy to add missing {} around one-line statements
2019-01-24, by Augie Fackler
py3: port test-batching.py to python3
2019-01-24, by Augie Fackler
py3: fix missing b prefixes in test-arbitraryfilectx.t
2019-01-24, by Augie Fackler
py3: add missing b prefixes in test-acl.t
2019-01-24, by Augie Fackler
py3: buildbot found more passing tests, thanks to indygreg for most of them
2019-01-24, by Augie Fackler
tests: drop a duplicate definition of a constant
2019-01-16, by Martin von Zweigbergk
tests: support URL quoting on Python 3
2019-01-23, by Gregory Szorc
tests: write directly to stdout to avoid b'' prefixes
2019-01-23, by Gregory Szorc
tests: handle string escaping/encoding on Python 3
2019-01-23, by Gregory Szorc
convert: use raw strings for XML strings
2019-01-23, by Gregory Szorc
tests: normalize XML values to bytes
2019-01-23, by Gregory Szorc
hgweb: ensure template mapping keys are bytes
2019-01-23, by Gregory Szorc
remotefilelog: use %d to format an int
2019-01-22, by Gregory Szorc
tests: use bytes for file I/O
2019-01-22, by Gregory Szorc
tests: make filenames bytes for Python 3
2019-01-22, by Gregory Szorc
tests: use assertEqual()
2019-01-22, by Gregory Szorc
tests: add setsockopt() output on Python 3
2019-01-22, by Gregory Szorc
hgweb: don't use raw string for session vars
2019-01-22, by Gregory Szorc
tests: normalize to bytes in test-install.t
2019-01-22, by Gregory Szorc
config: reject str sections and keys on Python 3
2019-01-22, by Gregory Szorc
tests: add size and hash for Python 3
2019-01-22, by Gregory Szorc
httppeer: use %s for formatting
2019-01-22, by Gregory Szorc
tests: add b'' to notcapable
2019-01-22, by Gregory Szorc
tests: add b'' to test-missing-capability.t
2019-01-22, by Gregory Szorc
fuzz: exercise more of the lazymanifest code
2019-01-22, by Augie Fackler
fuzz: restrict manifest input size
2019-01-22, by Augie Fackler
fuzz: exercise more of the revlog API
2019-01-22, by Augie Fackler
fuzz: don't allow enormous revlog inputs either
2019-01-22, by Augie Fackler
merge with stable
2019-01-22, by Martin von Zweigbergk
Added signature for changeset 4ea21df312ec
stable
2019-03-19, by Augie Fackler
Added tag 4.9.1 for changeset 4ea21df312ec
stable
2019-03-19, by Augie Fackler
record: prevent commits that don't pick up dirty subrepo changes (issue6102)
stable
4.9.1
2019-03-16, by Matt Harbison
test-https: add some more known failure messages of client certs (issue6030)
stable
2019-03-17, by Yuya Nishihara
test-https: turn off system OpenSSL configuration
stable
2019-03-17, by Yuya Nishihara
rebase: add missing dashes in help text
stable
2019-02-23, by Manuel Jacob
test: stabilize bundle generation for test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: don't trust delta bases from the bundle in test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: update test-sparse-revlog.t output
stable
2019-02-24, by Pierre-Yves David
tests: add a missing abort exit code on Windows in test-audit-subrepo.t
stable
2019-02-20, by Matt Harbison
subrepo: add test for Windows relative-ish path with drive letter
stable
2019-02-07, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip