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
-60
+60
+100
+300
+1000
+3000
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.
inno: correct the path display in a literal block of the readme
2019-07-16, by Matt Harbison
copies: remove unnecessary override of p[12]copies() in workingctx
2019-07-15, by Martin von Zweigbergk
tests: properly position conditional output on Windows in test-subrepo.t
2019-07-12, by Matt Harbison
abort: removed labels argument from abortmerge()
2019-07-11, by Taapas Agrawal
py3: source-transform only call-sites of iteritems(), not definitions
2019-07-12, by Martin von Zweigbergk
py3: fix formatting of branchmap log messages with repo.filtername=None
2019-07-14, by Martin von Zweigbergk
automation: correct the path separator in LIBPATH on Windows
2019-07-14, by Matt Harbison
abort: added support for merge
2019-06-30, by Taapas Agrawal
abort: added support for unshelve
2019-06-26, by Taapas Agrawal
unshelve: changed Corruptedstate error msg from ui.warn to error.Abort
2019-07-10, by Taapas Agrawal
mq: fix for merge detection methods
2019-06-20, by Taapas Agrawal
py3: store _origdoc as str
2019-07-09, by Martin von Zweigbergk
copies: follow copies across merge base without source file (issue6163)
2019-06-28, by Martin von Zweigbergk
copies: filter invalid copies only at end of pathcopies() (issue6163)
2019-06-25, by Martin von Zweigbergk
copies: inline _chainandfilter() to prepare for next patch
2019-06-25, by Martin von Zweigbergk
copies: remove most early returns from pathcopies() and _forwardcopies()
2019-06-25, by Martin von Zweigbergk
copies: move short-circuiting of dirstate copies out of _forwardcopies()
2019-06-28, by Martin von Zweigbergk
tests: add more tests of copy tracing with removed and re-added files
2019-06-21, by Martin von Zweigbergk
tests: split out tests for unrelated copy source/target into separate file
2019-07-01, by Martin von Zweigbergk
subrepos: make last line of prompts <40 english chars (issue6158)
2019-06-24, by Kyle Lippincott
largefiles: make last line of prompts <40 english chars (issue6158)
2019-06-24, by Kyle Lippincott
rust-dirstate: add helper to iterate ancestor paths
2019-06-30, by Yuya Nishihara
tests: update test-commit-interactive.t for no-execbit platforms
2019-07-09, by Matt Harbison
abort: added support for histedit
2019-06-28, by Taapas Agrawal
abort: added support for rebase
2019-06-23, by Taapas Agrawal
abort: added support for graft
2019-06-23, by Taapas Agrawal
abort: added logic for of hg abort
2019-06-23, by Taapas Agrawal
merge with stable
2019-07-09, by Augie Fackler
merge: disallow merge abort in case of an unfinished operation (issue6160)
2019-07-09, by Taapas Agrawal
relnotes: document new range-select mechanism in crecord
2019-07-08, by Kyle Lippincott
statecheck: updated docstrings related to afterresolvedstates
2019-07-05, by Taapas Agrawal
extdata: avoid crashing inside subprocess when we get a revset parse error
2019-07-08, by Augie Fackler
extdata: demonstrate bad behavior when a subprocess emits garbage
2019-07-08, by Augie Fackler
py3: don't run source transformer on hgext3rd (extensions)
2019-07-07, by Martin von Zweigbergk
crecord: provide 'X' as a range-select mechanism
2019-07-08, by Kyle Lippincott
crecord: make KEY_ENTER usable in tests (by not updating UI)
2019-07-08, by Kyle Lippincott
crecord: fix if -> elif when handling key presses
2019-07-08, by Kyle Lippincott
crecord: add "x" alias for space, remove test-only "TOGGLE" alias
2019-07-08, by Kyle Lippincott
crecord: stop using test-only "X" as alternative for "c"
2019-07-08, by Kyle Lippincott
graft: moved abortgraft and readgraft to cmdutil
2019-07-06, by Taapas Agrawal
cleanup: use named constants for second arg to .seek()
2019-06-20, by Augie Fackler
patch: use a short, fixed-size message for last line of prompt (issue6158)
2019-06-20, by Kyle Lippincott
filemerge: make last line of prompts <40 english chars (issue6158)
2019-06-20, by Kyle Lippincott
Added signature for changeset 97ada9b8d51b
stable
2019-07-09, by Augie Fackler
Added tag 5.0.2 for changeset 97ada9b8d51b
stable
2019-07-09, by Augie Fackler
posix: always seek to EOF when opening a file in append mode
stable
5.0.2
2019-07-08, by Augie Fackler
tweakdefaults: make hg resolve require --re-merge flag to re-merge
2019-07-06, by Valentin Gatien-Baron
unshelve: rename _dounshelve() to dounshelve()
2019-07-04, by Navaneeth Suresh
rust: remove Deref in favor of explicit methods
2019-07-01, by Raphaël Gomès
rust: simplify overly complicated expression
2019-07-01, by Raphaël Gomès
rust: run rfmt on all hg-core/hg-cpython code
2019-07-01, by Raphaël Gomès
move: --force flag forcibly moves, not copies
stable
2019-07-03, by Anton Shestakov
copy: correct synopsis by making SOURCE a required argument
stable
2019-07-03, by Anton Shestakov
debugrevlog: fix average size computation for empty data (issue6167)
stable
2019-07-02, by Pierre-Yves David
changelog: fix handling of empty copy entries in changeset
2019-07-01, by Martin von Zweigbergk
relnotes: document the new --force-close-branch flag
2019-06-30, by Sushil khanchi
py3: hack around inconsistency of type of name passed to DNSQuestion
2019-06-11, by Pulkit Goyal
py3: add r'' prefixes and do ('%d' % int) instead of str(int)
2019-06-11, by Pulkit Goyal
zeroconf: port to Python 3
2019-02-02, by Gregory Szorc
copies: return only path from _tracefile() since that's all caller needs
2019-06-28, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip