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.
debugignore: respect ui.relative-paths
2019-02-07, by Martin von Zweigbergk
annotate: respect ui.relative-paths for "binary file" message
2019-02-08, by Martin von Zweigbergk
remotefilelog: replace matchandpats() by match()
2019-02-08, by Martin von Zweigbergk
blackbox: test that track=* works to log everything
2019-01-31, by Kyle Lippincott
blackbox: test that unsetting track disables blackbox logging
2019-01-31, by Kyle Lippincott
subrepo: adjust subrepo prefix before calling subrepo.archive() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.diff() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.addremove() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.add() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.forget() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: adjust subrepo prefix before calling subrepo.removefiles() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: avoid calculating subrepo prefix twice for cat() (API)
2019-02-07, by Martin von Zweigbergk
py3: make sure __repr__ returns str
2019-02-07, by Pulkit Goyal
py3: use bytes.startswith() instead of comparing with bytes[0]
2019-02-07, by Pulkit Goyal
match: remove unused "exact" argument (API)
2019-02-08, by Martin von Zweigbergk
tests: replace match.match(exact=True) by match.exact()
2019-02-08, by Martin von Zweigbergk
patch: accept second matcher that applies only to copy sources (API)
2019-02-06, by Martin von Zweigbergk
patch: let caller pass in root-filtering matcher (API)
2019-02-06, by Martin von Zweigbergk
patch: pass in context objects into diffhunks() (API)
2019-02-06, by Martin von Zweigbergk
convert: handle exec bit removal while converting to svn
2019-02-07, by Nikita Slyusarev
convert: handle empty intial commits while converting to svn
2019-02-07, by Nikita Slyusarev
branchmap: encapsulate cache updating in the map itself
2019-01-21, by Martijn Pieters
tests: fix regression tests failing on CentOS 7
stable
2019-02-07, by Mathias De Mare
packaging: modify rc detection to work with X.Yrc instead of X.Y-rc
stable
2019-02-07, by Mathias De Mare
context: replace repeated "self._repo.dirstate" by "ds" variable
2019-02-07, by Martin von Zweigbergk
context: delete unused undelete()
2019-02-07, by Martin von Zweigbergk
diffordiffstat: avoid looking up contexts twice
2019-02-06, by Martin von Zweigbergk
fsmonitor: rename new verbose config knob
2019-02-07, by Boris Feld
tests: stabilize test-extdiff.t on Windows
2019-02-06, by Matt Harbison
lfs: disable all authentication except Basic for HTTP(S) connections
2019-02-06, by Matt Harbison
locate: respect ui.relative-paths
2019-01-30, by Martin von Zweigbergk
revert: respect ui.relative-paths
2019-02-05, by Martin von Zweigbergk
scmutil: delete now-unused origpath() (API)
2019-02-05, by Martin von Zweigbergk
subrepo: migrate to scmutil.backuppath()
2019-02-05, by Martin von Zweigbergk
resolve: migrate to scmutil.backuppath()
2019-02-04, by Martin von Zweigbergk
merge: migrate to scmutil.backuppath()
2019-02-04, by Martin von Zweigbergk
filemerge: migrate to scmutil.backuppath()
2019-02-04, by Martin von Zweigbergk
mq: migrate to scmutil.backuppath()
2019-02-04, by Martin von Zweigbergk
largefiles: migrate to scmutil.backuppath()
2019-02-04, by Martin von Zweigbergk
revert: migrate to scmutil.backuppath()
2019-02-05, by Martin von Zweigbergk
shelve: fix broken backup of conflicting untracked file
2019-02-04, by Martin von Zweigbergk
scmutil: introduce a new backuppath() to replace origpath()
2019-02-04, by Martin von Zweigbergk
tests: demonstrate broken unshelve when backing up untracked file
2019-02-04, by Martin von Zweigbergk
subrepo: always show relative path to .orig backup
2019-02-06, by Martin von Zweigbergk
mq: always show relative path to .orig backup
2019-02-06, by Martin von Zweigbergk
revert: always show relative path to .orig backup
2019-02-06, by Martin von Zweigbergk
py3: ensure the HTTP password manager returns strings, not bytes
2019-02-05, by Matt Harbison
tests: enable HTTP digest testing
2019-02-05, by Matt Harbison
wsgiheaders: make sure __repr__() returns a string
2019-02-05, by Matt Harbison
tests: add code to handle HTTP digests on the server side
2019-02-05, by Matt Harbison
run-tests: allow spaces in the --view tool
2019-02-05, by Matt Harbison
tests: extract the http server authentication extension to a single module
2019-02-05, by Matt Harbison
extdiff: support tools that can be run simultaneously
2019-02-02, by Ludovic Chabant
subrepo: avoid false unsafe path detection on Windows
stable
2019-02-05, by Matt Harbison
largefiles: use wrappedfunction() in overriderevert()
2019-02-05, by Martin von Zweigbergk
largefiles: use wrappedfunction() for "normal files match" in overridecopy()
2019-02-05, by Martin von Zweigbergk
largefiles: use wrappedfunction() for match() override in overridecopy()
2019-02-05, by Martin von Zweigbergk
largefiles: use wrappedfunction() for util.copyfile() override
2019-02-05, by Martin von Zweigbergk
largefiles: use wrappedfunction() for matchandpats() override in overridelog()
2019-02-05, by Martin von Zweigbergk
status: if ui.relative-paths=no, don't use relative paths even with patterns
2019-02-01, by Martin von Zweigbergk
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip