Skip to content

Commit

Permalink
Add basic Mercurial support to the watchman repo
Browse files Browse the repository at this point in the history
Summary: Add an hgignore and arc support.

Test Plan: Check `arc which` in both hg and git.

Reviewers: wez

Reviewed By: wez

CC: fugalh

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

--HG--
extra : amend_source : e2d5d22aaa50bd8ab18338007061b71f9cc1543b
  • Loading branch information
sunshowers committed Jun 25, 2013
1 parent 3344b1d commit 6afe9f6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .arcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"load" : ["arcanist"],
"copyright_holder" : "Facebook, Inc.",
"git.default-relative-commit" : "origin/master",
"base" : "git:merge-base(origin/master), hg:gca(master)",
"conduit_uri" : "https://phabricator.fb.com/api/"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# If you make a change to this file, make sure to also make it to .hgignore.
Makefile.in
aclocal.m4
autom4te.cache/
Expand Down
33 changes: 33 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# If you make a change to this file, make sure to also make it to .gitignore.
syntax: glob

Makefile.in
aclocal.m4
autom4te.cache/
configure
depcomp
install-sh
missing
config.log
.deps/
*.in
Makefile
*.o
config.status
watchman
arcanist/.phutil_module_cache
*.swp
compile
stamp-h1
config.h*
thirdparty/jansson/jansson_config.h
compile
tests/*.t
.dirstamp
*.a
tests/integration/.watchman.*
*.rpm
config.sub
config.guess
configure.lineno
python/bser/build

0 comments on commit 6afe9f6

Please sign in to comment.