Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
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
Added signature for changeset 83377b4b4ae0
stable
2019-02-01, by Augie Fackler
Added tag 4.9 for changeset 83377b4b4ae0
stable
2019-02-01, by Augie Fackler
subrepo: reject potentially unsafe subrepo paths (BC) (SEC)
stable
4.9
2019-01-08, by Yuya Nishihara
subrepo: prohibit variable expansion on creation of hg subrepo (SEC)
stable
2019-01-08, by Yuya Nishihara
subrepo: extend path auditing test to include more weird patterns (SEC)
stable
2019-01-08, by Yuya Nishihara
copyright: update to 2019
stable
2019-01-31, by Anton Shestakov
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
revlog: make sure we never use sparserevlog without general delta (issue6056)
stable
2019-01-24, by Boris Feld
sparserevlog: document the config option
stable
2019-01-30, by Boris Feld
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip