Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
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.
bundle2-push: extract changegroup logic in its own function
2014-07-02, by Pierre-Yves David
bundle2: call _pushbundle2extraparts a bit sooner
2014-07-02, by Pierre-Yves David
templatekw: add 'subrepos' keyword to show updated subrepositories
2014-07-15, by FUJIWARA Katsunori
templatekw: add 'currentbookmark' keyword to show current bookmark easily
2014-07-15, by FUJIWARA Katsunori
context: extend efficient manifest filtering to when all paths are files
2014-07-16, by Siddharth Agarwal
revset: remove no longer used _missingancestors revset
2014-07-12, by Siddharth Agarwal
revset: replace _missingancestors optimization with only revset
2014-07-12, by Siddharth Agarwal
tags: introduce _readtaghist function
2014-06-28, by Angel Ezquerra
subrepo: ensure "close()" execution at the end of "_initrepo()"
2014-06-20, by FUJIWARA Katsunori
subrepo: add test whether "[paths]" is configured correctly at subrepo creation
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "close()" execution at the end of "_cachestorehash()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "close()" execution at the end of "_readstorehashcache()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "close()" execution at the end of "_calcfilehash()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"
2014-06-20, by FUJIWARA Katsunori
subrepo: ensure "lock.release()" execution at the end of "storeclean()"
2014-06-20, by FUJIWARA Katsunori
largefiles: confirm existence of outgoing largefile entities in remote store
2014-07-07, by FUJIWARA Katsunori
largefiles: show also how many data entities are outgoing at "hg outgoing"
2014-07-07, by FUJIWARA Katsunori
largefiles: show also how many data entities are outgoing at "hg summary"
2014-07-07, by FUJIWARA Katsunori
largefiles: add tests for summary/outgoing improved in subsequent patches
2014-07-07, by FUJIWARA Katsunori
context: generate filtered manifest efficiently for exact matchers
2014-07-12, by Siddharth Agarwal
manifestdict: add a new method to intersect with a set of files
2014-07-12, by Siddharth Agarwal
log: use an exact matcher for --patch --follow
2014-07-12, by Siddharth Agarwal
merge with stable
2014-07-16, by Matt Mackall
log: make --patch --follow work inside a subdirectory
stable
2014-07-12, by Siddharth Agarwal
mergetools: add --nofork option to gvimdiff.diffargs for extdiff
2014-07-12, by Yuya Nishihara
contrib/vagrant: use Vagrant for running tests on virtual machine
2014-07-05, by anatoly techtonik
merge with stable
2014-07-14, by Matt Mackall
log: allow revset for --follow to be lazily evaluated
2014-07-12, by Siddharth Agarwal
parsers: remove unused getintat function
2014-07-14, by Siddharth Agarwal
revset: maintain ordering when subtracting from a baseset (issue4289)
2014-07-14, by Matt Mackall
cmdutil: separate building commit text from 'commitforceeditor'
2014-07-15, by FUJIWARA Katsunori
convert: detect removal of ".gitmodules" at git source revisions correctly
stable
2014-07-14, by FUJIWARA Katsunori
templates: escape NUL bytes in jsonescape (issue4303)
stable
2014-07-14, by Matt Mackall
localrepo: document localrepo.hook()
2014-07-12, by Gregory Szorc
filemerge: use 'util.ellipsis' to trim custom conflict markers correctly
2014-07-06, by FUJIWARA Katsunori
filemerge: use only the first line of the generated conflict marker for safety
2014-07-06, by FUJIWARA Katsunori
progress: use 'encoding.colwidth' to get column width of items correctly
2014-07-06, by FUJIWARA Katsunori
progress: use 'encoding.trim' to trim items in output line correctly
2014-07-06, by FUJIWARA Katsunori
encoding: add 'leftside' argument into 'trim' to switch trimming side
2014-07-06, by FUJIWARA Katsunori
progress: use 'encoding.colwidth' to get column width of output line correctly
2014-07-06, by FUJIWARA Katsunori
progress: use 'encoding.trim' to trim output line correctly
2014-07-06, by FUJIWARA Katsunori
histedit: use 'util.ellipsis' to trim description of each changesets
2014-07-06, by FUJIWARA Katsunori
util: replace 'ellipsis' implementation by 'encoding.trim'
2014-07-06, by FUJIWARA Katsunori
encoding: add 'trim' to trim multi-byte characters at most specified columns
2014-07-06, by FUJIWARA Katsunori
bugzilla: stop trying to cache setup across hook invocation
stable
2014-07-03, by Jim Hague
strip: drop -b/--backup option (BC)
2014-07-11, by Matt Mackall
purge: add options for deleting only files or only directories
2013-11-07, by Ben Kehoe
shelve: accept '--edit' like other commands creating new changeset
2014-06-20, by FUJIWARA Katsunori
shelve: refactor option combination check to easily add new ones
2014-06-20, by FUJIWARA Katsunori
merge with stable
2014-07-09, by Matt Mackall
test-extension: add check for 'hg version -v' listing enabled extensions
2014-07-08, by Augie Fackler
version: show enabled extensions (issue4209)
2014-06-10, by anatoly techtonik
strip: remove bookmarks after strip succeed (issue4295)
2014-07-08, by David Soria Parra
templater: introduce word function
2014-06-12, by Ryan McElroy
committablectx: move __contains__ into workingctx
2014-07-03, by Sean Farley
memctx: explicitly set substate to None
2014-07-02, by Sean Farley
bookmarks: avoid deleting primary bookmarks on rebase
stable
2014-07-08, by Matt Mackall
bugzilla: correct config documentation error
stable
2014-07-03, by Jim Hague
Merge with crew.
2014-07-06, by Augie Fackler
Merge with stable.
2014-07-06, by Augie Fackler
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip