A Scalable, User-Friendly Source Control System.
Go to file
Ryan McElroy 9831c3b95b Add merge-base to githelp
Test Plan:
  $ hg githelp -- merge-base
  NOTE: ancestors() is part of the revset language.
  Learn more about revsets with 'hg help revsets'

  hg log -T '{node}\n' -r 'ancestor(A,B)'
  $ hg githelp -- merge-base HEAD HEAD~100
  NOTE: ancestors() is part of the revset language.
  Learn more about revsets with 'hg help revsets'

  hg log -T '{node}\n' -r 'ancestor(.,.~100)'

Reviewers: daviser, sid0, davidsp, durham

Reviewed By: durham

Differential Revision: https://phabricator.fb.com/D1782895

Tasks: 5781871

Signature: t1:1782895:1421281621:0ef1da186ce353aa0a0516e8ce70b906e816f46c
2015-01-14 15:24:28 -08:00
crecord Update crecord extension 2014-07-14 18:52:11 -07:00
fb_share_bookmarks Adds a wip extension to share bookmarks at FB 2014-09-08 10:28:33 -07:00
tests Merge with default 2015-01-14 16:40:02 -08:00
.hgignore Add gitrevset support. 2014-09-08 15:36:12 -07:00
backups.py fb-hgext: add docstrings for extensions 2014-10-28 23:06:11 -07:00
chistedit.py chistedit: language improvements 2014-11-07 09:34:29 -08:00
COPYING Initial commit with extensions and readme 2014-06-02 12:54:54 -07:00
fbamend.py fb-hgext: add docstrings for extensions 2014-10-28 23:06:11 -07:00
fbhistedit.py fb-hgext: add docstrings for extensions 2014-10-28 23:06:11 -07:00
githelp.py Add merge-base to githelp 2015-01-14 15:24:28 -08:00
gitlookup.py [gitgetmeta] support named branches 2014-11-03 12:39:16 -08:00
gitrevset.py fb-hgext: add docstrings for extensions 2014-10-28 23:06:11 -07:00
Makefile Initial commit: fbamend, smartlog 2013-06-20 12:16:36 -07:00
phabdiff.py Added phabdiff template mapping 2014-10-16 17:43:58 -07:00
phrevset.py [phrevset] Add ability to parse git revisions from Phabricator 2014-07-24 20:27:05 -07:00
pushrebase.py pushrebase: cleanup phase handling 2015-01-05 15:50:59 -08:00
rage.py fix imports for rage and reset 2014-12-12 14:35:47 -08:00
README.md add an extension to upgrade manifests in-place to generaldelta 2014-12-13 17:37:14 -08:00
reflog.py fb-hgext: add docstrings for extensions 2014-10-28 23:06:11 -07:00
reset.py fix imports for rage and reset 2014-12-12 14:35:47 -08:00
setup.py add writecg2 to setup 2015-01-12 11:09:57 -08:00
simplecache.py Create simple cache for export and log 2014-11-19 10:10:03 -08:00
smartlog.py commit-info flag for smartlog 2014-11-10 18:45:39 -08:00
sparse.py Fix rebase with no-op changes 2015-01-14 16:31:01 -08:00
tweakdefaults.py tweakdefaults: allow update to current rev when working copy is not clean 2014-12-13 18:13:41 -08:00
upgradegeneraldelta.py upgradegeneraldelta: only upgrade before pulls 2014-12-18 12:43:32 -08:00
writecg2.py add a hacky extension to write changegroup2 on strip 2015-01-08 22:46:29 -08:00

hg-experimental

This is a collection of proof-of-concept Mercurial extensions written at Facebook. While they are all in basic use, they are considered experimental, are unsupported, and may or may not receive updates in the future. We're making them open source as examples of some better workflows we've been experimenting with.

smartlog

An extension that adds the 'hg smartlog' command. It prints graph log output containing only the commits relevant to yourself. Shows your bookmarks, the @ or master bookmark, and any draft commits without bookmarks that you've made within the past 2 weeks. Any commits in the graph that are skipped are represented by '...'.

We recommend also having an 'hg sl' alias that gives more concise output:

alias.sl=smartlog --template "{shortest(node)}  {author|user}  {bookmarks % '{ifeq(bookmark, current, label(\"yellow\", \" {bookmark}*\"), label(\"green\", \" {bookmark}\"))}'} {ifeq(branch, 'default', '', label(\"bold\", branch))}\n{desc|firstline}\n\n"

githelp

An extension that adds the 'hg githelp' command. It translates Git commands into Mercurial commands. Example:

$ hg githelp -- git rebase origin/master
  hg rebase -d master

$ hg githelp -- reset --hard HEAD^
  hg strip -r .

So it acts as a useful cheat sheet tool for people moving from Git to Mercurial.

backups

An extension that adds the 'hg backups' command. 'hg backups' prints a list of recently deleted commits (by reading your .hg/strip-backups directory) and allows you to recover a commit by doing 'hg backups --recover '. It prints the missing commits in reverse chronological order, and acts as a pseudo-replacement for Git's reflog.

fbamend

An extension that adds the 'hg amend --rebase' command. When working with a stack of commits, it's currently impossible to amend a commit in the middle of the stack. This extension enables that ability, adds a 'hg amend' command that invokes 'hg commit --amend', and adds a --rebase flag to 'hg amend --rebase' that rebase all the children of the commit onto the newly amended version.

If 'hg amend' is run on a commit in the middle of a stack without using --rebase, the amend succeeds and the old version of the commit is left behind with a marker bookmark on it 'bookmarkname(preamend)'. The user can then run 'hg amend --fixup' to post-humously rebase the children onto the new version of the commit.

chistedit

An interactive ncurses interface to histedit.

NOTE: This requires python-curses installed and Mercurial's histedit extension enabled.

This extensions allows you to interactively move around changesets or change the action to perform while keeping track of possible conflicts.

upgradegeneraldelta

Upgrades manifests to generaldelta in-place, without needing to reclone.

Contributing

Patches are welcome as pull requests, though they will be collapsed and rebased to maintain a linear history.

We (Facebook) have to ask for a "Contributor License Agreement" from someone who sends in a patch or code that we want to include in the codebase. This is a legal requirement; a similar situation applies to Apache and other ASF projects.

If we ask you to fill out a CLA we'll direct you to our online CLA page where you can complete it easily. We use the same form as the Apache CLA so that friction is minimal.

License

These extensions are made available under the terms of the GNU General Public License version 2, or any later version. See the COPYING file that accompanies this distribution for the full text of the license.