Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
patchbomb: make it easy for the user to decline sending an intro message.
2011-09-27, by Greg Ward
building: build inotify for sys.platform='linux*'
stable
2011-09-20, by Nikolaj Sjujskij
patchbomb: simplify some contorted logic and odd variable names.
2011-09-26, by Greg Ward
merge with crew
2011-09-28, by Matt Mackall
sslutil: abort when ssl module is needed but not found
2011-09-27, by Mads Kiilerich
merge with stable
2011-09-27, by Matt Mackall
patch: correctly handle non-tabular Subject: line
stable
2011-09-27, by Steffen Daode Nurpmeso
util: fix crash converting an invalid future date to string
stable
2011-09-23, by Kevin Gessner
styles: add new 'bisect' style that prints the bisection status
2011-09-22, by Yann E. MORIN
templates: add 'bisect' keyword to return a cset's bisect status
2011-09-22, by Yann E. MORIN
hbisect: add functions to return a label for a cset bisection status
2011-09-22, by Yann E. MORIN
hbisect: add two new revset descriptions: 'goods' and 'bads'
2011-09-24, by Yann E. MORIN
http: handle push of bundles > 2 GB again (issue3017)
stable
2011-09-21, by Mads Kiilerich
building: build inotify for sys.platform='linux*'
2011-09-20, by Nikolaj Sjujskij
subrepo: try remapping subpaths using the "final" path
2011-09-22, by Martin Geisler
subrepo: refactor state function
2011-09-22, by Martin Geisler
mq.strip: allow -r option, optionally
2011-09-20, by Jordi GutiƩrrez Hermoso
revset.bisect: add 'ignored' set to the bisect keyword
2011-09-20, by Yann E. MORIN
hbisect.get: use simpler code with repo.set(), fix 'pruned' set
2011-09-20, by Yann E. MORIN
help: use RST to format option lists
2011-09-21, by Matt Mackall
minirst: fix column handling for simple tables
2011-09-21, by Matt Mackall
encoding: add getcols to extract substrings based on column width
2011-09-21, by Matt Mackall
encoding: colwidth input is in the local encoding
2011-09-21, by Matt Mackall
mdiff: speed up showfunc for large diffs
2011-09-19, by Brodie Rao
revset: add 'l' flag to formatspec for args
2011-09-19, by Matt Mackall
bisect: add some bisection examples, and some log revset.bisect() examples
2011-09-18, by Yann E. MORIN
revset.bisect: add new 'untested' set to the bisect keyword
2011-09-17, by Yann E. MORIN
revset.bisect: add new 'pruned' set to the bisect keyword
2011-09-17, by Yann E. MORIN
revset.bisect: add new 'range' set to the bisect keyword
2011-09-17, by Yann E. MORIN
revset.bisect: move bisect() code to hbisect.py
2011-09-17, by Yann E. MORIN
revset: rename bisected() to bisect()
2011-09-18, by Yann E. MORIN
revset.bisected: remove 'unknown' state
2011-09-18, by Yann E. MORIN
rebase: allow rebase to ancestor (issue3010)
2011-09-19, by Pierre-Yves David
rollback: only restore dirstate and branch when appropriate.
2011-09-18, by Greg Ward
rollback: refactor for readability; cosmetics.
2011-09-16, by Greg Ward
help: make optlist local to subfunctions
2011-09-17, by Matt Mackall
help: move option list display into subfunctions
2011-09-17, by Matt Mackall
help: fold header selection into helplist
2011-09-17, by Matt Mackall
help: fold some list help clauses into the helplist function
2011-09-17, by Matt Mackall
minirst: end all blocks with newlines
2011-09-17, by Matt Mackall
convert: rename local variable
2011-09-19, by Martin Geisler
minirst: don't choke on empty text
2011-09-17, by Matt Mackall
minirst: remove some whitespace
2011-09-17, by Matt Mackall
minirst: remove pointless transcoding
2011-09-17, by Matt Mackall
tests: fix up help test for new verbose sections
2011-09-17, by Matt Mackall
status: add some help examples
2011-09-17, by Matt Mackall
forget: add help examples
2011-09-17, by Matt Mackall
revsets: add first alias for last
2011-09-17, by Matt Mackall
revset: add default of 1 to limit and last functions
2011-09-16, by Matt Mackall
remove: suggest forget to undo adds
2011-09-16, by Matt Mackall
remove: simplify help
2011-09-16, by Matt Mackall
import: add help examples
2011-09-16, by Matt Mackall
id: add some help examples
2011-09-16, by Matt Mackall
export: add help examples
2011-09-16, by Matt Mackall
diff: add help examples
2011-09-16, by Matt Mackall
archive: add help examples
2011-09-16, by Matt Mackall
test-rollback: tinker a bit to make it easier to add more tests.
2011-09-14, by Greg Ward
convert: added bookmarks support in filemap
2011-09-15, by etienne
util: fix finding of hgexecutable
2011-07-23, by Simon Heimberg
log: add a usage note about --removed
2011-09-16, by Matt Mackall
log: rearrange the help text a bit
2011-09-16, by Matt Mackall
log: add some usage examples to verbose help
2011-09-16, by Matt Mackall
minirst: fix container stripping logic
2011-09-16, by Matt Mackall
share: allow trailing newline on .hg/sharedpath.
2011-09-14, by Greg Ward
contrib: some support for named branches in zsh_completion (issue2988)
2011-09-07, by Ben Hockey
test: test for options duplicate with global options
2011-09-14, by Simon Heimberg
merge with stable
2011-09-14, by Matt Mackall
rollback: improve readability; clarify that the return value is an int.
2011-09-11, by Greg Ward
demandimport: determine at load time if __import__ has level argument
2011-08-22, by Simon Heimberg
win32: quietly ignore missing CreateHardLinkA for Wine
stable
2011-09-13, by Matt Mackall
osutil: avoid accidentally destroying the True object in isgui (issue2937)
stable
2011-09-08, by Steve Streeting
merge with stable
2011-09-14, by Sune Foldager
merge
2011-09-14, by Sune Foldager
bundlerepo: add argument check before unlink
stable
2011-09-14, by Sune Foldager
test-setdiscovery: allow for leading space in output of wc
2011-09-12, by Lee Cantey
merge with stable
2011-09-12, by Matt Mackall
ui: write traceback to self.ferr
stable
2011-09-11, by Simon Heimberg
mq: split up overly long line
2011-09-11, by Dan Villiom Podlaski Christiansen
patch: handle 'gitpatches' being empty, but not none
stable
2011-09-11, by Dan Villiom Podlaski Christiansen
mq: don't suppress patch tracebacks when applying patches
2011-09-11, by Dan Villiom Podlaski Christiansen
test-setdiscovery.t: portability fix
stable
2011-09-11, by Dan Villiom Podlaski Christiansen
keyword: use wopener(..., atomictemp=True) to overwrite
2011-09-11, by Christian Ebert
share: drop unused import
2011-09-10, by Matt Mackall
merge with stable
2011-09-10, by Matt Mackall
test: test unshare command
2011-08-13, by Simon Heimberg
hgext: introduce unshare command
2011-08-11, by Simon Heimberg
hg: extract copying the store out of clone
2011-08-11, by Simon Heimberg
url: Remove the proxy env variables only when needed (issue2451)
stable
2011-09-08, by Renato Cunha
util: improve finding of hgexecutable
2011-07-23, by Simon Heimberg
keyword: make status test after record and kwexpand/kwshrink reliable
stable
2011-09-10, by Christian Ebert
url: parse fragments first (issue2997)
stable
2011-09-10, by Matt Mackall
log: remove -h short option for --hidden (issue2995)
stable
2011-09-09, by Matt Mackall
merge with stable
2011-09-08, by Matt Mackall
hgweb: properly check for bookmarks when drawing graph
stable
2011-09-08, by Matt Mackall
keyword: preserve file mode when overwriting
stable
2011-09-08, by Christian Ebert
convert: use repo.join instead of referencing ".hg" directly
2011-09-08, by Martin Geisler
repair: switch from changegroupsubset to getbundle
2011-09-01, by Peter Arrenbrecht
merge with stable
2011-08-30, by Martin Geisler
i18n: calculate terminal columns by width information of each characters
stable
2011-08-27, by FUJIWARA Katsunori
util: wrap lines with multi-byte characters correctly (issue2943)
stable
2011-08-06, by Mads Kiilerich
encoding: use getattr isntead of hasattr
stable
2011-07-25, by Augie Fackler
setdiscovery: fix hang when #heads>200 (issue2971)
stable
2011-08-25, by Peter Arrenbrecht
ui: also swap sys.stdout with self.fout in _readline
stable
2011-08-30, by Martin Geisler
merge with stable
2011-08-26, by Matt Mackall
Added signature for changeset d629f1e89021
stable
2011-08-26, by Matt Mackall
Added tag 1.9.2 for changeset d629f1e89021
stable
2011-08-26, by Matt Mackall
util: postpone and reorder parent calculation in makedirs
2011-08-25, by Adrian Buehlmann
atomictempfile: make close() consistent with other file-like objects.
2011-08-25, by Greg Ward
posix: check for executable bits on files identified by findexe function
2011-08-24, by Robert Jones
subrepo: fix cloning of repos from urls without slash after host (issue2970)
stable
1.9.2
2011-08-26, by Mads Kiilerich
merge with stable
2011-08-25, by Matt Mackall
ui: pass ' ' to raw_input when prompting
stable
2011-08-25, by Idan Kamara
dagutil: fix off-by-one in inverserevlogdag buildup
stable
2011-08-25, by Peter Arrenbrecht
i18n-pt_BR: synchronized with 7f504202cb5c
stable
2011-08-19, by Wagner Bruna
util.makedirs: make recursion simpler and more stable (issue2948)
2011-08-22, by Mads Kiilerich
util.makedirs: propagate chmod exceptions
2011-08-22, by Mads Kiilerich
color: add styles for tags
2011-08-21, by Marc Simpson
ui: use labels when outputting tags
2011-08-20, by Marc Simpson
merge with stable
2011-08-18, by Matt Mackall
help/config: strip trailing whitespace
stable
2011-08-18, by Wagner Bruna
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip