Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+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.
tests: merge 'test-push-validation.t' into 'test-push.t'
2016-11-03, by Pierre-Yves David
test: rename 'test-push-r.t' to 'test-push.t'
2016-11-03, by Pierre-Yves David
tests: simplify command script in 'test-push-r.t'
2016-11-03, by Pierre-Yves David
py3: use encoding.environ in ui.py
2016-11-03, by Pulkit Goyal
py3: make scmposix.userrcpath() return bytes
2016-11-03, by Pulkit Goyal
adjustlinkrev: remove unnecessary parameters
2016-11-01, by Jun Wu
repair: make strip() return backup file path
2016-10-31, by Martin von Zweigbergk
rebase: check for conflicts before continuing
2016-11-02, by timeless
cmdutil: refactor checkunresolved
2016-11-02, by timeless
rebase: rename merge to mergemod
2016-11-02, by timeless
context: make sure __str__ works, also when there is no _changectx
2015-03-19, by Mads Kiilerich
largefiles: clarify variable name holding file mode
2016-10-18, by Mads Kiilerich
changegroup: use changelogrevision()
2016-11-01, by Gregory Szorc
changegroup: cache changelog and manifestlog outside of loop
2016-11-01, by Gregory Szorc
make: targets for building packages for ubuntu yakkety
2016-11-01, by Gregory Szorc
util: put compression code next to each other
2016-10-15, by Gregory Szorc
hgweb: make log streams compatible with command server
2014-06-28, by Yuya Nishihara
cmdserver: write channel header and payload by a single write() call
2016-02-29, by Yuya Nishihara
histedit: use ui.fin to read commands from stdin
2016-03-18, by Yuya Nishihara
convert: have debugsvnlog obtain standard streams from ui
2015-10-03, by Yuya Nishihara
convert: remove superfluous setbinary() calls from debugsvnlog
2015-10-03, by Yuya Nishihara
tests: explicitly use ls profiler
2016-08-17, by Gregory Szorc
statprof: pass data structure to display functions
2016-11-01, by Gregory Szorc
statprof: use print function
2016-08-14, by Gregory Szorc
statprof: use absolute_imports
2016-11-01, by Gregory Szorc
statprof: require paths to save or load profile data
2016-08-14, by Gregory Szorc
statprof: fix flake8 warnings
2016-08-14, by Gregory Szorc
statprof: vendor statprof.py
2016-11-01, by Gregory Szorc
merge with stable
2016-11-01, by Augie Fackler
Added signature for changeset e69874dc1f4e
stable
2017-01-04, by Kevin Bullock
Added tag 4.0.2 for changeset e69874dc1f4e
stable
2017-01-04, by Kevin Bullock
i18n-ja: synchronized with 5f33116cd787
stable
4.0.2
2016-12-31, by FUJIWARA Katsunori
posix: make poll() restart on interruption by signal (issue5452)
stable
2016-12-22, by Yuya Nishihara
demandimport: do not raise ImportError for unknown item in fromlist
stable
2016-12-19, by Yuya Nishihara
hgweb: add missing slash to file log url in rss style
stable
2016-12-08, by Anton Shestakov
Added signature for changeset b3b1ae98f6a0
stable
2016-12-01, by Kevin Bullock
Added tag 4.0.1 for changeset b3b1ae98f6a0
stable
2016-12-01, by Kevin Bullock
i18n-pt_BR: synchronized with 819f96b82fa4
stable
4.0.1
2016-11-25, by Wagner Bruna
shelve: add missing space in help text
stable
2016-11-14, by Mads Kiilerich
scmutil: ignore EPERM at os.utime, which avoids ambiguity at closing
stable
2016-11-13, by FUJIWARA Katsunori
vfs: ignore EPERM at os.utime, which avoids ambiguity at renaming (issue5418)
stable
2016-11-13, by FUJIWARA Katsunori
util: add utility function to skip avoiding file stat ambiguity if EPERM
stable
2016-11-13, by FUJIWARA Katsunori
hgweb: cache fctx.parents() in annotate command (issue5414)
stable
2016-11-05, by Gregory Szorc
Added signature for changeset eab274469952
stable
2016-11-01, by Augie Fackler
Added tag 4.0 for changeset eab274469952
stable
2016-11-01, by Augie Fackler
merge with i18n
stable
4.0
2016-11-01, by Kevin Bullock
i18n-ja: synchronized with 69ffbbe73dd0
stable
2016-11-01, by FUJIWARA Katsunori
tag: clarify warning about making a tag on a branch head
stable
2016-10-31, by Nathan Goldbaum
contrib: check reference to old selenic.com domain
stable
2016-11-01, by FUJIWARA Katsunori
check-code: discard filtering result of previous check for independence
stable
2016-11-01, by FUJIWARA Katsunori
help: replace selenic.com by mercurial-scm.org in man pages
stable
2016-11-01, by FUJIWARA Katsunori
help: replace selenic.com by mercurial-scm.org in command examples
stable
2016-11-01, by FUJIWARA Katsunori
hghave: fix 'rmcwd' to ensure temporary directory is removed
stable
2016-11-01, by Yuya Nishihara
httppeer: make __del__ access to self.urlopener more safe
stable
2016-10-31, by Mads Kiilerich
tests: test preserving execbit changes at amending only on execbit platform
stable
2016-10-30, by FUJIWARA Katsunori
tests: put temporary file outside the working directory for test portability
stable
2016-10-30, by FUJIWARA Katsunori
tests: avoid quoting of commit messages for test portability
stable
2016-10-30, by FUJIWARA Katsunori
tests: use basic format code "%Y" instead of "%s" for test portability
stable
2016-10-30, by FUJIWARA Katsunori
tests: add test-commit-interactive-curses.t "require tic" for test portability
stable
2016-10-29, by FUJIWARA Katsunori
tests: use "?" to glob both ":" and ";" in output for test portability
stable
2016-10-29, by FUJIWARA Katsunori
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip