Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
files: respect ui.relative-paths
2019-01-29, by Martin von Zweigbergk
config: introduce a new value for ui.relative-paths getting old behavior
2019-02-01, by Martin von Zweigbergk
py3: use pycompat.bytestr() on extra values because it can be int
2019-02-05, by Pulkit Goyal
py3: add some b'' prefixes in hgext/convert/monotone.py
2019-02-05, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2019-02-05, by Pulkit Goyal
py3: add 1 new passing test found by buildbot
2019-02-05, by Pulkit Goyal
merge: don't unnecessarily calculate absolute path
2019-02-04, by Martin von Zweigbergk
merge: don't unnecessarily calculate backup path
2019-02-04, by Martin von Zweigbergk
largefiles: drop "rel" prefix from filename variables
2019-02-03, by Martin von Zweigbergk
branchmap: add some clarifications and clean up flow
2019-01-21, by Martijn Pieters
branchmap: updating triggers a write
2019-01-21, by Martijn Pieters
branchmap: make branchcache responsible for reading
2019-01-21, by Martijn Pieters
attr: make some docstrings raw strings
2019-02-04, by Gregory Szorc
revset: leverage getintrange() helper in relation-subscript operation (API)
2019-01-27, by Yuya Nishihara
revset: allow to parse single integer as a range
2019-01-27, by Yuya Nishihara
revset: extract a helper to parse integer range
2019-01-27, by Yuya Nishihara
commit: if interactive, look elsewhere for whitespace settings (BC)
2019-01-31, by Kyle Lippincott
diff: when looking for diff configs, support a configurable prefix
2019-01-31, by Kyle Lippincott
config: extract diff-related coreconfigitem()s to a helper method
2019-01-31, by Kyle Lippincott
commit: ignore diff whitespace settings when doing `commit -i` (issue5839)
2019-01-28, by Kyle Lippincott
tests: add syntax warnings on Python 3.8 in python-zstandard
2019-02-04, by Gregory Szorc
check-py3-compat: manually format and print warnings
2019-02-04, by Gregory Szorc
check-py3-compat: provide filename to ast.parse()
2019-02-04, by Gregory Szorc
doc: escape backslash
2019-02-04, by Gregory Szorc
testparseutil: escape backslash in docstring
2019-02-04, by Gregory Szorc
tests: use raw strings in test-help.t
2019-02-04, by Gregory Szorc
tests: escape backslash in makepatch.py inline file
2019-02-04, by Gregory Szorc
tests: use raw strings in test-cbor.py
2019-02-04, by Gregory Szorc
showstack: use raw docstring
2019-02-04, by Gregory Szorc
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
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip