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.
phabricator: make user searches case-insensitive
2019-02-11, by Julien Cristau
exchange: raise error.Abort instead of ValueError
2019-02-15, by Gregory Szorc
tests: remove -q from test-lfs-serve.t
2019-02-15, by Gregory Szorc
chistedit: use magenta for current line as in crecord (issue6071)
2019-02-13, by Jordi Gutiérrez Hermoso
chistedit: improve proper username in histedit curses interface
2019-02-14, by Akshit Jain
crecord: remove obsolete version check
2019-02-14, by Jordi Gutiérrez Hermoso
histedit: remove "chistedit" mention from interface
2019-02-13, by Jordi Gutiérrez Hermoso
revset: improve documentation on expectsize()
2019-02-13, by Navaneeth Suresh
scmutil: fix a comment that doesn't match the code
2019-02-13, by Martin von Zweigbergk
remotefilelog: remove strkwargs()
2019-02-14, by Gregory Szorc
remotefilelog: use raw strings when looking for variable names
2019-02-13, by Gregory Szorc
rust-cpython: binding for headrevs()
2019-01-10, by Georges Racinet
rust-cpython: moved py_set() utility to conversion module
2019-01-16, by Georges Racinet
rust: translated random test of missingancestors
2018-12-02, by Georges Racinet
debugpathcopies: fix typo in synopsis
2019-02-12, by Martin von Zweigbergk
debugrename: don't require at least one path
2019-02-12, by Martin von Zweigbergk
revlog: use iterbytestr()
2019-02-12, by Gregory Szorc
commit: respect ui.relative-paths
2019-02-10, by Martin von Zweigbergk
resolve: slightly simplify join expression by joining with empty strings
2019-02-10, by Martin von Zweigbergk
resolve: respect ui.relative-paths also for warning messages
2019-02-10, by Martin von Zweigbergk
addremove: respect ui.relative-paths
2019-02-11, by Martin von Zweigbergk
windows: use util.localpath for repo-relative paths in getuipathfn()
2019-02-11, by Martin von Zweigbergk
walkchangerevs: obey allfiles parameter when taking the slow path
2019-02-12, by Jordi Gutiérrez Hermoso
test: stabilize test-wireproto-exchangev2.t flaky output
2019-02-08, by Boris Feld
zsh: fix `hg resolve` completion when in a subdirectory (issue6067)
2019-02-04, by Kyle Lippincott
revset: add expectsize to check the size of a set
2019-02-03, by Navaneeth Suresh
merge with stable
2019-02-11, by Augie Fackler
branchmap: decode a label only once
2019-02-11, by Pulkit Goyal
branchmap: move __init__ up in branchcache class
2019-02-11, by Pulkit Goyal
match: delete unused root and cwd arguments from {always,never,exact}() (API)
2019-02-09, by Martin von Zweigbergk
match: delete unused root and cwd arguments to constructors (API)
2019-02-10, by Martin von Zweigbergk
dirstate: call and cache os.getcwd() in constructor
2019-02-10, by Martin von Zweigbergk
cleanup: prefer matchmod.{always,never}() over accessing matchers directly
2019-02-10, by Martin von Zweigbergk
match: allow passing in badfn to always() and never()
2019-02-10, by Martin von Zweigbergk
py3: use raw strings and %d for formatting
2019-02-10, by Gregory Szorc
diff: make --stat respect ui.relative-paths
2019-01-31, by Martin von Zweigbergk
match: delete unused argument "listsubrepos" from _buildmatch()
2019-02-09, by Martin von Zweigbergk
match: delete unused rel() (API)
2019-02-09, by Martin von Zweigbergk
largefiles: get cwd and relative paths from repo instead of matcher
2019-02-09, by Martin von Zweigbergk
scmutil: remove special handling of pats==("",) in matchandpats() (API)
2019-02-09, by Martin von Zweigbergk
scmutil: respect ui.relative-paths in default match.badfn
2019-02-08, by Martin von Zweigbergk
cmdutil: migrate previously missed instances to uipathfn
2019-02-08, by Martin von Zweigbergk
cat: respect ui.relative-paths for "skipping missing subrepository"
2019-02-08, by Martin von Zweigbergk
addremove: use uipathfn instead of m.rel() for recorded similatity message
2019-02-08, by Martin von Zweigbergk
forget: use relative paths for --interactive
2019-02-07, by Martin von Zweigbergk
automv: respect ui.relative-paths
2019-02-08, by Martin von Zweigbergk
debugwalk: avoid match.rel() and use repo.pathto() instead
2019-02-08, by Martin von Zweigbergk
match: delete unused abs() (API)
2019-02-08, by Martin von Zweigbergk
copy: respect ui.relative-paths in copy/rename
2019-02-08, by Martin von Zweigbergk
match: delete unused uipath() and _uipathrelative (API)
2019-02-08, by Martin von Zweigbergk
diff: respect ui.relative-paths for warning about path outside --root
2019-02-08, by Martin von Zweigbergk
largefiles: use uipathfn instead of match.{rel,uipath}() (API)
2019-02-07, by Martin von Zweigbergk
forget: pass around uipathfn and use instead of m.rel() (API)
2019-02-08, by Martin von Zweigbergk
addremove: pass around uipathfn and use instead of m.uipath() (API)
2019-02-07, by Martin von Zweigbergk
remove: pass around uipathfn and use instead of m.rel() (API)
2019-02-07, by Martin von Zweigbergk
add: pass around uipathfn and use instead of m.rel() (API)
2019-02-07, by Martin von Zweigbergk
subrepo: (mostly) use relative path in "skipping missing subrepository"
2019-02-08, by Martin von Zweigbergk
subrepo: use relative path for "already tracked" message
2019-02-08, by Martin von Zweigbergk
diff: make `hg diff --root=subrepo` work
2019-02-06, by Martin von Zweigbergk
patch: replace "prefix" and "relroot" arguments by "pathfn" (API)
2019-02-06, by Martin von Zweigbergk
test: use `printenv.py --line` in `test-static-http.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-ssh.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-ssh-bundle1.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-push-http.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-https.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-http-bundle1.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-hook.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-bundle2-multiple-changegroups.t`
2019-02-09, by Boris Feld
test: use `printenv.py --line` in `test-bundle.t`
2019-02-09, by Boris Feld
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip